@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/columns_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
} 
.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: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: auto;
}
.thrColFixHdr #container #sidebar1 .athletic_image {
	margin: 0px;
	float: right;
}
.school_logo {
	float: right;
	margin-top: 200px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.league_logo {
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.Slideshow_sponsor {
}



.thrColFixHdr #sidebar2 {
	float: right;
}
.thrColFixHdr #sidebar2 .champion_image {
	padding-right: 20px;
	padding-left: 5px;
	margin-top: 10px;
}
.sidebar2_aotw {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 180px;
	background-image: url(images/sidebar_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
}
#sidebar2 .sidebar2_menu {
	float: none;
	margin-right: 40px;
	line-height: normal;
}

.aotw_text {
	margin-right: 5px;
	text-align: center;
	padding: 5px;
}



.thrColFixHdr #mainContent {
	width: 560px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
} 
#mainContent .middle_column_content table {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	font-weight: normal;
}
.top_image_news {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
.news_content {
	height: 400px;
	width: 520px;
	background-color: #000000;
	overflow: auto;
	color: #FFFFFF;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twitter {
	width: 530px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 440px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.top_image_schdule {
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	width: 540px;
}

.schdule_content {
	height: 400px;
	width: 520px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #000000;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.thrColFixHdr #middle_column {
	margin-right: 0px;
	margin-left: 0px;
}

.middle_column_content   {
	background-color: #000000;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
}

.column_content  table    {
	color: #000000;
}




.thrColFixHdr #footer {
	background-image: url(images/columns_background.gif);
	bottom: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
} 

.thrColHybHdr #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;
}
.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;
}
#sidebar1 .sidebar1_menu {
	height: 340px;
	width: 160px;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 70px;
}
.thrColFixHdr #container #sidebar2 .Menu_2 {
	width: 200px;
}
.flash_countdown {
	height: 100px;
	width: 520px;
}
.sponsor_ad {
	float: none;
	margin-right: 20px;
	height: 210px;
	width: 180px;
	background-color: #000000;
}
.flash_sidebar2 {
	padding-right: 20px;
}
.schedule_and_results     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000;
}
.schedule_and_results_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #F7C600;
	font-weight: bold;
}


.contentpaneopen tbody tr td table tbody tr td .style6.style6 .style69 {
	color: #000;
}
Champions_and_Leaders {
	background-image: url(images/champions_and_leaders.png);
	height: 338px;
	width: 560px;
}
.thrColFixHdr #container #mainContent .Champions_and_Leaders {
	height: 100px;
	width: 560px;
}
.thrColFixHdr #container #mainContent .middle_column_content table {
	color: #000;
	background-color: #FFF;
}
.thrColFixHdr #container #mainContent .middle_column_content #roster {
	color: #000;
}
