@charset "utf-8";
/* CSS Document */

body { 
	margin-top: 0;
	margin-bottom: 0;
	font: 12px/24px georgia; 
	color: #2c3013; 
	margin: 0px;
	background: #606135 url(../images/bgtile.jpg); 
}
#header {
	position: relative;
	width: 800px;
	height: 141px;
}
#header_logo_button {
	position: absolute;
	left: 24px;
	top: 10px;
	width: 220px;
	height: 107px;
}
#header_global_nav {
	position: absolute;
	left: 505px;
	top: 5px;
	width: 400px;
	height: 107px;
}
#header_globalnav_home {
	position: relative;
	left: 0;
	top: 0;
	width: 70px;
	height: 20px;
	display: inline;
}
#header_globalnav_contact {
	position: relative;
	left: 13px;
	top: 0;
	width: 98px;
	height: 20px;
	display: inline;
}
#header_globalnav_links {
	position: relative;
	left: 40px;
	top: 0;
	width: 63px;
	height: 20px;
	display: inline;
}
#header_history {
	position: absolute;
	left: 460px;
	top: 82px;
	width: 306px;
	height: 56px;
	display: inline;
}
#main_content_area {
	position: relative;
	top: 30px;
	width: 450px;
	left: 30px;
	padding-right: 30px;
	font: 12px/20px georgia;
	color: #2c3013;
	text-align: left;
}
.main_content_pageheadline {
	font: 16px/20px georgia;
	color: #2c3013;
	text-align: left;
	font-weight: bold;
}
a.main_content_link {
    color: #2c3013;
	text-decoration: underline;
}
a:visited.main_content_link {
    color: #2c3013;
	text-decoration: underline;
}
a:hover.main_content_link {
	color: #2c3013;
	text-decoration: underline;
}
#footer_text {
	font: 12px/18px georgia;
	color: #ead1a8;
	text-align: center;
	width: 755px;
}
a.footer_text {
    color: #ead1a8;
	text-decoration: underline;
}
a:visited.footer_text {
    color: #ead1a8;
	text-decoration: underline;
}
a:hover.footer_text {
	color: #ead1a8;
	text-decoration: underline;
}
#nav_images {
	top: 24px;
	position: relative;
	padding-bottom: 40px;
}
#nav_missionstatement {
	position: relative;
	top: 0;
	left: 0;
}
#nav_bylaws {
	position: relative;
	top: 0;
	left: 0;
}
#nav_history {
	position: relative;
	top: 0;
	left: 0;
}
#nav_boardofdirectors {
	position: relative;
	top: 0;
	left: 0;
}
#nav_resources {
	position: relative;
	top: 0;
	left: 0;
}
#nav_membershipform {
	position: relative;
	top: 0;
	left: 0;
}
#nav_merchandise {
	position: relative;
	top: 0;
	left: 0;
}
#homepage_img {
	position: relative;
	margin-left: -30px;
	margin-top: -30px;
	width: 536px;
	height: 212px;
}
.main_content_subheadline {
	font: 16px/20px georgia;
	color: #50291c;
	text-align: left;
	font-weight: bold;
}


