@charset "utf-8";
/* HLFC */

body { 
	font-family: Verdana;
	background-color: #084908;
	font-size: 11px;
	height: 100%;
	margin:auto; 
	margin-top: 0px;}

#outercontainera { /*For dark sides*/
	background-image: url(images/backgrad.png);
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	width: 1000px;
	\width: 1020px;
	w\idth: 1000px;
}

#outercontainerb { /* holds grad at bottom of main area*/
	background-color: #779666;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	width: 901px;
	\width: 921px;
	w\idth: 901px;
}

#maincontainer {
	border: 1px solid white;
	border-top: 0px;
	background-image: url(images/mainback.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	width: 900px;
	\width: 920px;
	w\idth: 900px;
}

#header {
	margin: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	width: 900px;
	\width: 920px;
	w\idth: 900px;	
}

#contentcon {
	background-image: url(images/confade.png);
	border: 2px solid #030;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 855px;
}

#menucon {
	background-image:url(images/menuback.png);
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	margin-top: 0px;
	width: 900px;
}

#footer {
	background-color:#3e5b22;
	border-top: 1px solid #FFFFFF;
	height: 150px;
	margin: auto;
}

#footleft {
	background-image: url(images/footer_grade.png);
	float: left;
	height: 100%;
	width: 200px;
}

#footright {
	background-color: #09F;
	float: right;
	width: 600px;
}

#copy {
	background-color: #1d2411;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	width: 890px;
}

#pic {
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #030;
}

.et {
	background-color: #3e5b22;
}

.wfont {color: #ffffff;}

/* top menu formatting */

#topmenu { padding:0; margin:0; list-style: none; font-size: 12px;}
#topmenu li { float:left; margin-left:0px; background-image:url(images/menuback.png);}
#topmenu li a {display:block; height:30px; line-height:30px; padding:0 15px; float:left; color:#FFFFFF; text-decoration:none;}
#topmenu li a:hover {background: url(images/mstrip.png) no-repeat center bottom; color: #FFFFFF; padding-top: 0px;}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

/* bottom menu formatting */

.botmenu {list-style: none; margin: 0px;}
.botmenu a:link {font-size: 11px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.botmenu a:visited {font-size: 11px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
.botmenu a:active {font-size: 11px; font-weight: bold; text-decoration: none; color: #000000;}
.botmenu a:hover {font-size: 11px; font-weight: bold; text-decoration: underline; color: #000000;}*/






