body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11 pt;
}

#container {
	width: 896px;
	padding-left: 75px;
	padding-right: 50px;


}

#cssdropdown, #cssdropdown ul {
padding-left: 0px;
margin: 0;
list-style: none;
align: center;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #66cc66;
padding: 3px 35px 3px 35px;
font-color: #ccffcc;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 4em;
font-color: #ccffcc;
background-color: #00cc00;
padding-top: 10px;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


#top {	background: url(images/treetop.jpg);
	background-repeat: no-repeat;
	float: center;
	height: 208px;
	clear:all;
	align: center;
}

#text {	padding-left: 2px;
	padding-right: 2px;
	background: #def5ff;

}


p {	color: #000000;
	font-family: Arial, Helvetica, serif;
	font-size: 11pt;
	padding-top: 3px;
}


ol {	color: #000000;
	font-family: Arial, Helvetica, serif;
	font-size: 11pt;
}


h1 {	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-style: italic;
	font-style: bold;
	padding-top: 8px;

}

h2 {	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18pt;
	padding-top: 4px;
}

h3 {	text-align: left;
	color: #00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding-top: 4px;
}

h4 {	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
	font-size: 14pt;
	padding-top: 4px;
}

h5 {	color: #000000;
	font-family: Arial, Helvetica, serif;
	font-size: 11pt;
	text-align: right;
	padding-top: 1px;

}


a:link {
	color: #000000;
}

a:visited {
	color: #660000;
}





