@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	background-image: url(../images/popups.gif);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #4c4c4c;
}
.twoColFixLt #container { 
	width: 845px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}
.twoColFixLt #sidebar1 { 
width: 250px;
	padding: 0 0 0 20px;
}
.twoColFixLt #mainContent { 
	float: right; 
	margin: 0 0; 
	padding: 0 20px 0 0; 
	width: 530px;
} 
.fltrt { 
	float: right;
	margin-left: 0px;
}
.fltlft { 
	float: left;
	margin-right: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subnavbluelink {
color: #2C88CE;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0;
}

.subnavbluelink:hover {
color: #5e6a71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0;
}
.subnavbluelink.active {
color: #5e6a71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0;
}


.bodytext {
color: #5e6a71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.graysubtitles {
color: #5e6a71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.truthtitles {
color: #00B0D8;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.graylinks {
color: #5e6a71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
