@charset "UTF-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#container  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 995px; /* this overrides the text-align: center on the body element. */
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/images/1024_back_05.jpg);
	background-repeat: repeat;
	padding: 0px;
} 
#header   {
	height: 242px;
	background-image: url(images/images/images/header_back_full_03.jpg);
	background-repeat: no-repeat;
	padding-top: 29px;
	padding-right: 10px;
	padding-left: 50px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #663200;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #DD861D;
	text-align: left;
	vertical-align: text-top;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DD861D;
	line-height: 18px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663200;
}
h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	color: #663200;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #663200;
	text-align: justify;
}
a:active {
	color: #039;
}
a:link {
	color: #039;
}
a:visited {
	color: #039;
}
a:hover {
	color: #663200;
}
#mainContent  {
	margin: 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent form table tr td table tr .field div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #663400;
}
#mainContent table tr td blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #663200;
	margin-left: -15px;
	text-align: left;
}
#mainContent table tr td ul   {
	list-style-type: square;
	font-size: 12px;
	color: #663200;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#terms {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 30px;
	padding-left: 10px;
	width: 600px;
	height: auto;
}
#sidebar1  {
	position: absolute;
	top: 271px;
	left: 2px;
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	height: 385px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #DD861D;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
#sidebar1 ul {
	font-size: 10px;
	list-style-type: square;
	text-align: left;
	color: #DD861D;
	margin-left: -10px;
}
#sidebar2  {
	position: absolute;
	top: 270px;
	right: 0;
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar2 p {
	font-size: 12px;
	color: #DD861D;
	line-height: 16px;
	text-align: left;
}
#sidebar2 ul li {
	font-size: 10px;
	line-height: 14px;
	list-style-type: square;
	color: #DD861D;
	text-align: left;
	font-weight: bold;
	white-space: normal;
	display: list-item;
}
#footer  {
	padding: 0 10px 0 20px;
} 
#footer   {
	background-image: url(images/images/images/footer_back_full_14.jpg);
	height: 180px;
	background-repeat: no-repeat;
}
.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;
}
#mainContent ul li {
	list-style-type: square;
	color: #673300;
}
.thrColAbsHdr #container #header {
}
