body {
	font-family: Garamond, Times, serif;
	background-color: #336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0px;
}
a:active, a:link, a:visited {
	font-weight: bold;
	color: #003366;
	font-size: 90%;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a.nav1:active, a.nav1:link, a.nav1:visited {
	font-weight: bold;
	color: #003366;
	font-size: 80%;
	text-decoration: none;
	line-height: 150%;
	font-family: Arial;
}
a.nav1:hover {
	text-decoration: underline;
	color: black;
}
a.nav2:active, a.nav2:link, a.nav2:visited {
	font-weight: bold;
	color: #003366;
	font-size: 70%;
	text-decoration: none;
	line-height: 1.15;
	font-family: Arial;
	width: 100%;
}
a.nav2:hover {
	text-decoration: underline;
	color: black;
}
.newsLink {		
	border-bottom: 1px solid black;
	width: 137px;
}
.header {
	font-size: 250%;
	height: 75px;
	width: 780px;
	background-color: silver;
	font-weight: bold;
	text-align: left;
}
.mainBody {
	background-color: white;
	width: 780px;
	text-align: left;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	display: inline-block;
}
.endorseBody {
	background-color: white;
	width: 780px;
	height: 100%;
	text-align: left;
	background-image: url(images/endorse_bg.gif);
	background-repeat: repeat-y;
	display: inline-block;
}
.leftNav {
	width: 150px;
	float: left;
	height: 150px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 75px;
}
.content {
	margin: 10px;
	float: right;
	width: 580px;
}
.footer {
	width: 780px;
	height: 40px;
	text-align: right;
	font-weight: bold;	
	background-color: #e6e6e6;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}
.endorsefooter {
	width: 780px;
	height: 40px;
	text-align: right;
	font-weight: bold;	
	background-color: #e6e6e6;
	background-image: url(images/endorsefooter_bg.gif);
	background-repeat: no-repeat;
}
.footerText {
	margin-right: 15px;
}