@charset "utf-8";
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-position: center;
	background-repeat: repeat-x;
} 
.thrColFixHdr #header {



} 
body {
	background-image: url(../images/bkgfade.png);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}

.thrColFixHdr #header h1 {

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 8px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px;
	padding-top: 8px;
}
.thrColFixHdr #sideAds {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 8px;
}
.thrColFixHdr #mainContent {
	padding: 4px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 185px;
	margin-top: 0px;

} 
.thrColFixHdr #mainContent_no_SB {
	padding: 4px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 5px;

} 
.thrColFixHdr #mainContent_no_RSB {
	padding: 4px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 185px;
	margin-top: 5px;

} 
.thrColFixHdr #mainContent_full {
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 5px;

} 
.thrColFixHdr #footer {


} 
.thrColFixHdr #footer p {
	margin: 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;
}
p {

}
.indextableborder {
	border: 1px solid #999999;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.red18subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.warningred {
	background-color: #FF3333;
}
.rightfloatONLY {
	float: right;
}
.bkgroundwrap {
}

#mainContent:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color:#FFFFFF;
}
