/*Styles for Aboutus pages*/

h1	{
	text-align:center;
	margin-bottom:0px;
	}


h6  {
	font-size:9px;
	margin-top:2px;
	margin-bottom:10px;
	text-align:center;
	}
	

/*Officers & Directors*/

div#mainOfficers {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:13px;
	}

div#OfficersContent {
	position:absolute;left:150px;top:30px;
	width:500px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	overflow: auto; 
	padding:10px;
	}

#officers {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	}

#directors {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	}

#directors caption {
	font-weight:bold;
	margin-bottom:10px;
	}

th {
	text-align:right;
	}

tr {
	vertical-align:top;
	margin-bottom:25px;
	}

td {
	padding-left:10px;
	}

#lastupdated {
	position:absolute;bottom:20px;right:50px;
	font-size:9px;
	}

/*History*/

div#mainHistory {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:13px;
	}

div#HistoryContent {
	position:absolute;left:150px;top:30px;
	width:500px;
	height:420px;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	overflow: auto; 
	padding:10px;
	}


/*Newsletters*/

div#mainNewsletters {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:13px;
	}

#credit {
	font-size:10px;
	text-align:right;
	padding-bottom:12px;
	}

div#NewslettersContent {
	position:absolute;left:200px;top:160px;
	width:400px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	overflow: auto; 
	padding:20px;	
	}

div#NewslettersContent ul {
	position:relative; left:100px;
	}

/*Membership*/

div#mainMembership {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:13px;
	}

div#MembershipContent {
	position:absolute;left:150px;top:160px;
	width:500px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	overflow: auto; 
	padding:10px;
	}

/*Donations*/

div#mainDonations {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	}

div#DonationsContent {
	position:absolute;left:40px;top:35px;
	width:700px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	overflow: auto; 
	padding:10px;
	}

/*Ethics*/

div#mainEthics {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	font-size:13px;
	}

div#EthicsContent {
	position:absolute;left:150px;top:160px;
	width:500px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	overflow: auto; 
	padding:10px;
	}

p#taxexempt {
	width:300px;
	font-size:9;
	margin-left:auto;
	margin-right:auto;
	}

/*Other Links*/

div#mainLinks {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	}

div#LinksContent {
	position:absolute;left:40px;top:25px;
	width:400px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	overflow: auto; 
	padding:10px;
	}

/*Contact*/

div#mainContact {
	position:absolute;
	top:75px;left:0px;
	width:799px;
	height:530px;
	background-image: url(../images/woods.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
	}

div#ContactContent {
	position:absolute;left:200px;top:150px;
	width:400px;
	height:auto;
	z-index:1;
	background-color:#efefef;
	border: 4px solid #583229;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	overflow: auto; 
	padding:10px;
	}

h2, h3 {
	text-align:center;
	}



