body {
	font: 10pt "Times New Roman", Times, serif;
	background: #FFFFFF;
}
.maintable {
	background: url(img/bigtree.jpg);
	max-height: 566px;
	border: 2px solid #306706;
}
.leftnav {
	vertical-align: top;
	width: 150px;
	text-align: left;
}

.homecontent {
	padding: 1em 2em;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.3em;
}
.content {
	padding: 1em 2em;
	vertical-align: top;
	font-size: 100%;
	line-height: 1.3em;
	width: 600px;
}
.footer {
	padding: 1em 2em;
	vertical-align: top;
	text-align: center;
	height: 50px;
}
a:link {
	color: #6B4D31;
}
a:visited {
	color: #A5C35A;
}
a:hover {
	color: #6B4D31;
	text-decoration: none;
}
 #navcontainer ul
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 1em;
	margin-top: 0;
	margin-left: 0;
	background-color: #6B4D31;
	color: white;
	width: 98%;
	vertical-align: top;
	display: none;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #C6BAAD;
color: #6B4D31;
}
.maintableinside {
	border: 2px none #306706;
	background: #FFFFFF;
	width: 100%;
}
.leftnavinside {
	vertical-align: top;
	width: 75px;
	text-align: left;
	background: url(img/leftbkgd.jpg) repeat-y;
	display: none;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	color: #6B4D31;
}
.midimg {
	padding-bottom: 5px;
	padding-top: 5px;
}.homeheader {
	padding-left: 0.5in;
}
h2 {
	font-size: large;
	font-weight: normal;
	line-height: normal;
	color: #A5C35A;
}

h3 {
	font-size: medium;
	font-weight: normal;
	color: #634929;
}
li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pageimage {
	margin: 1em 0em 1em 1em;
	float: right;
}
.printoptional {
	display: none;
}
