@charset "ISO-8859-1";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6E5C44;
}
#spacer {
	height: 32px;
	width: 100%;
}
#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	width: 960px;
	border: 1px solid #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 960px;
}
#content p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
#footer {
	background: url(../images/foot_bg.gif) repeat-x 0px 0px;
	height: 21px;
}
#footnav {
	margin-right: 82px;
	margin-top: 5px;
	float: right;
}
#footnav a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footnav a:hover {
	color: #264EF9;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #34481E;
	font: bold 24px Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #8E704D;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #324820;
}
h4 {
	font-size: 100%;
	color: #666634;
}
h5 { font-size: 90%; color: #064997; }
a:link {
	color: #34481E;
}
a:hover {
	color: #615022;
	text-decoration: underline
}
a:visited {
	color: #5B8700;
	text-decoration: none;
}
p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #6E5C44;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.drawline {
	width: 350px;
	border-bottom: 1px solid #34481E;
}
