html {
	background-color: #8D8D8D;
}
body {
	margin-top: 0px;
	font: .85em "Helvetica", "Arial", sans-serif;
}
#content h1 {
	font-size: 160%;
	font-weight: 900;
}
h2 {
	color: #455D3E;
	font-size: 140%;
}
h3 {
	margin-top: 25px;
	color: #006633;
	font-size: 130%;
}
h4 {
	margin-top: 25px;
	color: #339900;
	font-size: 110%;	
}

TH {
	text-align: left;
	margin-top: 25px;
	color: #006633;
	font-size: 130%;
}

#header {
	
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 180px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url("images/logobanner.gif");
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid black;
	overflow: hidden;
	background-color: #D5D5D5;
}
#navigation {
	width: 191px;
	float: left;
	overflow: hidden;
	background-color: #D5D5D5;
}
#content {
	width: 578px;
	float: right;
	border-left: 1px solid black;
	padding: 15px;
	min-height: 300px;
	background-color: white;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	display: block;
	width: 100%;
	background-color: #7DAA73;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 20px;
	font: 12pt "Arial", "Helvetica", sans-serif;

	font-weight: 900;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
}	
#navigation ul li a:hover {
	background-color: #445C3E;
}
#navigation ul li a.selected {
	background-color: #E7E1C9;
	color: black;	
}	
#footertxt
{
	color: white;
	font-size: 70%;
	font-family: "sans-serif";
	text-align: center;
	margin: 10px;
}
.sectionbox p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70%;
}
.sectionbox div {
	float: left;
	width: 70%;
}

/*Use either of these above 2, depending on content*/
.sectionbox a img
{
	border: 0px solid black;
}	
.sectionbox img {
	float: right;
}
.sectionbox img.big {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.sectionbox div.big {
	float: none;
	text-align: center;
	width: 70%;
	font-style: oblique;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 7px;
}
.sectionbox {
	height: 1px;
	width: 100%;
}
#container>#content .sectionbox {
	height: auto;
	overflow: hidden;
}
.smallprint {
	font-size: 9pt;
}
ol li {
	font-weight: 800;
}
ol ul li {
	font-weight: 100;
}