/* base styles */
@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
HTML {
	height: 100%;
}
BODY {
	background-image: url('../images/wood_floor.jpg');
	color: #fdddcb;
	font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size: 14pt;
	text-align: justify;
	line-height: 125%;
	height: 100%;
	position: relative;
}
#wrapper {
	position: relative;
	width: 700px;
	min-height: 100%;
	margin: 0 auto -110px;
	background-image: url('../images/vert_bg.png');
	background-repeat: repeat-y;	
}

#banner {
	width: 480px;
	height: 120px;
	position: relative;
	left: 45px;
	top: 20px;
	z-index: 2;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
}
#navbar {
	position: absolute;
	left: 0;
	top: 115px;
	z-index: 1;
	width: 100%;
	height: 100px;
	background-image: url('../images/horiz_bg.png');
	background-repeat: repeat-x;
}
#buttons {
	width: 800px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}
.button {
	height: 50px;
	float: left;
	margin-left: 40px;
}
#home {
	margin-left: 0;
}
.button A:link {}
.button A:visited {}
.button A:hover {
	display: block;
	background-image: url('../images/button_ro_back.png');
	background-repeat: no-repeat;
}
.button A:active {
	display: block;
	background-image: url('../images/button_ro_back.png');
	background-repeat: no-repeat;
}

A:link { text-decoration: none; color: #251818; }
A:visited { text-decoration: none; color: #251818; }
A:hover { text-decoration: underline; color: #fdddcb; }
H2 {
	text-align: center;
	font-family: Impact, Charcoal, sans-serif;
	margin-top: 25px;
	margin-bottom: 25px;
}
H3 {
	font-family: Impact, Charcoal, sans-serif;
}
P {
	margin-bottom: 15px;
}
.hr {
	width: 200px;
	height: 0;
	margin: 0 auto;
	border: 1px solid #251818;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content {
	
}
.column {
	width: 640px;
	float: left;
	margin-left: 30px;
	margin-top: 100px;
}
.column2 {
	width: 305px;
	float: left;
	margin-left: 30px;
	margin-top: 120px;
}
.column UL {
	padding-left: 30px;
	margin: 15px 0 15px 0;
}
.column OL {
	padding-left: 30px;
}
.homePic {
	margin-left: 25px;
	border: 5px solid #472f2e;
}
#aboutNav {
	position: relative;
	left: -100px;
	top: 90px;
	width: 910px;
	padding: 0;
	clear: both;
	font-size: .8em;
}
#aboutNav LI {
	list-style-type: none;
	display: inline;
	background: #fdddcb;
}
#aboutNav A {
	background: #fdddcb;
	border-top: 2px solid #472f2e;
	border-bottom: 2px solid #472f2e;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	color: #472f2e;
	text-decoration: none;
}
#aboutNav A:link {}
#aboutNav A:visited {}
#aboutNav A:hover {
	text-decoration: none;
	background-color: #472f2e;
	color: #fdddcb;
}
#aboutNav A:active {
	text-decoration: none;
	background-color: #472f2e;
	color: #fdddcb;
}
#boardTable {
	margin: 0 auto;
}
#boardTable TH {
	width: 250px;
}
#boardTable TD {
	width: 150px;
	text-align: right;
}
#eventsTable {
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: left;
}
#eventsTable TH {
	text-align: center;
}
#eventsTable TD {
	margin-bottom: 2px;
}
.ra {
	background: #a13d3e;
}
.linkList{
	font-size: 0.8em;
}


#footer, #push {
	height: 110px;
	clear: both;
}
#footer {
	width: 700px;
	margin: 0 auto;
	background-color: #472f2e;
	position: relative;
	z-index: 3;
	font-size: 11pt;
	line-height: 125%;
}
#social {
	/*position: absolute;
	bottom: 10px;
	left: 10px;*/
	float: left;
	width: 130px;
	margin-top: 40px;
	margin-left: 10px;
}
#footText {
	width: 50%;
	margin: 0 auto;
	padding-top: 65px;
	text-align: center;
}
#nfalogo {
	/*position: absolute;
	bottom: 10px;
	right: 10px;*/
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
#nfalogo IMG {
	
}