@charset "UTF-8";
.background {
	background-attachment: fixed;
	background-image: url(images/gradient_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #6E734B;
	text-decoration: none;
}
.body_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
a:link {
	color: #6E734B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #6E734B;
	text-decoration: none;
}
.photo_left {
	padding-right: 10px;
	padding-bottom: 5px;
}
.photo_right {
	padding-bottom: 5px;
	padding-left: 10px;
}
.links_secondarynav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6E734B;
	text-decoration: none;
}
.twitter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
}