html, body {margin:0; padding:1%; height:96%}
body {font-family: verdana, sans-serif; font-size: 80%;background: #FFFFFF;}
#header {
height: 155px;
background: #6A97C0;
color: #ee8;
}
#clearheader{height:120px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	background-image: url(images/blackbg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {margin-left:190px}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}
div#footer {
	position:relative;
	height: 70px;
	
	background: #233B6B;
	clear: both;
	color: #ee8;
}
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 148px;
	text-align:center;
	color: #ee8;
	background-color: #6A97C0;
	padding-bottom:20px;
}
#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:10px;
	background:#fff;
	color:#000;
	border-bottom:2px solid #5e8657;
}
#insertbottom {
	position:relative;
	clear:both;
	height:10px;
	background:#fff;
	color:#000;
	border-top:2px solid #5e8657;
}

/* below is additions for nav text styles */

a.navText1:link, a.navText1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
}

a.navText1:hover, a.navText1:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
	line-height: 150%;
	text-decoration: underline;
}

a.navText2:link, a.navText2:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #F16022;
}

a.navText2:hover, a.navText2:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #1C67A8;
	text-decoration: none;
}
a.navText1 {
    position: relative;
	z-index: 2;
	top: 12px;
    min-width: 125px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	text-decoration: none;
}
a.navText2 {
    position: relative;
	z-index: 2;	
	top: 6px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.navText3:link, a.navText3:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
}

a.navText3:hover, a.navText3:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
	line-height: 150%;
	text-decoration: underline;
}
a:link, a:visited  {
	color: #333333;
	text-decoration: bold;
		font-size: 14px;
		font-weight: bolder;
		line-height: 125%;
		text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bolder;
	line-height:125%;
	
}
a.footer2:link{
	COLOR:#FFFF00;
	TEXT-DECORATION: none;
	FONT-SIZE: 18px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

a.footer2:visited{
	
	COLOR:#FFFFFF;
	TEXT-DECORATION: none;
	FONT-SIZE: 18px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

a.footer2:hover{
	COLOR:#FFFFFF;
	FONT-SIZE: 18px;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration: underline;
}

a.footer2:active{
	
	COLOR:#FF0000;
	FONT-SIZE: 18px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}
