@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer_class {
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9A74;
}
.hdr_bar {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B080;
}
.text_margin {
	padding: 10px;
}
.green_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #556036;
}
.photo_margin {
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: underline;
	color: #556036;
}
a:visited {
	text-decoration: underline;
	color: #556036;
}
a:hover {
	text-decoration: none;
	color: #75934B;
}
a:active {
	text-decoration: underline;
	color: #556036;
}
