@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: 828px;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #F5F8FC;
	border-right-color: #F5F8FC;
	border-left-color: #F5F8FC;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
} 
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.thrColFixHdr #footer {
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* 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;
}
/* 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/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;
}
.dark_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
.dark_bg_small {
	background-image: url(../images/rounded.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.more_details {
	background-color: #FFCC99;
}
.dark_grey {
	background-color: #504748;
}
