@charset "utf-8";
body  {
	background: #666666;
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}
.thrColFixHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	width: 1020px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 
.thrColFixHdr #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	float: right;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #666;
	background-color: #FFF;
	height: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 125%;
	font-weight: normal;
	text-indent: 0px;
	white-space: normal;
	display: block;
	overflow: visible;
	text-align: left;
	visibility: visible;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	overflow: auto;
}
.thrColFixHdr #mainContent {
	width: 210px;
	margin-top: 525px;
	margin-right: 550px;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	overflow: visible;
	top: 200px;
} 
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	text-align: center;
	height: 180px;
	white-space: normal;
} 
.thrColFixHdr #footer p {
	padding: 0px;
	width: 1020px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
}
.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 #sidebar2 p strong {
	color: #A44035;
}
.headings {
	color: #A44035;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p {
	margin-top: 0px;
	top: 0px;
	padding: 0px;
}

