@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #BCE1ED url(../images/bg.jpg) repeat-x;
	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;
}
a {color:#1B3FC1;}
a:link {color:#1B3FC1;}
a:visited {color:#3598D3;}
a:hover {
	color: #3598D3;
	text-decoration: none;
}
h1{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#F37019;
	padding: 0 0 10px 0;
	margin: 0;
}
h2{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0E9848;
	padding:8px 0 0 0;
	margin:0;
}
.textscroller{font-size:12px; padding:10px 5px; border:none;}
.footerBoxes{
	padding: 10px 5px;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main_bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #banner{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0;
	margin: 0;
	background:url(../images/banner_home.jpg) no-repeat;
	height:206px;
} 

.thrColFixHdr #header {
	background: #F37019;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
} 
.thrColFixHdr #logo_container {
	background: #FFFFFF;
	height: 121px;
} 
.thrColFixHdr #logo_container img{
	float:left;
}
.thrColFixHdr #affiliate {
	background: #FFFFFF;
	float:right;
	padding: 15px 5px 0 0;
} 
.thrColFixHdr #navContainer {
	background: #1B3FC1;
	height: 32px;
} 
.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: 10px 0; /* 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: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar1Content {
	float: left;
	width: 195px;
	background: #EBEBEB;
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 160px;
	background: #EBEBEB url(../images/right_sidebar_bg.gif);
}
.thrColFixHdr #sidebar2Cap {
	background: #EBEBEB url(../images/right_sidebar_cap.gif) no-repeat;
	height:18px;
}
.thrColFixHdr #sidebar2Content {
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 10px; /* padding keeps the content of the div away from the edges */
	font-size: 0.9em;
}
.thrColFixHdr #sidebar2Footer {
	background: #EBEBEB url(../images/right_sidebar_footer.gif) no-repeat;
	height:18px;
}
.thrColFixHdr #mainContent {
	margin: 0 160px 0 195px;
	padding: 0; 
} 
.thrColFixHdr #mainContentCopy {
	padding: 10px;
	font-size:.9em;
	line-height:21px;
}
#mainContentCopy a {color:#019648; text-decoration: none;}
#mainContentCopy a:link {color:#019648;}
#mainContentCopy a:visited {color:#01DE6A;}
#mainContentCopy a:hover {
	color: #01DE6A;
	text-decoration: none;
}
.thrColFixHdr #footer {
	background:#DDDDDD url(../images/footer_bg.jpg);
	height:145px;
} 
.thrColFixHdr #footerContent {

	padding: 60px 0;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
} 
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerContent a {color:#fff; text-decoration: none;}
#footerContent a:link {color:#fff;}
#footerContent a:visited {color:#ccc;}
#footerContent a:hover {
	color: #ccc;
	text-decoration: none;
}
.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;
}
.answers{border:1px solid #0E9848; padding:5px;}
.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;
}
.footerlink{
	text-align:center;
	padding:10px;
	font-size:10px;
/*	background-color: #353535;
	border-left:1px #000 solid;
	border-right:1px #000 solid;*/
}
.footerlink a {
	color:#666666;
	text-decoration: none;
}
.footerlink a:link {
	color:#666666;
}
.footerlink a:visited {
	color:#666666;
}
.footerlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
