@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color: #858c62;
	background-image: url("../images/Bg.jpg");
	background-repeat: repeat-x;
	margin-top: 0;	
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;	
}

#container {
	width: 900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}

#header {
	height: 117px;
	width: 900px;
	background-image: url("../images/header2.jpg");
	top: 0;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #696936;
	border-left-color: #696936;
}

#navbar {
	height: 26px;
	width: 700px;
	top: 98px;
	position:relative;
	z-index: 25;
	left: 195px;
}

#navbar a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #696936;
	
}
#navbar a:link {
	text-decoration: none;
}
#navbar a:hover {
	color: #dd7356;
}
#navbar a:visited {
	text-decoration: none;
}

#subnavbar {
	background-image: url("../images/subnav_08.jpg");
	height: 26px;
	width: 237px;
	z-index: 10;
	top: 92px;
	position: relative;
	left: 663px;
	
}

#subnav {
	height: 26px;
	width: 205px;
	z-index: 16;
	position: relative;
	left: 30px;
	top: 6px;
	
}
#subnav a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	
}
#subnav a:link {
	text-decoration: none;
}
#subnav a:hover {
	color: #dd7356;
}
#subnav a:visited {
	text-decoration: none;
}


#utilitynav {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	z-index: 50;
	line-height: 24px;
	position: relative;
	float: right;
	right: 9px;
	
}

#utilitynav a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	
}
#utilitynav a:link {
	text-decoration: none;
}
#utilitynav a:hover {
	color: #dd7356;
}
#utilitynav a:visited {
	text-decoration: none;
}



/*begin Columns*/
#colwrapper {
	width: 900px;
	float: left;
	background-color: #ffffff;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #696936;
	border-left-color: #696936;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #696936;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #696936;
	
}






#middlecol {
	width: 850px;
	float: left;
	
	padding-top: 45px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #FFF;
	line-height: 18px;
}
#middlecol_content {
	width: 500px;
	line-height: 18px;
	
	
	
}

/*end Columns */


a {
	font-weight: bold;
	color: #dd7356;
	
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #696936;
}
a:visited {
	text-decoration: none;
}
