body {
	background-color: #171F50;
	text-align: center; /* to ensure container centers in IE 4+ */
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #171f50;
}

#banner {
	height: 203px;
	background-color: #171F50;
}

#topbar {
	background-color: #171f50;
	height: 60px;
	text-align: center;
}
#mainbody {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #mainbody a {
	font-weight: bolder;
	color: #FF9900;
}
#container #mainbody .title {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}



td img {
	display: block;
}

#bottombar {
	background-color: #171F50;
	height: 20px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 10px;
}

#container #bottombar a {
	color: #FFFFFF;
}
