
body {
	width: 765px;
}
/*formats horizontal navigation bar, below banner*/
#bottomNav {
	height: 40px;
	padding: 5px 0 5px 0;
	color: white;
	background: #244A9F;
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	float: left;
	width: 765px;
	text-decoration: none;
}
#bottomNav a:link, #bottomNav a:visited {
	padding: 5px 5px 0 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#bottomNav a:hover, #bottomNav a:active {
	text-decoration: underline;
	font-weight: bold;
}