body {
	margin: 0;
	padding: 0;
	color: #1A1A00;
	font: 12px/23px Verdana, Arial, Helvetica, sans-serif;
	background: #9DA864 url(../images/bg.jpg);
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px 50px;
}
h1 {
	font-size: 24px;
	color: #2E2B0A;
}
h2 {
	font-size: 20px;
	color: #534D1C;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
a img {
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #F4FFDD;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #D7D7D9;
}
a.pagelinks:link {
	color: #777C43;
	text-decoration: none;
	font-weight: bold;
}
a.pagelinks:visited {
	color: #393512;
	text-decoration: none;
	font-weight: bold;
}
a.pagelinks:hover, a.pagelinks:active, a.pagelinks:focus {
	text-decoration: none;
	color: #651B27;
	font-weight: bold;
}

.container {
	width: 1100px;
	margin: 20px auto;
	border: 10px solid #FFF;
	border-radius: 3px;
}

.header {
	height: 75px;
	background: #FFF url(../images/bg_header.jpg);
	border-bottom: 10px solid #FFF;
}
.subheader {
	background-color: #FFF;
	background-image: url(../images/bg_headerimage.jpg);
	height: 250px;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.navbar {
	background-color: #FFF;
	background-image: url(../images/bg_buttons.jpg);
	height: 35px;
	padding-top: 10px;
	font-size: 13px;
	padding-left: 50px;
}

.content {
	padding: 40px 0px 5px;
	background: #FFF;
}

.footer {
	background-color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.newsbox {
	float: right;
	width: 260px;
	border-radius: 3px;
	background: #383411 url(../images/bg_news.jpg);
	margin-left: 50px;
	padding: 20px;
	color: #FFF;
}

.text_white {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.margin {
	margin-left: 50px;
}

.form_design {
	border: 1px inset #3C3918;
	background: #E8E7DB;
	padding: 3px 3px;
	border-radius: 3px;
}
.form_button {
	background: #302C0F;
	border: 3px groove #5E5B3A;
	color: #FFFFFF;
	padding: 2px 10px;
	border-radius: 3px;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 175px;
}

.byline {
	font-size: 10px;
	text-align: center;
}
