html
{
height: 100%;
}
body {
	min-height: 100%;font-family: tahoma, Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: Black;	
	background: #424242;
   height: 100%;
	margin: 0px; /*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	margin: auto;
	text-align: center;
	margin-top: 5px;}

/*position: relative;
min-height: 100%;
	width: 710px;
	background: White none center;*/
#nonfooter {
	BACKGROUND: #fff center; 
	MARGIN: 0px auto -1px auto; 
	WIDTH: 710px; 
	TEXT-ALIGN: left;
	/*padding-bottom: 65px;*/
	border: 1px solid black;
}

* html #nonFooter
{
height: 100%;
}
#header {
	height: 175px;
	background-color: #735822;
	background-image: url(banners/banners_f2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}

#nav {/*float: right; margin-top: 140px;*/
	padding-top: 145px;
	
	height: 30px;
	vertical-align: middle;
	text-align: right;
	margin-left: 105px;
}
#contentwrapper {
	padding: 3px 10px 0px 10px;
}

#footer{
   background: #fff center;	
	MARGIN: 0px auto 0px  auto;
	 width: 710px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	
	}	
	
	#footer a {
	font-size: 10px;
	}
	
	#footer a:link, a:visited {
			color: #9f6632;
	}
	
	#footer a:hover, a:active {
   background-color: #F9F5E8;
	color: #9C642F;
	}
	

	
#paddeditem{
	padding-left:17px; 
	padding-top:15px; 
	padding-bottom:20px
}


h4 {
	
	color: #9C642F;
	font-style: bold:
	font-size: 11px;
	
}
hr {
	color: #9C642F;
	background-color: #9C642F;
}	

table {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 98%;
}

table.crisp { 
	border: 1px;
	border-style: solid;
  border: 1px solid #CCAF57;
  border-collapse: collapse;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
		
}
table.crisp th, table.crisp th a:link, table.crisp th a:visited, table.crisp th a:hover, table.crisp th a:active {
	background-color: #AB8532;
	padding: 5px 0px 5px 5px;
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}
table.crisp td {
padding: 10px 0px 5px 10px;}

table.crisp td a:link, table.crisp td a:visited {
   color: #9F6632;
} 
table.crisp td  a:hover, table.crisp td a:active{
	background-color: #F9F5E8;
	color: #9C642F;

}


.photofloat {
	float: left;
	padding: 0px 5px 0px 5px;
}
.floatclear {
	clear;
}

.brown {
	color: #AB8532;
	font-weight: bold;
}
table.tiny {
	font-size: 9px;
	padding: 1px;
	margin: 0px;
	}

	
/* CLASSES */
.News {	color: #d53e1b;
	font-weight: bold;
	
}/* used to be style9 */

.header {
	background-color: #AB8532;
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	
}



.hide {
	display: none;
}

.show {
	display: block;
}

.style4 {color: #f08d18;
font-size: 11px;
	font-family: tahoma;
	font-weight:bold}
.style6 {font-family: tahoma; font-size: 11px; color:#D53E1B}


  .clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}

