@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 #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: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom:0;
	line-height: 17px;
	text-align:left;
	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;
}
.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;
}
