/* CSS Document */

body {
	background-color: #002700;
	color: #003A05;
	margin: auto;
	width: 100%;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:770;
	height:76;
	z-index:1;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:72px;
	z-index:2;
}

#subnav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 200;
}
#subnav {
	padding: .8em .5em;
	font-size: 85%; /* 11px */
	color: #BBCCBF;
}
#subnav a {
	margin: auto;
	padding: 0px .1em 0px .4em;
	font-size: 8pt;
	text-align: center;
	color: #BBCCBF;
	text-decoration: none;
	color: #BBCCBF;
	clear: both;
	border-left: 1px solid;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav li {
	list-style: none;
	display: inline;
}
#subnav li.begin a {
	border: none;
}
#sectionimg {
	background-color:#002700;
	position: absolute;
	top: 76px;
	width: 770px;
	height: 250px;
	line-height: 256px;
	left: 2px;
}
#content {
	background-color: #BBCCBF;
	position: absolute;
	top: 1px;
	padding: 15px;
	padding-bottom: 50px;
	width: 740px;
	color: #000000;
	left: -1px;
}
#content .infopic {
	float: left;
	padding: 36px 10px;
	width: 265px;
}

#content .infotext {
	float:right;
	width: 440px;
	padding-right: 10px;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #002700;
	padding-top: .3em;
	padding-bottom: .2em;
	margin-bottom: .4em;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #002700;
	border-bottom-color: #002700;
}

#content .sidemenu {
	float: left;
	padding: 0px 10px;
	width: 265px;
	}

#content .sidemenu h4 {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0px .1em 0px .4em;
	}
	
#content .sidemenu h4 li {
	list-style: none;
	padding-top: .3em;
	padding-bottom: .2em;
}
	
#content .sidemenu h4 li a{
	margin: auto;
	border: none;
	padding-top: .3em;
	padding-bottom: .2em;
	padding: 0px .1em 0px .4em;
	font-size: 10pt;
	text-align: left;
	color: #002700;
	text-decoration: inherit;
	}
	
#content .sidemenu h4 li a:hover{
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
	width: inherit;
}
#content p {
	margin-bottom: 1em;
}
