body { 
margin: 0;
padding: 0;

background-color: #C2C2C2;

}

#header {
	height: 90px;
	width: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #E09808 url(images/header_banner.jpg) no-repeat top;
	}
	

	
#header2 {
	height: 20px;
	width:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
	position: relative;
	background-color: #E09808;
	}
	
#middleheader {
	height: 85px;
	width: 800;
	background-color: #003366;
}

#footer
{ background-color: #003366;
}

.footertext { font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	
	}

.leftnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#FFFFFF;
	}
	
.bodytext {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
	
a.link {color:#FFFFFF; text-decoration: none;}
a.link:hover {color: #E09808; text-decoration: underline;}
a.link:visited { color: #E09808; text-decoration: underline;}

a.bodylink {color:#E09808; text-decoration: none;}
a.bodylink:hover {color: #000066; text-decoration: underline;}

a.topnavlink {color:#ffffff; text-decoration: none;}
a.topnavlink:hover {color: #000066; text-decoration: underline;}

