a:link{
	color: #000066;
}
a:link:hover {
	color: Steelblue;
}	
a:hover{
	color: Steelblue;
}
a:visited {
	color: #000066;
}
a:visted:hover {
	color: Steelblue;
}
body {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-size: 100%;
	color: #000066;
}
.header {
	width: 980px;
	height: 75px;
	clear: both;
	}
#logo {
	float: left;
	text-align: left;
	width: 700px
	}
#rightheader {
	float: right;
	width: 225px;
	text-align: right:
	}		
.mastbar {
	width: 980px;
	font-size: .85em;
	text-align: left;
	background-color: #006699;
	color: White;
	clear: both;
}
.topadwrapper {
	width: 980px;
	background-color: Steelblue;
	padding: 4px;
	clear: both;
}
.topadbar {
	width: 980px;
	background-color: Steelblue;
	width: 985px;
	padding: 5px;
	clear: both;
}
.botadbar {
	width: 980px;
	background-color: Steelblue;
	padding: 5px;
	clear: both;
}
.hmenuwrapper {
	width: 980px;
	clear: both;
	}
#hmenu {
	text-align: center;
	color: #000066;
	background-color: skyblue;
	padding: 8px;
	font-size: .9em;
}
.content {
	font-size: .95em;
	color: #000066;
	line-height: 2.5;
}
#vmenu {
	font-size: .9em;
	line-height: 1.5em;
	background-color: skyblue;
	text-align: left;
	padding: 2px;
	}
.footer { 
	width: 980px;
	font-size: .85em;
	padding: 10px;
	clear: both;	 
}
