@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	text-align: left; /* 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-size: 12px;
}
.thrColFixHdr #container {
	width: 780px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
} 
.thrColFixHdr #header {
	background-image: url(../images/header.jpg);
	height: 46px;
	background-repeat: no-repeat;
	color: #900;
	font-size: 18px;
	padding: 240px 20px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
} 
.thrColFixHdr #header h1 {
} 

.thrColFixHdr #h2 {
	font-size: 9px;
} 
.thrColFixHdr #subheader {
	background-color: #333;
	margin: 0;
	height: 20px;
	width: 780px;
	text-align: center;
} 
.thrColFixHdr #subsubheader {
	background-color: #FFF;
	margin: 0;
	height: 100px;
	width: 780px;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	background: #ffffff;
	float: left;
	width: 360px;
	padding: 10px 10px 10px 20px;
}
.thrColFixHdr #sidebar3 {
	background-color: #FFF;
	padding: 10px 10px 10px 400px;
} 
.thrColFixHdr #footer {
	padding: 4px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 780px;
	margin: 0px auto;
	height: 10px;
	font-size: 10px;
	text-align: center;
	} 
.thrColFixHdr #subfooter {
	padding: 4px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666;
	width: 780px;
	margin: 0px auto;
	font-size: 10px;
	text-align: right;
}
.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: 520px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 520px;
}
.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: 12px;
	line-height: 0px;
}
.redlink {
	color:#900;
}
.blacklink {
	color:#000;
	font-size: 9px;
	

