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 {
	padding: 0px;
	color: #000099;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* Header */
.header {
	height: 90px;
	width: 980px;
}
#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;
}
.hmenuwrapper {
		width: 980px;
}		
#hmenu {
	height: 60px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 1.55;
	border: 1px solid #000066;
	background-color: #00BFFF;
	padding: 4px;
	vertical-align: middle;
}
.contentwrapper {
	height: auto;
	width: 980px;
}
.contentleft {
	width: 700px;
	text-align: left;
	padding: 6px;
	margin-top: 0px;
}
.searchhead {
	font-size: 13px;
	font-weight: bold;
	font-color: #006699;
	text-align: center;
	margin: 15px;
	width: auto;
}
.cathead { 
	font-size: 13px;
	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 {
	background-color: #6699CC;
	padding: 5px;
	color: white;
	height: auto;
	width: 980px;
}
.titlewrapper {
	width: 980px;
	height: 80px;
	float: left;
}
#title1 {
float: left;
width: 580px;
	background-color: white;
	text-align: left;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
#title2 {
	float: right;
	width: 110px;
	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;
	font-size: .8em;
	line-height: 1.4em;
	padding: 8px;
}
.vmenu {
	width: 160px;
	background-color:  #87CEEB;
	text-align: left;
	line-height: 1.25;
	padding: 4px;
	vertical-align: top;
}


.mastwrapper {
	height: auto;
	width: 980px;
	background: steelblue;
}
#leftmast {
	float: left;
	width: 750px;
	text-align: left;
	color: navy;
	height: auto;
}
#rightmast {
    text-align: right;
	color: navy;
	float: right;
	height: auto;
	width: 25%;
}
.botadwrapper {
	height: auto;
	width: 980px;
	border: 1px solid darkblue;
	background-color: #6699CC;
	float: left;
	clear: both;
}
#leftbotadbar {
	float: left;
	text-align: left;
}
#leftbotadbar {
	float: right;
	text-align: left;
}
.footerwrapper {
	width: 980px;
	height: auto;	
	clear: both;
}
#footer {
	font-size: .8em;
	text-align: center;
}
#footer p {
	text-align: left;
}
