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;
	margin: 0p;
	color: #000099;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* Header */
.header {
	width: 980px;
	height: 100px;
}
#logo {
	float: left;
	margin-top: 15px;
	width: 600px;
}
#rightheader {
	float: right;
	margin-top: -65px;
	width: 150px;
	clear: both;
}
.mastwrapper {
	width: 980px;
	background: #006699;
	clear: both;
}
#leftmast {
	float: left;
	width: 620px;
	background: #006699;	
	font-size: .75em;	
	text-align: left;
	color: white;
	padding: 15px;
}
#rightmast {
	float: right;
    text-align: left;
	color: navy;
	width: 160px;
	margin-top: -100px;
	clear: both;
}
.hmenuwrapper {
	height: auto;
	width: 978px;
	background-color: #00BFFF;	
	border: 1px solid #000066;
	margin: 0px;	
	clear: both;
}
#hmenu {
	font-weight: bold;
	text-align: center;
    font-size: .7em;
	line-height: 1.55em;
	padding: 6px;
	vertical-align: middle;
}
.contentwrapper {
	height: auto;
	width: 980px;
	clear: both;
}
.contentleft {
	float: left;
	width: 800px;
	text-align: left;
	padding: 10px;
	margin-top: 0px;
}
.searchhead {
	font-size: .8em;
	font-weight: bold;
	font-color: #006699;
	text-align: center;
	margin: 15px;
	width: auto;
}
.cathead { 
	font-size: .9em;
	font-weight: bold;
	font-color: #006699;
	background-color: #D3D3D3;
	padding: 0px 15px 0px 10px
}
.linkhead { 
	color: #006699;
}
.linkdesc {
	color:  #006699;
}
.topadbar {
	background-color: #006699;
	color: white;
}
.titlewrapper {
	width: 980px;
	height: 80px;
	clear: both;
}
#title1 {
	float: left;
	width: 700px;
	background-color: white;
	text-align: left;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
#title2 {
	float: right;
	width: 130px;
	margin-right: 80px;
	background-color: white;
	text-align: center;
	color: #003366;
	padding: 4px;
}
#title3 {
	float: right;
	width: 130px;
	background-color: white;
	text-align: center;
	color: #003366;
	padding: 4px;
}
.botadbar {
	width: 980px;
	background-color: #6699CC;
	padding: 5px;
	color: white;
	height: auto;
	clear: both;
}
. contentwrapper {
	width: 980px;
	clear: both;
	}
#content {
	text-align: left;
	color: #000066;
	line-height: 1.85;
	padding: 8px;
	font-size: .85em;
}
.vmenu {
	width: 170px;
	background-color:  #87CEEB;
	text-align: left;
	line-height: 1.5em;
	padding: 4px;
	vertical-align: top;
	font-size: .85em;
}
.botadwrapper {
	height: auto;
	width: 980px;
	border: 1px solid darkblue;
	background-color: #6699CC;
}
#botadbar1 {
	float: left;
	text-align: left;
}
#botadbar2 {
	float: right;
	text-align: left;
}
.footerwrapper {
	height: auto;
	width: 980px;
}
#footer {
	text-align: center;
	font-size: .75em;
	lind-height: 1.6em;
}
#footer p {
	text-align: left;
}

