body {
background: #76A300;
font-family: arial;
font-size: 67.5%;
margin: 0;
padding: 0;
}

p a {
color: #005028;
font-weight: bold;
}

p a.red {
color: #cc0000;
}

p.red {
color: red;
}

#banner {
background: transparent url('../images/wrapper.png') top left no-repeat;
float: left;
height: 134px;
overflow: hidden;
width: 100%;
}

	#banner h1 {
	background: transparent url('../images/greeneking.png') top left no-repeat;
	height: 220px;
	left: -25px;
	position: absolute;
	text-indent: -5000px;
	top: -100px;
	width: 248px;
	}
	
	#banner h2 {
	font-family: Georgia, Times;
	font-weight: bold;
	font-size: 2em;
	left: 220px;
	position: absolute;
	top: 35px;
	width: 480px;
	}
	
	#banner h3 {
	color: #444;
	font-family: Georgia, Times;
	font-weight: bold;
	font-size: 1.3em;
	left: 220px;
	position: absolute;
	top: 70px;
	width: 250px;
	}
	
#content {
float: left;
margin-left: 10px;
min-height: 200px;
width: 800px;
}

	#content div {
	margin: 5px 10px;
	}
	
	#content div h1 {
	font-size: 1.9em;
	}
	
	#content div h2 {
	color: #444;
	}
	
	#content div p {
	font-size: 1.2em;
	line-height: 140%;
	}

#frame {
left: 50%;
margin-left: -410px;
margin-top: 80px;
position: absolute;
width: 820px;
}

#footer {
background: transparent url('../images/footer.png') bottom left no-repeat;
float: left;
height: 23px;
width: 820px;
}

#logos {
float: left;
font-size: 1em;
font-weight: bold;
margin-left: 10px;
margin-top: -10px;
}

	#logos a {
	color: white;
	}

#nav {
background: black;
border-top: 1px solid white;
display: inline-block;
float: left;
height: 30px;
margin-left: 10px;
width: 800px;
}

	#nav ul {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	margin: 0px 0 0 10px;
	padding: 0;
	}
	
	#nav ul li {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 4px 0 4px;
	margin-right: 15px;
	}
	
		#nav ul li.on {
		background: white;
		}
	
	#nav ul li a {
	color: white;
	text-decoration: none;
	}
	
		#nav ul li.on a {
		color: #76A300;
		}
	
	#nav ul li a:hover {
	color: #76A300;
	}

#seasons {
background: #669900 url('../images/seasons.png') top left;
border-top: 1px solid white;
display: inline-block;
float: left;
height: 30px;
margin-left: 10px;
width: 800px;
}

	#seasons ul {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	margin: 0px 0 0 10px;
	padding: 0;
	}
	
	#seasons ul li {
	color: #003300;
	display: block;
	float: left;
	height: 22px;
	padding: 8px 4px 0 4px;
	}
	
		#seasons ul li.on {
		background: white;
		}
	
	#seasons ul li a {
	color: white;
	text-decoration: none;
	}
	
	
	
		#seasons ul li.on a {
		color: #003300;
		}
	
	#seasons ul li a:hover {
	color: #003300;
	}
	
	#seasons p {
	color: white;
	float: right;
	font-weight: bold;
	margin: 6px 9px 0 0;
	}
		
	#sub {
	background: #ccc;
	border-top: 1px solid white;
	display: inline-block;
	float: left;
	height: 30px;
	margin-left: 10px;
	width: 800px;
	}

	#sub ul {
	float: left;
	font-size: 1.2em;
	letter-spacing: -1px;
	list-style: none;
	margin: 0px 0 0 10px;
	padding: 0;
	}
	
	#sub ul li {
	color: #003300;
	float: left;
	}
	
	#sub ul li a {
	color: #003300;
	display: block;
	height: 22px;
	padding: 8px 6px 0 6px;
	text-decoration: none;
	}
	
		#sub ul li.on a, #sub ul li a:hover {
		background: black;
		color: white;
		}

#wrapper {
background: transparent url('../images/wrapper-middle.png') 0px 50px repeat-y;
float: left;
width: 820px;
}

/* simple table */

	.center {
	margin: 20px 10px;
	text-align: center !important;
	}
	
	.center img.p {
	border: 1px solid #333;
	height: 400px;
	}
	
	.bleft {
	border: 1px solid #333;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	width: 400px;
	}
	
	.bright {
	border: 1px solid #333;
	float: right;
	margin: 0 0px 10px 10px;
	padding: 1px;
	height: 300px;
	}

	.files {
	list-style: none;
	}
	
	.files li {
	background: url('../images/page_word.png') 0px 0px no-repeat;
	padding: 4px 20px;
	width: 200px;
	}

	.gallery {
	clear: both;
	float: left;
	width: 100%;
	}
	
	.gallery dt {
	font-size: 1.8em;
	font-weight: bold;
	padding: 4px;
	}
	
	.gallery dd {
	border: 1px solid #ccc;
	float: left;
	height: 100px;
	overflow: hidden;
	margin: 0px 2px 2px 0;
	width: 125px;
	}
	
	.gallery img {
	border: none;
	height: 100px;
	width: 125px;
	}

	.simple {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	font-size: 1.2em;
	margin-bottom: 20px;
	width: 100%;
	}
	
	.odd {
	background: #F0F0F0;
	}
	
	.simple caption {
	color: white;
	font-weight: bold;
	background: #76A300;
	padding: 4px;
	text-align: left;
	}
	
	.simple tr th {
	background: #005028;
	color: white;
	padding: 4px;
	text-align: left;
	}
	
	.simple tr td {
	border: 1px solid #e1e1e1;
	padding: 4px;
	}
	
	.simple tr td a {
	color: #005028;
	font-weight: bold;
	}













