/* CSS Document */

body {
	background-color: #408800;
	background-repeat: repeat;
}

/* Navigation bar */

#links {
	height: 30px;
	background-color:#4FA502;
	text-align:center;
	valign:center;
	}
	
#links a {
	text-decoration:none;
	color:#FFFFFF;
	}

#links td {
	width:20%;
}

#links a:hover, #links .active a {
	color: #000000;
}

.style3 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		background-color: #4FA502; 
		color: #FFFFFF; 
		text-align: center;
}

.style3 a {
		text-decoration:none;
		color:#FFFFFF;
}


/* body content */

.central_info {
		border: 0;
		background-color: white;
		color: #000000;
		text-indent: 75px
}

.style4 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.style4 a {
		text-decoration:none;
		color:#408800;
}

.style2 {
		color:#408800;
		font-size:0.8em;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		margin:75px;
}

.style2 a {
		text-decoration:underline;
		color:#408800;
		font-size:0.8em;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.style1 {
		color:#000000;
		font-size:0.8em;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		margin:75px;
}

