@charset "utf-8";
body  {
	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: #333;
	width: 1000px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px #716F64;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 20px;
	background-repeat: no-repeat;
	height: auto;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #999;
	text-align: center;
	height: auto;
	margin: 5px;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	height: 200px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 

#horizonnav {
	margin: 0px;
	list-style: none;
	float: left;
	width: 957px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a{
	color:#FFF;
	text-decoration:none;
	line-height: 2;
	float: left;
	width: 236px;
	text-align: center;
	font-size: 100%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#horizonnav a:hover {
	background: #006838;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	height: 1420px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	letter-spacing: normal;
	text-align: right;
	border: 2px solid #999;
	margin: 5px;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	width: 690px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	height: 1450px;
	border: 2px groove #999;
	position: relative;
	right: 10px;
	left: 10px;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	height: 130px;
	width: 950px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	left: 10px;
	right: 10px;
	bottom: 0px;
	background-image: url(images/footer_tile.gif);
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: auto;
	border-top-color: #006938;
	border-top-style: solid;
}
#scroller {
	height: 3000px;
	width: 300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: 1;
	left: 35px;
	right: 20px;
	padding: 10px;
	background-position: left;
}
#scroller {
	padding: 10px;
	height: 320px;
	width: 320px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: 1;
}
form  {
	border: 2px solid #999;
	padding: 10px;
	height: 350px;
	width: 280px;
	float: none;
	left: 0px;
	right: 50px;
	position: relative;
	margin: 0px;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	background-color: #E1F0FF;
	z-index: 1;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {
	font-size: 36%;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {
	font-size: x-large;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {
	font-size: medium;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {
	font-size: small;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {

}
.twoColFixLtHdr #container #mainContent #mainContent2 .style12 {
	font-size: x-large;
}
.twoColFixLtHdr #container #mainContent #mainContent2 p {
	font-weight: normal;
}

