html{
	background: url(../images/bg.jpg) repeat-x #FDEBAD;
}
.ClearAll
{   
    clear:both;
}
#PrintLogo{
	display: none;
}
div#hold{
	background: url(../images/body_bg.jpg) center top no-repeat;
	width: 100%;
	height: 800px;
}	
#branding{
	height: 192px;
	margin: 0 auto;
}
#branding h1{
	display:none;
}
div#content_hold{
	width: 900px;
	margin: 0 auto;
	padding-top: 54px;
}
ul.nav{
	overflow: hidden;
	display: block-inline;
	list-style-type: none;
}
ul.nav li{
	float: left;
}

/*###  =footer  ###*/
div#footer{
	border-top:1px solid #6ea86f;
	padding: 7px 0px 5px 0px;
	width: 830px;
	margin: 18px auto 0 auto;
	color: #6ea86f;
	font-size: 0.9em;
	overflow: hidden;
}
	div#footer a{
		color: #6ea86f;
		text-decoration: none;
		margin: 0 9px;
	}
	div#footer a:hover{
		text-decoration: underline;
	}
	div#footer ul{
		margin-bottom: 0;
		margin-left: 0; 
		/*width: 595px;
		float: left;*/
	}
	div#footer p{
		float: left;
		margin-bottom: 0;
	}
p.subfooter{
	font-size: 0.8em;
	text-align: center;
}
input.button{
	background-color: #6ea86f;
	padding: 4px 18px;
	color: #fff;
	width: auto;
	border: 1px solid #6ea86f;
	font-family: Helvetica, Verdana, "Sans Serif";
	border-right-color:#2c432c;
	border-bottom-color:#2c432c;
	border-top-color:#b2d1b3;
	border-left-color:#b2d1b3;
}
input.button:active{
	border-right-color:#b2d1b3;
	border-bottom-color:#b2d1b3;
	border-top-color:#2c432c;
	border-left-color:#2c432c;
}
input.textbox, textarea.textbox{
	background-color: #FFF8DF;
	border: 2px solid #f88515;
	border-top-color:#2c432c;
	border-left-color:#2c432c;
	border-right-color:#b2d1b3;
	border-bottom-color:#b2d1b3;
	margin-bottom: 6px;
	width: 200px;
	padding: 5px 3px;
	font-family: Helvetica, Verdana, "Sans Serif";
	color: #12645d;
	font-size:14px;
}


textarea.textbox{
	height: 100px;
}
.textright{
	text-align: right;
}

#flashHeader {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#HeaderNoJS{
	width:900px;
	margin: 0 auto;
	padding-top: 3px;
}
