/* CSS Document */

body {
	background-color: #D0D85F;
	width: 100%;
}

#container {
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	width: 800px;
	height: 800px;
	background-image: url(../images/greenswirl2.jpg);
	border: 1px solid #000000;
}

.mainbody {
	margin: 0 200px 0 0;
	padding-left: 10px;
	font-size: 95%;
}


p {
	padding: 0 10px 0 10px;
	text-align: left;
	color: #185D27;
	
}

a:hover {
	color:#1A5D27;
}



h1 {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
	padding: 10px 0 0 5px;
	text-transform:uppercase;

}


#title {
	margin-top: 30px;
	text-align: left;
	padding-left: 10px;
}


.navbar {
	padding: 0 10px 0 10px;
	
}

.navbar li, .navbar a, .navbar a:visited {
	text-decoration:none;
	text-align: left;
	font-size: 105%;
	color:#578230;
	list-style-type: none;
	text-transform: lowercase;
	font-weight: normal;
}

.navbar a:hover {
	color:#1A5D27;

}

li, li a, li a:visited {
	list-style-type: none;
	text-decoration: none;
	color:#185E28;
	font-size: 105%;
	text-align: left;

}


.footer {
	padding-left: 10px;
	text-align: left;	
}

.footer li, .footer a, .footer a:visited {
	list-style-type: none;
	text-decoration: none;
	color:#185E28;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table {
	border: 1px solid #000000;
	background-color: #E9F0BC;

}

td img a, td img a:visited {
	text-align:center;
	border: 0;
	text-decoration:none;

}
