@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3E6840;
	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;
}
.thrColFixHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0A3102;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0px;
	margin: 0px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #navigation {
	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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #sidebar1 p{
	font-size: 75%;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 3.3ex;
	margin: 0px;
}
.thrColFixHdr #sidebar1 form{
	font-size: 75%;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 3.3ex;
	margin: 0px;
}
.thrColFixHdr #sidebar1 h2{
	font-size: 75%;
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px;
	color: #0A3102;
	padding:5px 10px 0px 10px;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 h1 {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 3px 10px;
	font-size: 75%;
	background-color: #EFF7EC;
	border-top: 1px Solid #BFC6BD;
	border-bottom: 1px Solid #BFC6BD;
	color: #3E6840;
	font-weight: Normal;
}
.thrColFixHdr #sidebar1 img {
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar1 li {
	font-size: 70%;
	font-weight: normal;
	line-height: 2.8ex;
	padding-top: 7px;
	list-style-position: outside;
}
.thrColFixHdr #sidebar1 ul {
	margin:0 25px;
	padding:0;
}
.thrColFixHdr #sidebar1 a, a:hover, a:visited {
	color: #0A3102;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.thrColFixHdr #sidebar2 p {
	font-size: 75%;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 3.3ex;
	margin: 0px;
}
.thrColFixHdr #sidebar2 h1 {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 3px 10px;
	font-size: 75%;
	background-color: #DED9C8;
	border-top: 1px Solid #B2AEA0;
	border-bottom: 1px Solid #B2AEA0;
	color: #5A4801;
	font-weight: Normal;
}
.thrColFixHdr #sidebar2 h2 {
	font-size: 75%;
	font-weight: bold;
	padding: 0px 10px;
	margin: 0px;
	color:#5A4801;
	padding:5px 10px 0px 10px;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a, a:hover, a:visited {
	color: #0A3102;
	text-decoration: underline;
}
.thrColFixHdr #mainContent {
	margin: 0 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ECEDDF;
}
.thrColFixHdr #mainContent h1 {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 3px 10px;
	font-size: 75%;
	background-color: #8A2E1C;
	border-top: 1px Solid #6E2516;
	border-bottom: 1px Solid #6E2516;
	color: white;
}
.thrColFixHdr #mainContent h2 {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 3px 10px;
	font-size: 75%;
	background-color: #6D856F;
	border-top: 1px Solid #576A59;
	border-bottom: 1px Solid #576A59;
	color: white;
}
.thrColFixHdr #mainContent p {
	font-size: 75%;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 3.3ex;
	margin: 0px;
} 
.thrColFixHdr #mainContent table {
	font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 0px;
}
.thrColFixHdr #mainContent li {
	font-size: 70%;
	font-weight: normal;
	line-height: 2.8ex;
	padding-top: 7px;
}
.thrColFixHdr #mainContent ul {
	margin:0 25px;
	padding:0;
}
.thrColFixHdr #mainContent a, a:hover, a:visited {
	color: #0A3102;
	text-decoration: underline;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0A3102;
	text-align: center;
} 
.thrColFixHdr #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 */
	font-size: 70%;
	color: white;
}
.thrColFixHdr #footer a, a:hover, a:visited {
	color: white;
	text-decoration: underline;
}
.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;
}
.thrColFixHdr #bottom_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;
}
.disclaimer {
	font-size:50%;
	padding: 5px 10px;
	margin: 0;
	text-indent: 10px;
}
.home_table td {
	padding: 5px 5px;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}
.line_right {
	border-right: solid 1px black;
}
.line_bottom {
	border-bottom: solid 1px black;
}
.line_top {
	border-top: solid 1px black;
}