@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #86B0C3;
	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;
	height: 550px;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
} 
.thrColFixHdr #container #sidebar1 ul li {
	list-style: none inside;
}
.thrColFixHdr #container #sidebar1 ul li a {
	font: normal 20px "Times New Roman", Times, serif;
	color: #457285;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 ul li a:hover {
	font-weight: normal;
	color: #86B0C3;
	text-decoration: none;
}
.thrColFixHdr #container p .h6Text {
	font: 24px Arial, Helvetica, sans-serif;
	color: #755640;
	text-align: center;
}
.thrColFixHdr #container #mainContent h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #container #sidebar2 p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.thrColFixHdr #container #sidebar2 h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #AFC452;
}
.thrColFixHdr #header {
	background: #FFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #457285;
	font-family: "Times New Roman", Times, serif;
} 
.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 #container #mainContent h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #container #mainContent p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}
.thrColFixHdr #container #footer p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #content{
	height: 750px;
	width: 900px;
}

.thrColFixHdr #container #mainContent h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #container #mainContent h5 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #container #mainContent h6 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#AFC452;
	display: block;
} 
.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 */
}
.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 #container #sidebar1 p {
	font: 16px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 #form1 label {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}
.thrColFixHdr #container #footer .anchor {
	font: 9px Arial, Helvetica, sans-serif;
	color: #6C4A31;
	text-align: center;
}
.thrColFixHdr #container #footer .anchor a {
	text-decoration: none;
	color: #6C7A32;
}
.thrColFixHdr #container #footer .anchor a:hover {
	color: #333;
	text-decoration: none;
}
#main p .h6Text {
	font: 16px Arial, Helvetica, sans-serif;
	color: #6C4A31;
}
.thrColFixHdr #container #sidebar1 p strong {
	text-align: center;
}
.thrColFixHdr #container #sidebar1 p strong {
	text-align: center;
}
.thrColFixHdr #container #sidebar2 p strong {
	font-size: 14px;
}
.thrColFixHdr #container #sidebar2 p strong {
	font-size: 12px;
}
.thrColFixHdr #container #mainContent h2 a {
	color: #6C4A31;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h4 a {
	color: #6C4A31;
	text-decoration: none;
}

.thrColFixHdr #container #mainContent p a {
	color: #457285;
}
.thrColFixHdr #container center table tr th a {
	color: #457285;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.thrColFixHdr #container center table tr th a:hover {
		font-weight: normal;
	color: #86B0C3;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent center a {
	color: #457285;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

