body, td {
	font: normal normal 80%/1.0 verdana, arial, helvetica, sans-serif;
	margin-bottom : 1px;
	margin-left : 2px;
	margin-right : 1px;
	margin-top : 2px;
	background : white;
} 
P, td {
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 10px;
	line-height : 115%;
	background-color : White;
}
#header {
	width: 100%;
	z-index: 0;
	float: left;
	border-bottom: 1px #ff5800 solid;
	margin-bottom: 9px;
	background-color: #ffcc00;  /*#CCCC99;  spearstone pumpkin: ; Blue: #B0BDED*/
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	background-attachment: fixed
}
#header ul li { float:left; list-style-type:none; font-weight : bold; }
#header ul a {
	display:block;
	float:left;
	border-top:1px solid #091c5a;
	border-left:1px solid #091c5a;
	border-right:1px solid #091c5a;
	padding:4px 8px;
	text-decoration:none;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
	color: #fff;
	background-color: #696969;
}
#header ul a:hover, #header ul a.current { color: #fff; background-color: #999999;  }
#content {
	position: relative;
	clear: both;
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-bottom: 0;
}
#mainhome {
	position: relative;
	clear: both;
	width: 500px;
	border: 1px #091c5a solid;
	border-bottom-width : 0px;
	margin-left: auto;
	margin-right: auto;
	background : White;
	z-index: 1;
	margin-bottom: 0;
	padding-top : 30px;
	padding-bottom : 30px;
	text-align : center;
}
#footerhome {
	width: 500px;
	border: 1px #091c5a solid;
	border-top-width : 0px;
	margin-top : 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom : 0px;
	background : Silver;
	text-align : center;
	font-size : 80%;
	padding-top : 9px;
	padding-bottom : 9px;
	}
#topnavholder { width: 546px; border: 0px none; margin-left: auto; margin-right: auto; }
#leftnav {
	position: absolute; top: 0; left: 0px;
	width:220px;
	border: 1px #091c5a solid;
	background : White;
	margin-right : 4px;
	padding-top : 30px;
	padding-right : 3px;
	padding-bottom : 30px;
	padding-left : 5px;
	}
/*prevents list from indenting*/
#leftnav ul { padding: 0; margin: 0; }
li { line-height : 150%; }
#leftnav ul li { list-style-type:none; 	margin-top : 6px; }
#leftnav ul a.current { text-decoration : none;  font-weight : bolder; color : Black; }
#leftnav ul a.sublink { font-size : 92%; text-decoration : none; }
#leftnav ul a.sublink-current {
	font-size : 92%;
	text-decoration : none;
 	font-weight : bolder;
	color : Black;
}
#leftnav ul a:hover { }
/*no padding at bottom bcs footer is inside main*/
#main{
	width: 556px;
	border: 1px #091c5a solid;
	border-bottom-width : 0px;
	margin-top: 3px; 
	margin-right: 0px;
	margin-bottom : 0px;
	margin-left: 236px;
	padding-top : 30px;
	padding-right : 3px;
	padding-bottom : 30px;
	padding-left : 5px;
	background : White;
	z-index: 1;
}
#footer {
	width: 556px;
	border: 1px #091c5a solid;
	border-top-width : 0px;
	border-bottom-width : 1px;
	margin-top : 0px;
	margin-right: 0px;
	margin-bottom : 0px;
	margin-left: 236px;
	background : #cccccc; /*#E5FFC6;*/
	text-align : center;
	font-size : 80%;
	padding-top : 9px;
	padding-right : 3px;
	padding-bottom : 9px;
	padding-left : 5px;
	color : White;
	}
A:active {	color: Red;}
A:hover { color: #ff6600; text-decoration: underline; }
.normal { text-decoration : none; text-transform : none; color : Black; }
.normal:hover{ text-decoration : none; 	text-transform : none; 	color : Black; }
.superfine { font: 91% geneva, arial, helvetica, sans-serif; }
h1{ font : bold 120%; line-height : 112%; }
h2{ font : bold 114%; line-height : 112%; letter-spacing : 6px; margin : 9px; }
h3{ font : bold 110%; line-height : 100%; }
h4{ font : bold 107%; line-height : 112%; margin-bottom : 1px; margin-top : 2px; }