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;
}
body {
margin: auto;
padding: 0px;
color: #000099;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Header */

.header {
height: 70px;
width: 985px;
clear: right;
}
#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 {
	height: auto;
	width: 985px;
	border: 1px solid #000066;
	background-color: #D3D3D3;
	clear: both;
}
#hmenu {
	text-align: center;
	vertical-align: middle;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
}
.contentwrapper {
	height: auto;
	width: 985px;
	border: 1px solid darkblue;	
	clear: both;
	}
#leftcontent {
position: relative;
float: left;
width: 830x;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 2;
padding: 3px;
}
#rightcontent {
float: right;
width: 130px;
vertical-align: top;
font-family: Arial, Helvetica, sans-serif;
background-color: skyblue;
font-size: 12px;
line-height: 2;
padding: 3px;
}
.searchhead {
font-size: 15px;
font-weight: bold;
font-color: #006699;
text-align: center;
margin-top: 15px;
}
.cathead { 
font-size: 14px;
font-weight: bold;
font-color: #006699;
background-color: #D3D3D3;
padding: 0px 15px 0px 10px
}
.linkhead { 
font-size: 12px;
color: #006699;
}
.linkdesc {
font-size: 12px;
color:  #006699;
}
.topadbar {
	background-color: #006699;
	heigt: 100px;
	width: 980px;
	clear: right;
}
.titlewrapper {
	height: 80px;
	width: 985px;
	clear: both;
}
#logo {
float: left;
width: 580px;
background-color: white;
text-align: left;
padding-top: 0px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
}
#title1 {
float: left;
width: 600px;
background-color: white;
text-align: left;
font-size: 12px;
color: #003366;
padding-top: 0px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 0px;
}
#title2 {
float: right;
width: 110px;
margin-right: 111px;
background-color: white;
font-size: 12px;
text-align: center;
color: #003366;
padding: 4px;
}
#righttitlebar {
float: right;
width: 200px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: white;
font-size: 12px;
text-align: center;
color: #003366;
padding: 4px;
page-break-after: always;
}
.mastbarwrapper {
	height: 55px;
	width: 985px;
	background-color: #0099CC;
	clear: both;
}
#leftmastbar {
	text-align: left;
	float: left;
	width: 70%;
	color: white;
	padding: 8px;
}
#rightmastbar {
	float: right;
	text-align: right;
	margin-top: 15px;
	text-weight: bold;
	padding: 8px;
	color: white;
	width: 25%;
}
.content {
	text-align: left;
	font-size: 12px;
	color: #000066;
	line-height: 2;
	padding: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.vmenu {
	width: 165px;
	background-color:  #87CEEB;
	text-align: left;
	font-size: 11px;
	line-height: 1.25;
	padding: 4px;
	position: relative;
	top: auto;
	vertical-align: top;
}
#leftsidebar {
	float: left;
	width: 135px;
	background-color:  #87CEEB;
	text-align: left;
	font-size: 11px;
	line-height: 1.25;
	padding: 4px;
	position: relative;
	top: auto;
	vertical-align: top;
	}
.rightsidebar {
	float: right;
	width: 155px;
	text-align: left;
	font-size: 11px;
	line-height: 1.25;
	padding: 4px;
	vertical-align: top;
	background: #87CEEB top;
	margin-top: -2650px;

	}
.topadwrapper {
	width: 985px;
	height: 100px;	
	border: 1px solid darkblue;
	background-color: #6699CC;
	clear: both;
}		
#lefttopadbar {
	float: left;
	text-align: left;
	padding: 6px;
	}
#righttopadbar {
	float: right;
	width: 200px;
	margin-top: 40px;
	font-weight: bold;
	text-align: center;
	}	
.botadwrapper {
	width: 985px;
	height: 100px;
	border: 1px solid darkblue;
	background-color: #6699CC;
	clear: both;
}
#leftbotadbar {
	float: left;
	width: 750px;
	padding: 6px;
	text-align: left;
}
#rightbotadbar {
	float: right;
	width: 200px;
	text-align: left;
	margin-top: 15px;
}
.footerwrapper {
	width: 985px;
	height: auto;
	clear: both;
}
#footer {
	text-align: center;
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: 11px;
	padding: 6px
	}
#footer p {
text-align: left;
}
.clear {
	clear: both;
}