@charset "UTF-8";

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #455F23;
}
#all {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	height: 100%;
	margin-top: -8px;
}
#top {
	height: 170px;
	width: 740px;
	z-index: 200;
	position: fixed;
}
#leftcol {
	float: left;
	height: 100%;
	width: 120px;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightcol {
	float: right;
	height: 100%;
	width: 550px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: text-top;
}
#content {
	height: 100%;
	width: 740px;
	position: relative;
	top: 175px;
}
#footnote {
	height: 100%;
	width: 740px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 125%;
	position: relative;
	float: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 125%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5A7B2E;
	text-decoration: none;
}
.footnote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #466023;
	text-decoration: none;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
}
.testimonialName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 100%;
	color: #000000;
	text-align: right;
}
.tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #000000;
	vertical-align: top;
}
.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #000000;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #466023;
}
hr {
	color: #455F23;
}
