@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: black;
	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;
	body {scrollbar-base-color:#369;}
}

p {
	text-align: justify;
}
	
	
		
h2 {
	color: #0000FF;
	font-size: 24px;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 20px 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. */
} 
.twoColFixLtHdr #header {
background-color: black;
	height: 140px;
	width: 778px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #0000AA;
	font-size:36px;
	vertical-align:middle;
	margin: 0;
} 
.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 */
}

	
*.preserved {
	color: #EE0000;
	font-size: 20px;
	font-weight: lighter;
	white-space: pre;
	text-align: left;
}


.twoColFixLtHdr #contentleft {
	font-size: 14px;
	float: left; /* since this element is floated, a width must be given */
	width: 448px; /* 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 */
	height: 408px;
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 25px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid red;
	color: #EEEEEE;
}

.twoColFixLtHdr #contentcoach {
	font-size: 14px;
	float: left; /* since this element is floated, a width must be given */
	width: 748px; /* 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 */
	height: 850px;
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 25px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid white;
	color: #EEEEEE;
}


.twoColFixLtHdr #contentmiddle {
	font-size: 14px;
	float: left; /* since this element is floated, a width must be given */
	width: 738px; /* 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 */
	height: 360px;
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 10px 35px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid white;
	color: #EEEEEE;
	margin: 0;
	text-align: center;
}

.twoColFixLtHdr #contentmiddleroster {
	font-size: 14px;
	float: left; /* since this element is floated, a width must be given */
	width: 738px; /* 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 */
	height: 470px;
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 10px 35px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid red;
	color: #EEEEEE;
}

.twoColFixLtHdr #littleschedule {
	font-size: 14px;
	float: left; /* since this element is floated, a width must be given */
	width: 738px; /* 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 */
	height: 380px;
	background: black; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 10px 30px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid red;
	color: #EEEEEE;
}


.twoColFixLtHdr #contentright { 
	float: left; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 428px;
	width: 298px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	border-bottom: 3px solid red;
	background-color: black;
} 
.twoColFixLtHdr #footer {
	clear: both;
	height: 90px;
	width: 778px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: black;
	text-align: left;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 3px solid red;
	border-bottom: 1px solid red;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #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 */
}

.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif] 
