@charset "utf-8";
body  {
	background-color: #000000
	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 */
	
	
}
.thrColFixHdr #container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #010101;
	margin-top: 2px;
	background-color:#010101;


	bgcolor:#333
	height: inherit;
} 
.thrColFixHdr #header {
	height: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #000;
	border-right-width: 2px;
	z-index: -1000;
} 
.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: 920px;
	margin-left: 0px;
	background-color: #000;
	margin-right: 0px;
	width: 910px;
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent3  {
	width: 910px;
	margin-left: 0px;
	background-color: #000;
	bgcolor: #000
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 600px;
	margin-top: 0px;
	
}
.thrColFixHdr #footer {
	border-top-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: 920px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #222222;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
} 
.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 */
}
.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 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	width: 910px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	background-color: 50%
	text-align: center;

}
.thrColFixHdr #copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	width: 910px;
	padding-top: 5px;
	paddin;									g-right: 10px;
	padding-bottom: 5px;
	background-color: #010101;
	text-align: center;
}
a:link {
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	stext-decoration: none;
	color: #66C;
}
a:hover {
	text-decoration: underline;
	color: #99FFFF;
}
.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;
}
.thrColFixHdr #header1 {
	height: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #000;
	border-right-width: 2px;
	z-index: 1000;
}
.menuiframe {
	position: absolute;
	z-index: -1;
}
