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

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a { outline: none; }

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	height: 120px;
	background-image:url(_imgs/header.jpg);
} 

.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color:#FF9900;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 140px;
	left: 0;
	width: 175px;
	background-image:url(_imgs/leftbanner.jpg);
	height: 595px;
	padding:0;
	border:0;
	background-repeat:no-repeat;
	text-align:left;
}
.thrColAbsHdr #sidebar1 ul li {
	padding-top:5px;
	margin: 0px 5px 0 -10px;
	font-size:12px;
	list-style:none;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 140px;
	right: 0;
	width: 165px;
	background: #FFFFFF;
	text-align: left;
	padding: 20px 5px 10px 5px;
	border-left-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
}

.schedule {
	font-size: 10px;
	font-weight:bold;
}

.thrColAbsHdr #graytop { 
	height:20px;
	background-color:#666666;
	text-align:right;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:12px;
}

.thrColAbsHdr #graytop a { 
	color:#FFFFFF;
	text-decoration:none;
	padding-top:2px;
}
.thrColAbsHdr #graytop a:hover {
	color:#FFCC33;
	text-decoration:underline;
}

.thrColAbsHdr #mainContent { 
	margin: 0 175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px;
	height:auto;
	min-height:600px;
}

.thrColAbsHdr #mainContent h1 {
	color:#ffcc33;
	font-size:22px;
}
	
.thrColAbsHdr #mainContent h2 {
	color:#333333;
	font-size:16px;
}
	
.thrColAbsHdr #graybottom { 
	background-color:#666666;
	height:10px;
	color:#FFCC00;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}

.thrColAbsHdr #footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #ffcc33;
	text-align:center;
	font-size:10px;
} 
.thrColAbsHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 190px; }
</style>
[endif]*/

