body {
	background-color: #006633;	
	color: #333333;
}
body * {
	margin: 0; padding: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	background: inherit;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}
h1, h2, h3, h4, h5 {
	margin: .2em 0 .5em 0;
	font-weight: bold;
	color: #006633;
	background: inherit;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
ul {
	margin: 0 0 1.8em 0;
}
ol {
	margin: 0 0 2.1em 0;
}
hr {
	margin: .4em .1em;
}
blockquote {
	margin: .2em 1.4em;
}

img { 
border: 0;
}

A:link {color: #006633} 

A:visited {color: #006600} 

A:active {color: #006633} 

A:hover {color: #33CC33} 


/* These are link colors for the navigation bar */
A.navlink:link {color: #FFFFFF}  

A.navlink:visited {color: #FFFFFF} 

A.navlink:active {color: #FFFFFF} 

A.navlink:hover {color: #FFFFFF} 

/* Table layout */
table#maintable {
	width: 800px;
	margin: 0 auto 20px auto;
	border: 0; padding: 0;
}
.logo, .tagline, .address {
	border-bottom: 3px solid #063;
}
td.tagline {
	background: #fff;
}
td.logo, td.nav {
	background: #bad7c5;
	width: 151px;
}
td.address, td.sidepics {
	background: #bad7c5;
	width: 180px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #333;
}
.address { 
	padding-top: 9px; 
	}
.address p {
	line-height: 1.2em;
	}
.bodytext{ 
	background: #fff;
	color: #333;
	padding: 9px 12px;
}
td.sidepics {
	padding-top: 10px;
}
.bodytext img {
	border: 1px #999966 solid;
	padding: 2px;
	margin: 3px 3px;
}
.bodytext img.nopad {
	border: 0;
	float:left;
	margin-top:0px; 
	margin-right: 10px; 
	
}
.bodytext img.imagemap {
	border: 0;
}
.eventtabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	background-position: right bottom;
	border: thin solid;
	padding:inherit;
	margin:4px 10px 10px 10px;
}
.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	background-position: right bottom;

}
td.textsmall {
	color: #333333;
	background: #bad7c5;
	padding-top: 6px;
}
.textsmall p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
.planttabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-position: right bottom;
}

td.infotable {
	border: thin solid #fff;
	padding: 2px;	
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #009900;
}
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	color: #006633;
}
/* navigation */
.nav ul {
	list-style: none;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 11px 10px 20px 12px;
	}
.nav li {
	margin-bottom: 15px;
}
.nav a {
	text-decoration: none;
}