/* CSS Document */

body {
	background-color: #C3E7C2;
	scrollbar-track-color: #FFE680;
	scrollbar-base-color: #4CB748;
	scrollbar-arrow-color: #C3E7C2;
	scrollbar-DarkShadow-Color: #C3E7C2;
}

/* for most content */
.content {
	padding-left: 10px;
	padding-right: 10px;
	height: 325px;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: scroll;   /* needed since Mozilla doesn't like the -x / -y */
}

.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: normal;
}
.content a:link {
	color: #0C7708;
}
.content a:visited {
	color: #0C7708;
}
.content a:hover {
	color: #FFCC00;
}
.content b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #109E0A;
	line-height: normal;
}

.content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	color: #109E0A;
	line-height: normal;
	margin-bottom: -5px;
}

.content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: normal;
}
.content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
/* *************************************************** */


/* main navigation */
.navigation {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #C3E7C2;
	display: block;
	width: 185px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4CB748;
	display: block;
	width: 185px;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
.navigation b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #109E0A;
	line-height: normal;
}
/* *************************************************** */


/* feature section */
.featureText {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.featureText a:link {
	color: #0C7708;
}
.featureText a:visited {
	color: #0C7708;
}
.featureText a:hover {
	color: #FFCC00;
}
}
/* *************************************************** */


/* small footer text at the bottom of pages */
.footerText {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerText a:link {
	color: #0C7708;
}
.footerText a:visited {
	color: #0C7708;
}
.footerText a:hover {
	color: #FFCC00;
}
/* ******************************************************** */