body {
	text-align: center;
	margin-top: 0px;
	background-color: #B1CE6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003300;
	line-height: 18px;
    }

#pageWrapper {
	text-align: left;
	margin: auto;
	width: 750px;
	background-color: #FFFFFF;
	border: 1px solid #003300;
	background-image: url(images/tree-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#divHeader {
	text-align: center;
	padding: 5px 0px 10px;
	background-color: #168342;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #9CC64A;
}
#divNav {
	float: left;
	width: 235px;
	margin-top: 0px;
	background-color: #ECF3DB;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0pt;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9CC64A;
}

ul {margin: 0; padding: 0;}

li {margin: 0; padding: 0;}


#divContent {
	margin-left: 255px;
	min-height:500px;
	margin-right: 20px;
	width: 430px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	padding-bottom: 20px;
	list-style-type: disc;

}

#divContent ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 8px;
}

#divFooter {
	background-color: #ECF3DB;
	height: 30px;
	width: 750px;
	text-align: center;
	padding-top: 15px;
	color: #5A964A;
}
#divNav ul {
	list-style-type: none;
	text-align: right;
	padding-right: 0px;
	width: 235px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EC54D;
}
#divNav li {
	padding: 2px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EC54D;
}
#divNav li a:link, #divNav li a:visited, #divNav li a:active {
	text-decoration: none;
	font-size: 12px;
	color: #5A964A;
	display: block;
	padding-bottom: 3px;
	padding-right: 7px;
	background-color: #ECF3DB;
	padding-top: 3px;
}

#divNav li a:hover, #divNav li a.current:link, #divNav li a.current:visited{
	background-color: #D6E4B1;

}

h4 {
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1CE6F;
	color: #538C42;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #9BC045;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #76AF30;
}

#divContent a:link, #divContent a:visited, #divContent a:active {

	color: #538E4B;
}

#divContent a:hover {

	color: #B1CE6F;
}
#divSectionNav a:link, #divSectionNav a:visited, #divSectionNav a:active {
	font-size: 1em;
	color: #538C42;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-weight: bold;
	background-image: url(images/subnav-bullet1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
}
#divSectionNav a:hover, #divSectionNav a.current:link, #divSectionNav a.current:visited {
	background-image: url(images/subnav-bullet2.gif);
	background-repeat: no-repeat;
}
b {
	font-weight: bold;
	color: #003300;
}

