a:link{
color: #003366;
text-decoration: underline;
}
a:link:hover {
color: #skyblue;
text-decoration: none;
}
a:hover{
color: #skyblue;
text-decoration: none;
}
a:visited {
color: #003366;
text-decoration: underline;
}
a:visted:hover {
color: #skyblue;
text-decoration: none;
}
.fleft {float:left}
.fright {float:right}
.clear {clear:both}
body {
margin: auto;
padding: 0px;
color: #000099;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* Header */
.header {
height: 70px;
width: 985px;
}
#logo {
float: left;
margin-top: -2px;
}
#rightheader {
float: right;
height: 70px;
}
#rightheader a {
text-decoration: none;
text-align: right;
letter-spacing: 2px;
font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#rightheader a:hover {
background: Aqua;
}
.hmenu {
	height: 60px;
	width: 985px;
	text-align: center;
	border: 1px solid #000066;
	background-color: #56A5EC;
	padding: 4px;
	vertical-align: middle;
	float: left;
}
.contentwrapper {
	height: auto;
	width: 985px;
	border: 1px solid darkblue;
	float: left;
	padding: 8px;
	
}
.contentleft {
float: left;
width: 590px;
text-align: left;
padding: 10px;
margin-top: 0px;
}
.searchhead {
	font-size: 14px;
	font-weight: bold;
	font-color: #006699;
	text-align: center;
	margin: 15px;
	width: auto;
}
.cathead { 
font-size: 14px;
font-weight: bold;
font-color: #006699;
background-color: #D3D3D3;
padding: 0px 15px 0px 10px
}
.linkhead { 
color: #006699;
}
.linkdesc {
color:  #006699;
}
.mastbar {
text-align: left;
background-color: #006699;
color: White;
}
.topadbar {
background-color: #006699;
}
.botadbar {
	padding: 5px;
	color: white;
	width: 985px;
	background-color: #6699CC;
	float: left;	
}
.titlewrapper {
	width: 985px;
	height: 80px;
	float: left;
}
#title1 {
float: left;
width: 785px;
background-color: white;
text-align: left;
color: #003366;
padding-top: 0px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
}
#title2 {
float: right;
width: 200px;
margin-right: 80px;
background-color: white;
text-align: center;
color: #003366;
padding: 4px;
}
#title3 {
float: right;
width: 80px;
background-color: white;
text-align: center;
color: #003366;
padding: 4px;
}
.content {
	text-align: left;
	color: #000066;
	line-height: 1.5;
	padding: 9px;
}
.vmenu {
	width: 185px;
	background-color:  #87CEEB;
	text-align: left;
	line-height: 1.25;
	padding: 4px;
	position: relative;
	top: auto;
	vertical-align: top;
}
.botadbarwrapper {
	height: auto;
	width: 985px;
	border: 1px solid darkblue;
	background-color: #6699CC;
	float: left;
}
#botadbar1 {
	float: left;
	text-align: left;
}
#botadbar2 {
float: right;
text-align: left;
}
.footer {
	height: auto;
	width: 980px;
	text-align: center;
	float: left;
}
#footer p {
text-align: left;
}
.mastwrapper {
	float: left;
	height: auto;
	width: 980px;
}
#leftmast {
	text-align: left;
	color: navy;
	float: left;
	position: relative;
	height: auto;
	width: 70%;
}
#rightmast {
    text-align: left;
	color: navy;
	float: right;
	position: relative;
	height: auto;
	width: 25%;
}
