@charset "utf-8";
body {
	background-color: #86BA51;
}
.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFFBC7;
	height: 700px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -10px;
	margin-right: -7px;
	margin-bottom: 0px;
	margin-left: -7px;
	
}

	
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
	top: -5px;
	position: relative;
	margin-top: 15px;
	color:#638D38;
	width:865px;
}

.footer {
	background-color: #FFF;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	margin-top: -25px;
	background-image: url(Pictures/footerImage.png);
	background-repeat: no-repeat;
}

.headerImage {
	margin-top: -10px;
	background-color: #86BA51;
	width: auto;
	height: 250px;
}
#mainContentTable {
	margin-left: 15px;
	width: 865px;
}

#mainContent {
	background-color: #FFF;
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	top: -200px;
	background-image: url(Pictures/mainContent_BG.png);
}
#mainContent_Hdr {
	margin-top: 15px;
	margin-left: 15px;
	border: thin solid #86BA51;
}
#naviBar {
	margin-left: 16px;
	width: 865px;
	overflow: hidden;
}
.mainText {
	font-size: 15px;
	padding: 0px;
	margin-top: -2px;
}

#contentImage {
	border: 5px solid #FFF;
}
#content {
	width: 506px;
	position: absolute;
	height: 380px;
	margin-top: -135px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	z-index: 3;
		
}
.mainText h4 {
	font-weight:100;
	font-style:italic;
	text-decoration: underline;
	font-size: 16px;
	margin: -2px;
	}
	overflow-x{ visibility:hidden;}
.calendar {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #86BA51;
	border-left-color: #86BA51;
		}
p {width: 505px;}
a:link { font-style:normal ; 
olor: #2C8B99;
text-decoration:none;
border:none;}
a:hover { text-decoration:underline;
}
a:visited {border:none;
color: #2C8B99;}
