@charset "utf-8";
/* CSS Document */
body  {
	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 */
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 5px solid #F5F8FC;
} 
.thrColFixHdr #header {
	background-color: #8CC7F1;
	height: 170px;
} 
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 5px;
	margin-right: 190px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.thrColFixHdr #footer {
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	line-height: 17px;
	background-color: #C9ECF8;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 0px;
}
.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;
}
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 {
	    width: 190px;
        margin-top: 5px;
}
.thrColFixHdr #sidebar2 { 
        width: 190px; 
        margin-top: 5px;
}
.thrColFixHdr #sidebar_1 {
	    width: 185px;
        margin-top: 5px;
}

/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 0px; }
.thrColFixHdr #mainContent { zoom: 1; }, .thrColFixHdr #sidebar_1, .thrColFixHdr #mainContent_2 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.thrColFixHdr #sidebar_1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	margin-right: 0px;
	margin-top: 5px;
}
.thrColFixHdr #mainContent_2 {
	margin-top: 5px;
	margin-left: 185px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent_3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}.table_background {
	background-image: url(../images/bgs/3-bg_stripe.gif);
	background-repeat: repeat;
}.table_grey_background {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 220px;
	border: thin solid #F2F2F2;
	float:none;
	padding-top:20px;
}.related_topics {
	background-color: #F8F8F8;
	padding: 5px;
}
