html, body { 
	margin: 0; 
	padding: 0; 
	border: none;
	font-size: 10pt; 
	font-family: arial; 
	background: #fff;
}

.maintext { font-size: 10pt; font-family: arial;  }
.footertext { font-size: 7pt; font-family: arial;  padding-right: 5px;}
.pageHeader { font-size: 18pt; color: #006350; font-weight: bold; padding-left: 150px; }
.subHeader { font-size: 15pt; color: #B38C06; font-weight: bold; }
.pHeader { font-size: 12pt; color: #006350; font-weight: bold;}
.contentText { padding-left: 150px; padding-right: 25px;};

.bodypass {
	font-size: 10pt; 
	font-family: arial;
}

.contentText td {
	font-size: 10pt; 
	font-family: arial;
}

#footernav a {
	font-size: 7pt; 
	font-family: arial;
}

/*Nav Menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 140px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	height: 25px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 13em;
	display : block;
	color : black;
	font-size: 8pt; 
	font-family: arial;
	font-weight : bold;
	text-decoration : none;
	background-color : #e8d4aa;
	border : 1px solid #fff;
	padding : 0 0.5em;
}
	
#nav li ul li a, #nav li ul ul li a { /* sub-menu lists color*/
	color: #000;
	background-color: #cbddd9;
}

#nav li ul li a:hover, #nav li ul ul li a:hover { /* sub-menu lists hover color*/
	color: #fff;
	background-color: #336699;
}

#nav li a:hover {
	color: #fff;
	background-color: #b38c06; 
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: .25em;
	top: 1.25em;
}


/* SubNav Menu */
#subNav ul{
	list-style-type: none; 
	margin: 0; 
	padding: 0;  
	width: 100%; 
	height: 25px; 
	text-align: left; 
	line-height: 2em;
	z-index: 10;
	}
#subNav ul {
	color: #fff;
	background-color: #cbddd9; 
	position:relative;
}

#subNav a, #subNav a:visited{
	white-space:nowrap;
	font-weight: bold; 
	text-decoration: none; 
	color: #000; 
	font-size: 8pt; 
	font-family: arial; 
	margin-left: 0px;
	border-top: 1px solid #fff;
	width: 100%;
	height: 25px;
	padding-left: 0;
	display: block;	
}

#subNav a, #subNav a:visited{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#subNav a:hover{
	color: #fff;
    background-color: #336699;
}
	
#subNav li{
	list-style-type:none;	/* removes bullets */
	}

#subNav ul li{
	position:relative;
	}

#subNav ul li{
	background-color: #cbddd9;	
	}

#subNav ul li {
	top: 0;
	left: 0;
	width: 175px;
	height: 20px;
}



