@charset "UTF-8";
/* CSS Document */
body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background-image:url(images_template/Red/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	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;
}
.thrColFix #topNav {
	/*background: #478E24;*/
	height: 65px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images_template/Red/background.jpg);
	background-repeat:repeat-x;
}

.thrColFix #topNav a{
	color: #FFFFFF;
	text-decoration: none;
}

.thrColFix #topNav a:hover{
	color: Yellow;
	text-decoration: none;
}

.thrColFix #topContent {
	width: 916px;
	height: 20px;
	margin: 0 auto;
}
.thrColFix #container {
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	background-image:url(images_template/Red/content_background.jpg);
	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. */
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 14px; /* 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-image:url(images_template/Red/left_content_dropshadow.jpg);
	background-repeat: no-repeat;
	
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 14px;
	background-image:url(images_template/Red/right_content_dropshadow.jpg);
	background-repeat: no-repeat;
	
}
.thrColFix #headerContent {
	padding-top: 0px;
	margin-top:0px;
	background-image:url(images_template/Red/background_header.jpg);
	width:910px;
	padding-left:8px;
	
	
}
.thrColFix #mainContent {
	padding-top: 20px;
	margin-top:0px;
	width:916px;
	background-image:url(images_template/Red/background_topmain.jpg);
	background-repeat:no-repeat;
	padding-left:24px;
	padding-right:24px;
	font-size:12px;
	color:#333;
	padding-bottom:17px;
	float:none;
}
.thrColFix #footer {
	padding-top: 0px;
	margin-top:0px;
	margin-left: 0px;
	width:916px;
	background-image:url(images_template/Red/footer.jpg);
	background-repeat:repeat-y;
	height:80px;
	padding-left:24px;
	padding-right:24px;
	padding-top: 20px;
	color:#FFFFFF;
	font-size:10px;
}
.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;
	visibility: hidden;
	overflow: hidden;
	height: 1%;
}
#logoPlaceholder {
	position:relative;
	width:200px;
	height:135px;
	z-index:1;
	left: 25px;
	top: 0px;
}
#schoolPlaceholder {
	position:absolute;
	
	width:665px;
	height:143px;
	z-index:2;
	left: 200px;
	top:-107px;
}
#mainNav {
	height:28px;
	background-image:url(images_template/mainnav_background.jpg);
	background-repeat:r	background-repeat:repeat-x;
	padding-left: 20px;
	margin-top:10px;
	width: 878px;
}

img {border-width:0px;}

