
BODY {
	margin: 0px;
	margin-top: 10px;
	background: #3D5208 url(/images/bg.gif) no-repeat top left;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.header_top {
	background: transparent url(/images/header_top.gif) no-repeat top left;
	width: 780px;
	height: 30px;
	margin: 0 auto;
}

.page {
	width: 780px;
	margin: 0 auto;
	background: transparent url(/images/content_bg.gif) repeat-y top left;
}

.header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 780px;
	height: 129px;
	margin: 0 auto;
}

.top_nav_wrapper {
	background: transparent url(/images/topnav_bg.gif) repeat-x top left;
	height: 24px;
	margin: 0;
	margin-left: 5px;
	margin-right: 7px;
}

.left {
	float: left;
	width: 567px;
}

.main_content_wrapper {
	margin-left: 5px;
	padding: 10px;
	background: transparent url(/images/main_content_bg.gif) no-repeat 10px 10px;
}

.main_content {
	width: 542px;
}

.right {
	float: left;
	width: 213px;
}

.side_bar_wrapper {
	padding: 10px;
	margin-right: 7px;
}

.side_bar {
	width: 186px;
	border: 0;
}

.footer {
	background: transparent url(/images/footer_bg.gif) repeat-x top left;
	color: #3D5208;
	font-size: 11px;
	padding: 8px 15px;
}

.footer a {
	color: #E4F1E2;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.print_email {
	float: right;
	width: 30%;
	text-align: right;
}

.copyright {
	float: left;
	width: 65%;
}

.tagline {
	text-align: center;
	font: normal normal 11px Arial, Tahoma, Sans-Serif;
	color: #788E3E;
}

.tagline a, .tagline a:hover {
	color: #82A627;
	font: normal bold 11px Arial, Tahoma, Sans-Serif;
}