html, body {
	margin:0px; padding:0px;
	height:100%; width:100%;
}
body {
	background:#3A2220;
	font-family:Times New Roman, Times, "serif";
	font-size:12px;
	scrollbar-face-color:#BCB08D;
	/* scrollbar-highlight-color: red;
	scrollbar-3dlight-color: yellow;
	scrollbar-darkshadow-color: orange;
	scrollbar-shadow-color: black;
	*/
	scrollbar-arrow-color:#7A523B;
	scrollbar-track-color:#AEAE5E;
}
#OuterWrapper {
	width:911px; height:530px; /* 580 */
	margin:20px auto;
	position:relative;
	border:2px solid #7B523B;
}

/*	Header  */
#Header {
	width:100%; height:87px;
	position:absolute;
	top:0px; left:0px;
	background:#3A2220; /* 241518 */
	background-image:url('/images/FARLogo.jpg');
	background-repeat:no-repeat;
	background-position:30px 10px;
	text-align:right;
	vertical-align:bottom;
}
#Header h1 {
	margin-left:-6000px;
	position:absolute;
}
#Header h2 {
	margin-left:-6000px;
	position:absolute;
}

/*	Main Site Area
-------------------------------------------------------------------------------*/
#ContentWrapper {
	width:100%; height:418px; /* 465 */
	position:absolute;
	top:87px; left:0px;
	background:white;
}

/*	Sidebar
-------------------------------------------------------------------------------*/
#Sidebar {
	width:225px;
	height:415px;
	border-right:2px solid #3A2220;
	background:#3A2220;
	font-family: Arial, Helvetica, sans-serif;
}
#Sidebar h3 {
	font-size:1.15em;
	margin:0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:expanded;
}
#Sidebar ul {
	list-style-type:none;
	margin-left:40px; margin-top:0px;
	padding-left:0px; padding-top:0px;
}
#Sidebar li {
	margin-top:5px;
	margin-bottom:5px;
}
#Sidebar a {
	color:#555555;
	text-decoration:none;
}
body#About #Sidebar h3 a {
	color:#894140;
}
body#Events #Sidebar h3 a {
	color:#414F68;
}
body#Donations #Sidebar h3 a {
	color:#5F605F;
}
body#Projects #Sidebar h3 a {
	color:#997036;
}
/*	Main
-------------------------------------------------------------------------------*/
#Main {
	position:absolute;
	top:160px;
	left:226px;
	width:668px;
	height:270px;
	/* width:680px; */
	padding-left:20px;
	color:#7B523B;
	font-family:"Times New Roman", Times, serif;

}

#Main h2 {
	background-color:#5D906B;
	font-size:1.65em;
	color:white;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#Main .IntroText {
	line-height:2.0em;
	font-weight:bold;
	padding-left:10px;
	font-size:1.1em;
	margin-left: 10px;
}
#HighlightArea {
	width:225px;
	float:right;
	padding-right:20px;
	padding-left:20px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 20px;
	
}
#HighlightArea h2 {
	color:#5D906B;
	background-color:white;
	width:auto;
	padding-left:0px; padding-bottom:10px;
	font-size:1.2em;
}
#HighlightArea ul {
	list-style-type:none;
	padding-left:0px; margin:0px;
}
#HighlightArea li {
	border-top:1px solid #5D906B;
	clear:right;
	padding:20px 0px 20px 0px;
}
/* Footer */
#Footer {
	width:100%;
	height:30px;
	position:absolute;
	bottom:-1px;
	left:0px;
	background:#7A523B;
	font-size:0.85em;
	color:#B49B73;
	font-family: Arial, Helvetica, sans-serif;
}
#Footer p {
	padding:7px 0px 0px 10px;
	margin:0px;
}

/*	Formatting
-------------------------------------------------------------------------------*/
.Breadcrumbs {
	color:#698368; /* darker */
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	padding-top:10px;
	font-weight:bold;
	margin-left:-4px;	
}
.Breadcrumbs a {
	color:#B3C0B3 !important; /* lighter */
	text-decoration:none;
}
.Breadcrumbs a:hover {
	color:#698368 !important;
	text-decoration:underline;
}
.Warning {
	color:red;
	background-color:#FFFFCC;
	border:1px solid black;
	padding:5px;
}
