/* CSS Document */

BODY {
	margin:0px; 
	background:url(../images/bg-body.gif) repeat-x;
	text-align:center;
	background-color:#6F4000;
	color:#333333;
	font-family:"Lucida Grande","Lucida Sans Unicode",Lucida, Geneva,Verdana,sans-serif; 
	}
P {
	margin:9px 20px 8px 0px; 
	line-height:1.4em;
	}
H1, H2, H3, H4, H5, H6 {
	margin:0px 10px 8px 0px; 
	color:#795309; 
	font-weight:normal;
	line-height:1.4em;
	}
H1 { 
	font-size:150%;
	}
H2 {
	font-size:130%; 
	}
H3 {
	font-size:110%; 
	}
H4 {
	font-size:95%; 
	}
H5 {
	font-size:90%; 
	}
H6 { 
	font-size:85%; 
	}
UL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:square; 
	}
OL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:decimal; 
	}
A:LINK {
	text-decoration:none; 
	color:#6F4000; 
	}
A:VISITED {
	text-decoration:none; 
	color:#996600; 
	}
A:HOVER {
	text-decoration:underline; 
	color:#333333; 
	}
A:ACTIVE {
	color:#FF0000; 
	}
TD {
	color:#666666; 
	}
TH {
	color:#666666; 
	}


  /**************************************************/
 /*****************ALL PAGE SELECTORS***************/
/**************************************************/

#page{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}
#header{
	height: 116px;
	background: transparent url(../images/bg-header.jpg) no-repeat;
	}
#logo{
	top: 14px;
	left: 18px;
	float: left;
	width: 399px;
	height: 92px;
	margin-top: 13px;
	margin-left: 18px;
	background: transparent url(../images/logo.jpg) no-repeat;
	}
#headerImage IMG{
	float: right;
	padding: 3px 2px 0px 0px;
	}
#mainNav{
	position: absolute;
	top: 117px;
	left: 0;
	width: 100%;
	height: 27px;
	background-color: #000000;
	text-transform: uppercase;
	z-index:10;
	}
#mainNav:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#mainNav UL{
	font-size: 12px;
	list-style: none;
	}
#mainNav LI{
	float: left;
	margin-top:2px;
	padding: 5px 15px 0px 15px;
	line-height: 1.2em;
	color: #a8a397;
	background: url(../images/mainNav-dividers.gif) no-repeat;
	}
#mainNav LI.first{
	background: none;
	padding-left: 0px;
	}
#mainNav LI A:LINK, #mainNav LI A:VISITED{
	color: #a8a397;
	}
#mainNav LI A:ACTIVE, #mainNav LI A:HOVER{
	color: #e0d9c9;
	}
#mainNav SPAN.current {
	color:#5B3E07;
	}
/*#search{
	position: absolute;
	top: 116px;
	right: 3px;
	}*/
#search {
	float:right;
	margin:0;
	padding:0;
	}
#search INPUT, #search FORM, #search TABLE, #search TD {
	margin:0;
	padding:0;
	font-size:10px;
	}
.searchTerm {
	width:180px;
	}
#centerWrapper{		
	position: absolute;
	left: 0px;
	top: 143px;
	width: 100%;
	background: url(../images/bg-center.gif) repeat-y;
	}
#center{
	/*position: relative;*/
	background: url(../images/bg-mainContent.gif) bottom right no-repeat;
	}
#center:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#leftColumn{
	float: right;
	width: 165px;
	}
#subNav{
	}
#subNav UL{
	margin-bottom:190px;
	padding: 20px 20px 30px 15px;
	list-style: none;
	font-size: 13px;
	}
#subNav LI{
	margin-bottom: 10px;
	}
#subNav LI A:LINK, #subNav LI A:VISITED{
	color: #faf9f9;
	}
#subNav LI UL {
	padding:0 0 10px 15px;
	}
#buttons{
	position:absolute;
	bottom:45px;
	left:5px;
	}
#buttons UL{
	list-style: none;
	padding: 20px 0px 7px 5px;
	}
#sectionHeader{
	position: absolute;
	top: 143px;
	left: 170px;
	width:810px;
	height: 83px;
	background-color: #795309;
	z-index:5;
	}
#sectionHeader IMG{
	margin: 6px 0px 0px 8px;
	}
#mainContent{
	position: relative;
	float: right;
	width: 509px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	margin-top: 83px;
	padding: 19px 286px 96px 15px;
	font-size: 76%;
	}
.wide #mainContent{
        width: 609px; 
        margin-top: 83px;
        padding: 19px 186px 96px 15px;
        }
#mainContent H1{
	border-bottom: #795309 solid 1px;
	margin-left: -8px;
	padding-left: 8px;
	}
/*#mainContent H1 B{
	border-bottom: #795309 solid 5px;
	margin-left: -8px;
	padding-left: 8px;
	padding-bottom: 2px;
	}*/
#supplement{
	position: absolute;
	bottom: 55px;
	right: 7px;
	width:250px;
	text-align:right;
	}
#supplement IMG{
	margin-top:7px;
	border: #999966 solid 5px;
	}
#footer{
	position: relative;
	clear: both;
	width: 980px;
	height: 43px;
	background: transparent url(../images/footer.jpg) no-repeat;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
#footer P{
	padding: 18px 0px 0px 25px;
	}
#footer A:LINK, #footer A:VISITED{
	color: #000000;
	}
.loginLink {
	padding-left:15px;
	font-weight:bold;
	}
#footerLogo{
	position: absolute;
	bottom: 0;
	right: 0;
	}


  /*************************/
 /**** FMM PAGE STYLES ****/
/*************************/
.fileTable {
	border-left:1px solid #6F4000;
	border-top:1px solid #6F4000;
	}
.fileTable td { 
	padding:8px;
	border-bottom:1px solid #6F4000;
        border-right:1px solid #6F4000;
	}
.fileTable th {
	background-color:#6F4000;
	color:#fff;
	padding:8px 5px 5px 5px;
	}
.fileTable th a {
	color:#fff;
	}
.paginationNavigation {
	font-weight:bold;
	font-size:14px;
	}

