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

body  {
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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%;
}
.twoColFixLtHdr #container {
	width: 766px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/menu.jpg);
	height: 47px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 246px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: left top;
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.twoColFixLtHdr #sidebar_logo {
	float: left;
	width: 252px;
	background:url(images/sidebar.jpg) top left no-repeat;
	height: 412px;
}

.twoColFixLtHdr #SchoolLogos {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 252px;
	padding: 0px;
	float: none;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.twoColFixLtHdr #watchLive {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:79px;
	background:url(images/footer.jpg) top left repeat-x;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #404040;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 14px;
}
.index_h2 {
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	padding-bottom: 15px;
}

.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	padding-bottom: 5px;
}



.twoColFixLtHdr #container #sidebar1 hr {
	color: #e0e0e0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
	border:none;
}
.blue {
	color: #1a91c9;
}
.twoColFixLtHdr #container #header a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	
}

.twoColFixLtHdr #container #watchLive h1 {
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
}

.twoColFixLtHdr #container #watchLive h2 {
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	
}
#sidebar1 ul li {
	list-style-image: url(images/1_z1.gif);
	padding-bottom: 8px;
	margin-top: 0px;
	margin-left: -20px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent table {
	float: left;
	text-align: center;
	width: 429px;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-size: .9em;
}
.LeftAlign {
	text-align: left;
}
.TableHeader {
	background-color: #DFDFDF;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
}
.noborder {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bottom_table_space {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
	position: relative;
}
.SmallTableHeader {
	background-color: #DFDFDF;
	font-size: .9em;
	font-weight: normal;
	font-variant: small-caps;
}

.SmallTable {
	font-size: .9em;
}

.smallerlinks {
	font-size: 1em;
}
.teamimage {
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: thin solid #000;
}

caption {
	font-size: 16px;
	font-variant: small-caps;
	padding-bottom: 5px;
	font-weight: bold;
}
.logo {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.spacing {
	line-height: 18px;
	vertical-align: top;
	text-align: center;
	font-size: .95em;
}
