#body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header {
	height:150px;
	margin: 25px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 712px; /*********** This is the combined width of the header images. If any larger, it will not be centered properly **************/
}

#header .headerimage {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu {
	background-color: #75A075;
	text-align: center;
	padding: 6px;
	width: 780px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-top-width: 2px;
	font-family: verdana, sans-serif;
	/*border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;*/
}
#menu a:hover {
	text-decoration:underline;
}
#content {
	width: 780px;
	clear: both;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border-top-width: 2px;
	border-top-color: #000000;
	border-top-style: solid;*/
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: verdana, sans-serif;
	font-size: 14px;	
}
#content #description {
	font-family: verdana, sans-serif;
	font-size: 14px;
}
#content #item {
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	color: #415D0C;
}

#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 17px; 
}
#content ul {
	font-size: None;
	color: #003300;
	font-weight: bold;
}
#background {
	background-color: #71BB00;
	float: none;
	height: 100%;
	width: 100%;
	z-index: -1;
}
