@charset "utf-8";
html{
	font-size: 76%;
}
body {
	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;
	background-color: #FFFFFF;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.oneColFixCtrHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body2.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header_new.jpg);
	height: 280px;
	width: 970px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 1px 60px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer2.jpg);
	height: 43px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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: 15px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-top: 5px;
}
.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;
}
h1{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 15px;
	color: #628f32;
	text-align: center;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #628f32;
	padding: 1px 0 1px 10px;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #628f32;
	text-align: center;
	line-height: 1.4em;
	padding: 5px 0 5px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #628f32;
	border: 1px solid #999999;
	width: 800px;
	background-image: url(images/green-fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
h5{
	font-size: 1.2em;
	font-weight: bold;
	color: #628f32;
	text-align: center;
	margin-top: -7px;
}
/*ul {
	line-height: 1.5em;
	color: #333333;
}*/

p{
	line-height: 1.6em;
	color: #333333;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
}
.center-block p{
	line-height: 1.6em;
	color: #333333;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.cclist{
	font-size: 0.9em;
	color: #333333;
	line-height: 1.6em;
}
.left{
	width: 340px;
	float: left;
	margin-right: 0px;
	text-align: justify;
	margin-bottom: 0px;
}
.right{
	width: 345px;
	text-align: justify;
	margin-bottom: 0px;
	margin-left: 480px;
}
.rightfees{
	width: 390px;
	float: left;
	padding-left: 25px;
	text-align: justify;
	margin-bottom: 30px;
}
.left-list{
	width: 340px;
	float: left;
	margin-right: 0px;
	text-align: justify;
	margin-bottom: 10px;
}
.right-list{
	width: 350px;
	text-align: justify;
	margin-bottom: 10px;
	margin-left: 400px;
}
.left-other{
	width: 410px;
	margin-right: 0px;
	text-align: justify;
	float: left;
	padding: 25px 0;
}
.right-other{
	width: 410px;
	_width:400px;
	text-align: justify;
	margin-left: 440px;
	padding: 25px 0;
}
.center-block{
	width: 700px;
	margin-right: auto;
	text-align: justify;
	margin-bottom: 10px;
	margin-left: auto;
}
