/* CSS Document */

body {
	font-family: Times, Arial;
	margin: 0px;
	font-size:14px;
	background-color:#579520;
	background-image:url(../images/background780.png);
	background-position:center;
	background-repeat:repeat-y;
	}

.nav {
	background-color:#ffffff;
	padding-left:30px;
	}

.nav a {
	font-family: Times, Arial;
	font-size:16px;
	color: #579520;
	text-decoration:none;
	padding-left:30px;
	font-weight:bold;
	
	}	
	
.nav a:hover {
	font-family: Times, Arial;
	font-size:16px;
	text-decoration:none;
	color:#A6C984;

	}
	
.main {
	background-image:url(../images/background750.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.home {
font-size:16px;
text-shadow: #FF0000;
}

.footer {
	font-family: Times;
	font-size:11px;
	color:#000000;
	}

.footer a {
	font-family: Times;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}

.footer a:hover {
	font-family: Times;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	}

.caption {
font-size:12px;
font-family: Times;

}