* /*Set's border, padding and margin to 0 for all values*/
{}

body, html {
	background-color: #fff; 
	text-align: center; /*** Centers the design in old IE versions ***/
	margin:0;
	padding:0;
}

form {
  display:inline;
}

#container {
	width: 1000px;
	margin: 0 auto; /*** Centers the design ***/
}

/**************************
HEADER
**************************/

#left_col {
	width: 172px;
	float: left;
}

#main_col {
	width: 828px;
	float: left;
	background: url(images/main_bg.jpg);
}

#content {
	width: 1000px;
	margin-bottom: 35px;
}

/**************************
FOOTER
**************************/

#footer {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	clear: both;
	background-color: #004500;
}

/**************************
Text
**************************/

.page_header{
	font-family:Verdana;
	font-size:12px;
	color:#336600;
}

.textgreen{
	font-family:Verdana;
	font-size:12px;
	color:#406843;
}

.textgreen1{
	font-family:Verdana;
	font-size:11px;
	color:#406843;
}

.selectbox{
	font-family:Verdana;
	font-size:11px;
}

.text{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.text1{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.textwhite{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}

.textwhite11{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
}

.crumbtextlink{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

.crumbtextlink:hover{
	font-family:Verdana;
	font-size:11px;
	color:#F07B11;
	text-decoration:none;
}

.menutextlink1{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.menutextlink1:hover{
	font-family:Verdana;
	font-size:12px;
	color:#F07B11;
	text-decoration:none;
}

.menutextlink{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.menutextlink:hover{
	font-family:Verdana;
	font-size:12px;
	color:#F07B11;
	text-decoration:none;
}

.selectedmenutextlink{
	font-family:Verdana;
	font-size:12px;
	color:#F07B11;
	text-decoration:none;
}

.submenutextlink{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.submenutextlink:hover{
	font-family:Verdana;
	font-size:11px;
	color:#F07B11;
	text-decoration:none;
}
.landingmenutextlink{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.landingmenutextlink:hover{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.sitemaptextlink{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.sitemaptextlink:hover{
	font-family:Verdana;
	font-size:12px;
	color:#F07B11;
	text-decoration:none;
}

