html { min-height: 100%; margin-bottom: 1px;
}
body{
	margin:0;
	padding:5;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E1FFD7;
	text-decoration: none;
}
.maintable {
	background-color: #FFFFFF;
	border: thin solid #006600;

}

a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006600;
	text-decoration: none;
		font-weight: bold;
}
a:hover {
	color: #002d61;
	text-decoration: none;
		font-weight: bold;
}
a:active {
	color: #006600;
	text-decoration: none;
		font-weight: bold;
}

.menudiv {
	background-color: #84B97E;
}
.mainphoto {
	background-color: #84B97E;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: thin solid #006600;
}
.eventphoto {
	background-color: #84B97E;
	color: #333333;
	float: left;
	margin-top: 2pxpx;
	margin-bottom: 2px;
	margin-right: 17px;
	border: thin solid #006600;
}

.maincontent {
	width: 570px;
	text-align: justify;
	background: transparent url(images/corner.gif) no-repeat top left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.maintable .maincontent strong {
color:#003300;
}

.linktable {
	clear: left;
	text-align: left;
	border: thin groove #3E9834;
	}
	.mainform {
	clear: left;
	}

	.mainform {
	clear: left;
	}

.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 172px; /* thick left border of menu */
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3E9834;
}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: white;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

[if IE]>
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
<![endif]
.maintable .maincontent ul {
	line-height: 140%;
}
.eventheader {
	font-weight: bold;
	color: #000000;
	background-color: #84BA80;
}

