/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8EE7D;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4802;
	text-decoration: none;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	height: 71px;
}
.footer a{
	color: #4F4802;
	text-decoration: none;
}
.footer a:hover{
	color: #859B5D;
	text-decoration: none;
}
.footer a:active{
	color: #4F4802;
	text-decoration: none;
}
.footer a:visited{
	color: #4F4802;
	text-decoration: none;
}

.main_tbl {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 904px;
}
.green_bgnd {
	background-image: url(../images/slash_top.jpg);
	background-repeat: no-repeat;
	background-color: #768F4D;
}
.nav_bgnd {
	background-image: url(../images/nav_bgnd.jpg);
	background-repeat: no-repeat;
	background-color: #768F4D;
	
}
.nav_placement {
	text-align: left;
	margin-left: 9px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-image: url(../images/bullet_img.jpg);
	text-align: left;
}
.main_text li{
	font-weight: bold;
	list-style-image: url(../images/bullet_img.jpg);
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #736B08;
	font-weight: normal;
}
