body{
	font-family: Arial, Helvetica, sans-serif;
	
}

body{
	background-color: #431501;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

a:link, a:visited, a:active{
	color: #FFF200;
}

.mainbody{
	font-size: 80%;
}

.mainbody p{
	margin: 0px;
	/*text-indent: 2em;*/
	line-height: 150%;
	
}

.mainbody h1{
	font-size: 150%;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-weight: normal;
}

.mainbody h2{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navtopmain{
	font-weight: bold;
	margin: 0px;
	font-size: 75%;
}

.navtopmain a:link,.navtopmain a:visited,.navtopmain a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.navtopmain a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.navtopmainactive{
	color: #E2D288;
	text-decoration: underline;
}

.navtopsub{
	font-size: 70%;
	margin: 0px;
}

.navtopsub a:link,.navtopsub a:visited{
	color: #FFFFFF !important;
	text-decoration: none;
}

.navtopsubactive{
	color: #E2D288;
	text-decoration: underline;
}

.navtopsub a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.navfooter{
	font-size: 60%;
	color: #FFFFFF;
}

.navfooter a:link,.navfooter a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navfooteractive{
	color: #E2D288 !important;
	text-decoration: underline;
}

.navfooter a:hover{
	color: #FFFFFF;
	text-decoration: underline;	
}

.subcolleft{
	color: #000000;
	font-size: 70%;
}

.subcolleft p{
	margin: 0px;
}

.subcolleft a:link,.subcolleft a:visited{
	color: #000000;
	text-decoration: none;
}

.subcolleft a:active{
	color: #000000;
	text-decoration: underline;
}

.subcolleft a:hover{
	color: #000000;
	text-decoration: underline;
}

.subcolleft h1{
	color: #3E1400;
	font-size: 110%;
	margin-top: 0.75em;
	margin-bottom: 0em;

}

.subcolleft h2{
	color: #790000;
	font-size: 100%;
	margin-top: 0.75em;
	margin-bottom: 0em;
}

.subcolleft h2 a:link,.subcolleft h2 a:visited,.subcolleft h2 a:active{
	text-decoration: none;
	color: #790000;
}

.subcolleft h2 a:hover{
	text-decoration: underline;
	color: #790000;
}

.messagediv{
	visibility: visible;
	width: 100%;
	border: 1px solid red;
}

.messagemask{
	background-color: #999999;
	position: absolute;
	left: 0px;
	top: 5px;
	height: 95%;
	width: 100%;
}

.messagetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


.blockright{
	display: block;
	float: right;
	font-size: 85%;
	color: #FFF799;
	width: 160px;
	margin: 0px 15px 0px 15px;
}

.blockright p {
	text-indent: 0em;
}

.blockright h1{
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

.blockleft{
	float: left;
	font-size: 110%;
	font-weight: bold;
	color: #E2D288;
	width: 160px;
	margin: 0px 15px 0px 0px;
}

.blockleft p {
	text-indent: 0em;
}

.hilite{
	background-color: red;
}