@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8B7500; /*#E6EDDE;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20px;
}
.txttitlei, a.txttitlei {
	width: 140px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	line-height: 40px;
	padding-left: 10px;
	padding-top: 0px;
	/*background: #ffffff;*/
}
a.txttitlei:hover {
	background-color: #D1D194;
	/*background-image: url('../images/bullet.jpg');*/
	color: black;
	/*colors at http://www.december.com/html/spec/colorhslhex.html*/
}
#pagesurround {
	width: 799px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid #000000;
	/*background-color: #ffffff;*/
}
#subsurround_index {
	border: 0px solid #000000;
	background-image: url('../images/indexpic.jpg');
	height: 519px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#topheader_index {
	height: 125px;
	background-image: url('../images/indexpic.jpg');
}
.colleft_index {
	position: relative;
	left: 0px;
	width: 140px; 
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	/*background-color: #ffffff;*/
}
.colmid_index {
	position: relative;
	border-left: 0px solid black;
	padding-top: 0px;
	width: 640px;
	float: left;
	/*background-color: #ffffff;*/
	margin-bottom: 145px;
}
.txtcopyright, a.txtcopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	color: #000000;
}
a.txtcopyright:hover {
	text-decoration: none;
}
