/* CSS Document */
body
{
margin:0px;
font-family: Arial, Helvetica, sans-serif;	
}
.midbg{
	background-image: url(../images/mid_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
.whttext
{
font-size: 11px;
color: #FFFFFF;
text-align: center; 
}
.left-right-border{
	border-left: 1px solid #573200;
	border-right: 1px solid #573200;
	background-color: #FFFFFF;
}
.nav_container{
	background-image: url(../images/arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #454545;
	line-height: 24px;
	padding-left: 34px;
}
.nav_text{
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	
}
.nav_text:hover{
	color: #ffa200;
	text-decoration: none;
	
}

.page_link{
	font-size: 11px;
	color: #454545;
	font-weight:bold;
	text-decoration: none;
	
}
.page_link:hover{
	color: #CC6600;
	font-weight:bold;
	text-decoration: none;
	
}

.nav_text_select{
	background-image: url(../images/arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #454545;
	line-height: 24px;
	padding-left: 34px;
	color: #ffa200;
	text-decoration: none;
	font-size: 11px;
	
}

.large_text{
	color: #131e01;
	font-size: 13px;
	font-weight:bold;
	text-align: left;
}

.text{
	color: #131e01;
	font-size: 11px;
	text-align: left;
}
.lower_nav{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lower_nav:hover{
	font-size: 11px;
	color: #f8b239;
	text-decoration: none;
}
.header_text{
	background-image: url(../images/greenarrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.border{
	border:#FF9900 solid 1px;
}

.input{
	background-color: #EEF2DC;
	border: 1px solid #000000;
	width: 120px;
	padding-left:2px;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

.dropdown{
	background-color: #EEF2DC;
	border: 1px solid #000000;
	width: 50px;
	padding-left:2px;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

.textarea{
	background-color: #EEF2DC;
	border: 1px solid #000000;
	width: 150px;
	padding-left:2px;
	height: 40px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
}

.sitemap_link{
	font-size: 12px;
	color:#003300;
	font-weight:bold;
	text-decoration: none;
	
}
.sitemap_link:hover{
	font-size: 12px;
	color:#FF9900;
	font-weight:bold;
	text-decoration: none;
	
}