@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #b1b3b4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	background-image: url(menus/header_01.gif);
	margin: 0px;
	height: 159px;
} 
.thrColFixHdr #topNav {
	margin: 0px;
	padding: 0px;
	height: 49px;
	background-image: url(menus/greyTopleft_02.gif);
	background-repeat: repeat-x;
	width: 950px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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; /* 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 */
}
.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; /* 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 */
}
.thrColFixHdr #mainContent {
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(menus/pagebg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	background-position: top;
	background-color: #131313;
	line-height: 1.2em;
	padding: 10px;
	height: 455px;
}
.thrColFixHdr #mainContent {
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-arrow-color:#FBB901;
	scrollbar-base-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#333333;
}
.thrColFixHdr #mainContent li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.thrColFixHdr #mainContent h1 {
	color: #FBB901;
	font-size: 1em;
}
.thrColFixHdr #mainContent h2 {
	color: #CCCCCC;
	font-size: 1em;
}
.thrColFixHdr #mainContent a:link {
	color: #FBB901;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:active {
	color: #FBB901;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	color: #FBB901;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {color: #FFFFFF; }
.thrColFixHdr #mainContent #pageText {
	width: 332px;
	height: 425px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 10px;
	margin-top: 20px;
	overflow: auto;
	margin-left: 436px;
	float: right;
}
.thrColFixHdr #mainContent #pageWidetext {
	width: 500px;
	margin-left: 266px;
	height: 425px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 10px;
	margin-top: 20px;
	float: right;
	overflow: auto;
}

.thrColFixHdr #mainContent #pageHometext {
	color: #FFFFFF;
	float: right;
	width: 215px;
	padding-right: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
	height: 350px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent #videoLinks {
	margin-top: 10px;
}
.thrColFixHdr #mainContent #teamTable {
	position: absolute;
	top: 370px;
	text-align: center;
}
.thrColFixHdr #mainContent #teamTable img {
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent #teamTable td {
	text-align: center;
}
.thrColFixHdr #flashNav {
	width: 806px;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #footer {
	height: 238px;
	margin: 0px;
	padding: 0px;
} 
.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;
}
.player {
	position: absolute;
	top: 480px;
	margin-left: 20px;
	float: left;
}
.yellowText {color: #FBB901; }
.photos {
	margin-left: 20px;
	float: left;
	position: absolute;
	margin-top: 45px;
}
.fltRight {
	float: right;
}
.subNavbuttons {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: right;
	width: 342px;
	height: 24px;
}
