body {
	background-color: #559348;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;}

#indexwrapper {
border-top: 1px solid white;
		border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
				border-left: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-color: #243d1f;
	}
#maincontenttable{
	border: 1px solid #000000;
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin: 20px;
	/*background-color: #1f551f;*/
	}
#indexfooter {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: 0px solid white;
	}

#navbarmain {
	position: relative;
	top: -15px;
	left: 400px;
	width: 300px;
	padding: 8px;
	margin: 0;
	border-top: 1px solid white;
		border-right: 2px solid black;
			border-bottom: 2px solid black;
				border-left: 1px solid white;
	background: #243d1f;
	color: #99cc66;
	font-size: 13px;
	text-align: center;
	visibility: visible;
}	
	
.navbarmain a:link {
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
.navbarmain a:visited {
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
.navbarmain a:hover{
	font-weight: normal;
	text-align: center;
	color: #00ff00;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
	
.introtext {
	font-size: 15px;
	color: #ffffff;
	line-height: 180%;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	margin: 0;
}

.introtext a:link {
	color: #ffffff;
	text-decoration: none;
}
.introtext a:visited {
	color: #ffffff;
	text-decoration: none;
}
.introtext a:hover {
	color: #00ff00;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #001a00;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 5px 0 0 0;
}
.copyright a:link {
	color: #001a00;
	text-decoration: underline;
}

.copyright a:visited {
	color: #001a00;
	text-decoration: underline;
}

.copyright a:hover {
	color: #00ff00;
	text-decoration: underline;
}

p, td, th, td {
	color: #003333;}

p, td, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}
