@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
	margin-top: 10px;
}
.thrColFixHdr #container {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #FFFFFF;	
} 


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}


#sidebar1 img {
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


#sidebar2 h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: none;
	font-size: 18px;
}
#sidebar2 p {
	color:#333333;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 10px;
	text-align: left;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 179px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 
#flash_nav {
	text-align: center;
}
#home_text {
	background-color: #333333;
}



#mainContent h1{
	color: #CC0000;
	line-height:26px;
	letter-spacing:.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	}
#mainContent p {
	color:#999999;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 10px;
	}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #990000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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;
}
#sidebar2 img {
	padding: 5px;
	text-align: center;
	clear: both;
}
