body {
	background-color: #669966;
	font: 14px/25px "Trebuchet MS", Arial, sans-serif;
}

li {
	/* list-style-type: none; */
	line-height: normal;
	margin-bottom: 12px;
}

h1{
	color: #336633;
	font: 20px "Trebuchet MS", Arial, sans-serif;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}

a {}
a:link {
	color: #339933;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #003399;
}
a:on-mouse-up {}

#container {
	text-align: left;
}

#banner {
	margin: 0px;
	padding: 0px;
}

#menu {
	font: 14px "Trebuchet MS", Arial, sans-serif;
}
#menu ul{
	margin-left: -15px;
}
#menu li{
	border-bottom: 1px solid #669966;
	list-style-type: none;
	margin-right: 0px;
	width: 145px;
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
	padding: 0px 3px 3px 0px;
	margin-top: -5px;
}
#menu a:link {
	text-decoration: none;
	color: #339933;
}
#menu a:visited {	text-decoration: none;
	color: #006600;
}
#menu a:hover {	text-decoration: none;
	color: #003399;
}

#sidebar {}

#footer {
	font-size: 12px;
	color: #339933;
	text-align: center;
}
#footer a:link {
	color: #339933;
	text-decoration: none;
}
#footer a:visited {	text-decoration: none;
	color: #006600;
}
#footer A:hover {	text-decoration: none;
	color: #003399;
}
