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

/*** Layout ***/
.thrColFixHdr #footer {
    background: url("../images/layout/btm-banner2 copy1.gif") no-repeat scroll center 10px transparent;
    height: 40px;
    padding: 110px 10px 6px;
    text-align: center;
}
body {
	font: 98% Verdana, Arial, Helvetica, sans-serif;
	background: #0E2B71 url(../images/layout/30-yard-line.PNG) repeat;
	margin: 0;
       	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFixHdr #container {
	width: 910px;  
	background: #FFFFFF;
	margin: 0px; 
	border: 0px solid #000000;
	text-align: left; 
}
.thrColFixHdr #header {
	background: #DDDDDD url(/images/layout/topbancopy1.png) center top;
	padding: 0;
	width: 910px;
	height:245px;
}
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 0;
	width: 880px;
	visibility:hidden;
	height:234px;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 175px; 
	background: #EBEBEB; 
	padding: 25px; 
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* 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: 25px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 1 200px; 
	padding: 1 0px; 
}
.thrColFixHdr #footer {
	padding: 110px 10px 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/layout/btm-banner2 copy1.gif) center 10px no-repeat;
	height:40px;
	text-align:center;
}
.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 */
}
#sub-foot {
	text-align:center;
	color:#999999;
	font-size:.6em;
}
.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;
}


/*** End Layout ***/


/*** Links ***/

a {
	color:#08288F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*** End Links ***/

/*** Modules ***/

.mod_champ {
	text-align:center;
	background: #0E2B71 url(../images/layout/champ-back.png) 0 0 repeat-x;
	color:#fff;
	margin:12px 0;
	padding:12px;
	line-height:1.8em;
	font-weight:bold;
}
.mod_topstories {
	font-size:.8em;
	background:#fff;
	padding:8px;
	text-align:center;
	border:2px solid #1D2C83;
	margin-bottom:15px;
	line-height:1.6em;
}
.mod_newsletter {
}
.mod_logos {
	text-align:center;
}
.mod_logos img {
	margin:0 0 12px 0;
}
/*** End Modules ***/

/*** Typography ***/

.red {
	color:#FF0000;
}
.blue {
	color:#0000ff;
}
.big {
	font-size:1.25em;
	font-weight:bold;
}

.date {
	font-size:.9em;
	font-style:italic;
	color:#E86F2A;
}

h2 {
	font-size:16px;
	color:#1D2C83;
}

h3 {
	color:#212121;
}

.ctr {
	text-align:center;
}

/*** End Typography ***/

.imgbdr {
padding:2px;
border:1px solid #1D2C83;
}

.news {
font-size:.8em;
margin-bottom:25px;
background:#fff url(../images/layout/news-back.png) bottom repeat-x;
padding:0 8px 15px;
}

.news h2 {
margin:4px 0 0 0;
padding:0;
}

#sidebar1 h3 {
font-size:.9em;
margin:8px 0 4px;
}

#sidebar1 {
font-size:.9em;
}

#table-dates {
margin:20px;
color:#1E3C87;
}

/** zebra tables **/

#playlist {
		border: 1px solid #666666;
		margin:0 auto;
		width:98%;
	}

	#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
	#playlist tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
.playlist-legend {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		text-align:center;
}
<link href="css/ie-fix.css" rel="stylesheet" type="text/css" />
