@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 16px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333333;
	background-color: #336633;
}

#wrapper {
	width: 782px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #663300;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	margin: 0px;
	padding: 0px;
	width: 782px;
} 
#mainnav {
	background-color: #330000;
	background-image: url(../images/bg_mainimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	height: 125px;
	margin: 0px;
}

#mainnav ul {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainnav li {
	margin: 0px 0px 0.75em;
	padding: 0px;
	font-size: 1.6em;
}
#mainnav  a {
color: #FFFFFF;
text-decoration: none;
}
#mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav  a:hover {
	color: #336633;
	text-decoration: none;
}
#mainnav  li  a#current {
	color: #FF9933;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: url(../images/content_bg.gif) no-repeat left bottom;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 190px;
} 
#content h1 {
	font-size: 1.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content p {
	font-size: 1.2em;
	line-height: 166%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#content   a:link  {
	color: #6F4D24;
	text-decoration: none;
}
#content   a:visited  {
	color: #6F4D24;
	text-decoration: none;
}
#content   a:hover  {
	color: #B3C135;
	text-decoration: none;
}
#content   a:active  {
	color: #B3C135;
	text-decoration: none;
}
.img-heads {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 16px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fl_faker {
	float: left;
	margin-right: 1px;
}
} 
.fr_faker {
	float: right;
	margin-right: 1px;
}
.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;
}
#flashcontent {
	margin: 0px 0px 0px 0px;
	width: 500px;
	height: 340px;
}
