body {
	background-color : #F4EEDE;
	margin : 10px;
}

body, td {
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
}

img {
	border : none;
}

h1 {
	color : #785F23;
	font-size : 13pt;
	margin : 0px;
}

h2 {
	font-size : 9pt;
	margin : 0px;
}

.content {
	margin : 11px;
	text-align : left;
}

#footer {
	color : #AA986B;
	margin-top : 5px;
}

#footer a {
	color : #AA986B;
}

#sidebar {
	padding-top : 10px;
	background-color : #ECD9AD;
}

#sidebar div {
	width : 185px;
	border : 1px solid #435879;
	background-color : #fff;
	text-align : left;
	margin-bottom : 15px;
}

#sidebar div p {
	margin : 0px;
	padding : 5px;
	font-size : 8pt;
}

#sidebar div h1{
	background-color : #C6CFDE;
	color : #435879;
	font-size : 10pt;
	margin : 0px;
	display : block;
	padding : 5px;
}

#aboutSub, #membershipSub, #volunteerSub, #supportSub, #newsSub, #grantsSub {
	position:absolute; 
	z-index:1; 
	visibility: hidden; 
	border : 1px solid #0E643B;
	background-color : #fff;
}

#aboutSub {
	width:250px;
	top : 70px;
}

#membershipSub
 {
	width:150px; 
	top : 84px;
}

#volunteerSub {
	width:222px;
	top : 98px;
}

#supportSub {
	width:198px;
	top : 112px;
}

#newsSub {
	width:186px;
	top : 126px;
}

#grantsSub {
	width: 181px;
	top : 140px;
}

#sectionHeader {
	margin-bottom : 15px;
}

#sectionHeader td {
	font-size : 8pt;
}

#sectionHeader a {
	color : #284C86;
}

