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 {
	color: #000099;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* Header */

.header {
	height: 70px;
	width: 980px;
	vertical-align: middle;
}
#logo {
	float: left;
	width: 750px
	margin-top: -2px;
	text-align: left;
}
#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;
}
.contentwrapper {
	width: 980px;
	height: auto;
	clear: both;
	}
#leftcontent {
	float: left;
	width: 795px;
	text-align: left;
	line-height: 1.9;
	color: #000066;
	font-size: .80em;
	padding: 4px;
}
#rightcontent {
	float: right;
	width: 170px;
	text-align: left;
	font-size: .80em;
	line-height: 1.25;
	padding: 3px;
	vertical-align: top;
	background: #87CEEB top;
}
.searchhead {
	font-size: 1em;
	font-weight: bold;
	font-color: #006699;
	text-align: center;
	margin-top: 15px;
}
.cathead { 
	font-size: 1em;
	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;
	clear: right;
	width: 980px;
}
.botadbar {
	background-color: #6699CC;
	padding: 5px;
	color: white;
	height: auto;
	width: 960;
}
.titlewrapper {
	height: 80px;
	width: 980px;
	clear: right;
}
#title1 {
	float: left;
	width: 580px;
	background-color: white;
	text-align: left;
	font-size: 12px;
	color: #003366;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
.mastbarwrapper {
	width: 980px;
	height: auto;
	background-color: #0099CC;
}
#leftmastbar {
	text-align: left;
	float: left;
	width: 70%;
	padding: 8px;
}
#rightmastbar {
	float: right;
	text-align: right;
	position: relative;
	width: 25%;
}
.botadwrapper {
	height: 105px;
	width: 980px;
	border: 1px solid darkblue;
	background-color: #6699CC;
	clear: both;
}
#leftbotad {
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-top: 15px;
	padding: 5px;
}
#rightbotad {
	float: right;
	text-align: right;
	vertical-align: middle;
	padding 5px;
	margin-top: 35px;
}
.footerwrapper {
	width: 980px;
	height: auto;
	text-align: center;
	font-family: tahoma, geneva, verdana, sans-serif;
	font-size: .75em;
	padding: 4px;
}
#footer p {
	text-align: left;
}

.clear {
	clear: both;
}

