@charset "utf-8";
body  {
	background-color: #000000
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	
}
.thrColFixHdr #container {
	width: 947px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #333;
	z-index: 2000;
	background-color: #000;
} 
.thrColFixHdr #header {
	height: 131px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #000;
	border-right-width: 2px;
} 
.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: 150px; /* padding keeps the content of the div away from the edges */
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-color: #FFF;
	background-color: #000;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-top-color: #960;
	border-left-color: #960;
	background-color: #000;
}
.thrColFixHdr #mainContent {
	width: 910px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent2  {
	width: 945px;
	margin-left: 0px;
	background-color: #000;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent3  {
	width: 910px;
	margin-left: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 500px;
	margin-top: 500px;
}
.thrColFixHdr #footer {
	font-size: 11px;
	color: #666;
	width: 947px;
	height: 40px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #010101;
	text-align: center;
} 
.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;
}
.imgfltrt {
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #sitelinks {
	height: 35px;
	color: #FFF;
	width: 947px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	text-align: center;
	font-weight: bold;
}
.thrColFixHdr #copyright {
	height: 25px;
	color: #666;
	width: 947px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #010101;
	text-align: center;
}
a:link {
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #66C;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #99FFFF;
	font-weight: bold;
}
}
.footerlinks a {
	color: #CCCCCC;
	font-weight: bold;
}
.footerlinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
.footerlinks a:hover {
	text-decoration: underline;
	color: #66C;
	font-weight: bold;
}
.footerlinks a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
.copyright a {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.copyright a:visited {
	color: #CCCCCC;
	font-weight: bold;
}
.copyright a:hover {
	text-decoration: underline;
	color: #66C;
	font-weight: bold;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.bodytextWht {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 125%;
}
table {
	background-color: #121212;
}
.bodytextWht14 {
	font-size: 14px;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 125%;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
