@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.png);
	background-color: #363636;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
	
	
}
.content {
	background-color: #6F8E33;
	background-image: url(images/index-11.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 20px;
	height: 292px;
	width: 860px;
	vertical-align: top;
}

.nav { 
background-image: url(images/nav-bkgd.png);
background-repeat: no-repeat;

}

.footer {
	background-image: url(images/index-13.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 860px;
	padding-top: 20px;
	vertical-align: top;
	
	font-size: 10px;
}



.footer a:link {
	color: #ffffff;
	
}
.footer a:visited {
	color: #ffffff;

}
.footer a:hover {
	color: #6F8E33;
	
}