body {
	background-color: #171F50; /* 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;
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	padding-left: 13px;
	float: left;
	background-image: url(Images/bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: 14px;
	background-position: 0px 12px;
	line-height: 34px;
}
#menu ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #cc6600;
}





#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;
}

