/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 
body {
	background-color: #AAAD75;
	margin-left: 0px;
	margin-top: 0px;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	margin-left: 3px;
	margin-right:10px;
	color: #000000;
	list-style-position: outside;
}
p.td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 120%;
	margin-left: 0px;
	margin-right:0px;
}
a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: underline;	
}
a:active {
	color: #336633;
	text-decoration: none;
}
ol {
	list-style-type: upper-alpha;
}
ul {
	line-height: 150%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336633;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
	}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
		color:#000000;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 15px;	
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#213d30;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#336633;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
}
h5 {
	font-size: 0.8em;
	color: #666600;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.text-intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 25px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #000000;
	margin: 25px 0 0 153px;
}
.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #234F46;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}
.subheadnoline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #234F46;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner {
	position: absolute;
	height: 92px;
	left: 0px;
	top: 0px;
	background-color: #000000;
	width: 100%;
	background-image: url(../public_html/images/largelogo.gif);
	background-repeat: no-repeat;
}
#main {
	background-color: #d8d9af;
	margin-left: 128px;
	margin-top: 115px;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 140%;	
	}
#leftcol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	padding-left: 10px;
	height: 200px;
	width: 117px;
	display: block;
	text-align: left;
	color: #000;
	position: absolute;
	top: 530px;
	left: 0px;
}
 #navcontainer {
	top: 117px;
	margin-left: 0px;
	width: 127px;	
}

 #navlist {
	padding-left: 0px;
	position: absolute;
	top: 117px;
	left: 0px;
	width: 127px;
	
	
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: 10px;
	font-weight: bold;
}

#navcontainer a
{
	padding: 1px 1px 1px 0px;
	width: 127px;
	background-color: #4f6d5e;
	border-top: 1px solid #afbfad;
	margin-left: 0px;
	display: block;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #d6e80f;
	font-weight: bold;

}
#topnav {
	background-color: #666;
    width: 100%;
	left: 0px;
}

 #topnav ul
 {
	margin: 0;
	list-style-type: none;
	background-color: #666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	height: 23px;
	padding-left: 150px;
	top: 93px;
	position: absolute;
	left: 0px;
	width: 100%;
 }

 #topnav  li {
	display: inline;
	color: #fff;
}

 #topnav ul li a
 {
	text-decoration: none;
	color: #f9e526;
	background-color: #666;
	font-weight: bold;
 }

 #topnav ul li a:hover
 {
 color: #fff;
 background-color: #666;
 }

/************** .nav styles *****************/
.navhead {
	font-size: 1em;
	color: #bad80a;
	background-color: #000;

	line-height: 22px;
	font-weight: bold;
}
.navsubhead {
	font-size: 13px;
	color: #fff;
	
	line-height: 22px;
	font-weight: normal;
}
.style1 {
	color: #000;
	background-color: #4f6d5e;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	}
/************** layout styles *****************/


.content {
	text-align: left;
	color: #000;
}
.pix {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index: 1;	

}
.tablehead {
	font-size: 0.9em;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}

