#header {
	position:absolute;
	width:1080px;
	height:132px;
	z-index:1;
	min-width:915px;
	
}


h1{
font-family: Arial, Helvetica, sans-serif;
	color:#02442F;
	text-decoration: underline;
	}
h2{
font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#184314;
	font-size: large;
}
h3 {
}

h4{color:#016B1A;}

body {
font:Arial, Helvetica, sans-serif;
background:url(../images/Misc/bg.jpg) repeat-x;
background-color:#429E39;
}

#pagecell1{
	position:absolute;
	width: 780px;
	min-width:880px;
	z-index: 2;
	margin: 0px 0 0px 20px;
	padding: 0px;
	top: 162px;
	left: 174px;
	overflow: visible;
	background-color: #FFFFFF;
}

a:link {color:#016B1A;
		text-decoration:underline; }
a:visited {color:#016B1A;
		   border-bottom:1px solid #02442F;
		   text-decoration:none;}
a:hover {color:#50C743;}

/*Navigation*/

#nav {
	margin-top:144px;
	width: 176px;
	position: absolute;
	z-index: auto;
	height: 537px;
	left: -183px;
	top: -154px;

	
}

/* a.nav:link {
	background-image: url(../images/nav/navrollover1.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display:block;
	vertical-align:text-bottom;
	color:#016B1A;
	text-align:right;
	border-bottom:1px solid #02442F;
	text-decoration:none;
	}
a.nav:visited {
	background-image: url(../images/nav/navrollover1.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display:block;
	vertical-align:text-bottom;
	color:#016B1A;
	text-align:right;
	border-bottom:1px solid #02442F;
	text-decoration:none;


}
	
 a.nav:hover {
	background-image: url(../images/nav/navrollover_f2.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display: block;
	text-align: right;
		vertical-align:text-bottom;
		color:#50C743;
			font-size:1.5ems;
			text-decoration:none;
}*/



#content{
	padding: 10px;
	padding-left:20px;
	text-align: left;
	clear: none;
	width:75%;
	background-color:#f1f1f1;
	
	
	
}
