@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9E833C;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9E833C; /* this overrides the text-align: center on the body element. */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #containerabout {
	font-family: "Courier New", Courier, monospace;
	background-repeat: no-repeat;
	height: 522px;
	width: 780px;
	font-weight: bolder;
	text-align: left;
	position: static;
	z-index: auto;
	padding-top: 0px;
	padding-right: 300px;
	padding-left: 300px;
	background-image: url(FFwebimage2-lr.jpg);
}
.oneColFixCtrHdr #containergetinvolved {
	width: 780px;
	background-repeat: no-repeat;
	height: 975px;
	background-image: url(3339732058_868945c809_LR.jpg);
	left: auto;
	right: auto;
}
.oneColFixCtrHdr #container #containerabout p {
	font-family: "Courier New", Courier, monospace;
	width: 450px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 16px;
}
.oneColFixCtrHdr #containercontact {
	background-image: url(FFwebimage4-lr.jpg);
	background-repeat: no-repeat;
	height: 522px;
	width: 780px;
}
.oneColFixCtrHdr #containerlinks {
	font-size: 16px;
	background-image: url(tangcloseLR.jpg);
	background-repeat: no-repeat;
	height: 522px;
	width: 780px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	left: auto;
	right: auto;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-align: left;
	padding-left: 230px;
	padding-top: 50px;
	text-decoration: underline;
}
.oneColFixCtrHdr #menubar {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #9E833C;
}
ul {
}
ul#linklist {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	list-style-type: none;
}
li#nav_bar {
	color: #FFFFFF;
	display: inline;
	font-weight: bolder;
	margin: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
}
li#nav_bar a.current, #nav_bar li a.current:hover, #nav_bar li a.current:active{
	cursor:default;
	color: #69190F;
	text-decoration: none;
}
li#res {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	display: block;
	line-height: normal;
	padding: 2px;
	margin: 2px;
}
li#res a:link {
	color: #000000;
}
li#res a:visited {
	color: #485D1A;
}
li#res a:hover {
	color: #1C1F72;
	text-decoration: underline;
}
li#res a:active {
	font-family: "Courier New", Courier, monospace;
}
.column {
	margin: 5px;
	float: left;
	width: 240px;
	text-align: left;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bottomcolumn {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 400px;
	padding-top: 520px;
	padding-left: 120px;
	text-align: left;
	float: right;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #9E833C;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #FBB03B;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	font-size: 14px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 20px;
	padding-left: 150px;
	text-align: left;
}
a:link {
	color: #121113;
	text-decoration: none;
}
a:visited {
	color: #FBB03B;
	text-decoration: none;
}
a:hover {
	color: #1C1F72;
}
a:active  {
	color: #B72D1B;
	text-decoration: none;
}
.current {
	color: #B72D1B;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: "Courier New", Courier, monospace;
}
