html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}
strong {
	color: #333333;
}
a:hover {
	color:#FF9900;
}
#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position: top;
}

#header {
	height:5.8em;
}

#logo {
	width:350px;
	float:left;
}

#logo h1{
	font-size:26px;
	color:#999933;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	padding-top:30px;
}

#logo h4 {
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}
/* --------------- Old nav ----------------- */
#links ul {
	margin:0px; 
	padding-top: 4em;
	white-space: nowrap;
}

#links li{
	float:right;
	list-style-type:none;
	height: 27px;
	text-align:center;
	border-left: 1px solid #fff;
	display: inline;
}

#links a{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	background-color: #999933;
	text-transform: lowercase;
	padding: 6px 10px;
}

#links a:hover{
	background-color: #FF9900;
}


#mainimg {
	clear: both;
	background-image:url(../images/Buckspano.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-size:28px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:40px 40px 0px 0px;
}

#mainimg h4 {
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
	text-align: left;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-size:26px;
	color:#3399CC;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 10px 5px 40px; /* top right bottom left */
}
#leftbar .title{
	color: #999933;
}

#leftbar h3{
	font-size:18px;
	color:#999933;
	font-weight:normal;
	text-decoration:none;
	padding: 10px 10px 5px 40px; /* top right bottom left */
}
#leftbar h3 a {
	font-size:18px;
	color:#999933;
	font-weight:normal;
	text-decoration:none;
	padding: 10px 10px 5px 0px; /* top right bottom left */
}
#leftbar h3 a:hover {
	color:#FF9900;
}
#leftbar h4{
	font-size:14px;
	color:#3399CC;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 10px 5px 40px; /* top right bottom left */
}
#leftbar .subhead, .mceContentBody .subhead, .subhead{
	font-size:12px;
	color:#FF9900;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 10px 0px 40px; /* top right bottom left */
	margin-bottom: 0px;
}
#leftbar p, .mceContentBody p {
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	line-height: 15px;
	padding:0px 40px;
	margin-bottom: 12px;
	}
#leftbar .intro {
	font-size:13px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding: 0px 10px 5px 40px; /* top right bottom left */
}
#leftbar a {
	font-size:11px;
	color:#3399CC;
	font-weight:bold;
	text-decoration:none;
}
#leftbar a:hover {
	color:#FF9900;
}
#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-size:22px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}
#rightbar h3{
	font-size:13px;
	color:#FF9900;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 0px 1px 25px; /* top right bottom left */
}
#rightbar h4{
	font-size:11px;
	color:#797B7A;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 0px 1px 25px; /* top right bottom left */
}

#rightbar p{
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
	margin-bottom: 12px;
	line-height: 15px;
}

#rightbar a {
	font-size:11px;
	color:#3399CC;
	font-weight:bold;
	text-decoration:none;
}

#rightbar a:hover {
	color:#FF9900;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#999933;
	height:27px;
	padding-top:5px;
}

#email a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#999933;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
.date, #leftbar .date {
	font-size:10px;
	color:#000;
	font-weight:normal;
}

.footer {
	font-size:11px;
	color:#fff;
	font-weight:normal;
	padding:0px 40px;
}

#donate_box {
	width: 200px;
	margin: 0px 10px 20px 20px;
	background-image: url(../images/corner_1.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#donate_box p {
	margin: 0px;
}
#donate_box_top {
	background-color: #999933;
	height: 18px;
	font-size: 11px;
}
#donate_box_outside_bottom {
	height: 8px;
	font-size: 1px;
}
#donate_box_top p {
	padding: 2px 10px 0px 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#donate_box_bottom {
	border-right: 1px solid #999933;
	border-left: 1px solid #999933;
}
#donate_box_bottom p {
	padding: 10px 10px 0px 10px;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFF;
}
/* --------------- Form stuff ----------------- */
label {
	display: block;
}
input {
	width: 300px;
}
input#city {
	width:220px;
}

input#state {
	width:20px;
}
input#zip {
	width:40px;
}
textarea {
	width: 300px;
	height: 100px;
}
input#submit {
	width: auto;
	font-size: 12px;
}
