@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #f2d811;
}
.thrColFixHdr #container {
	width: 95%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ebebeb;
} 
.thrColFixHdr #header {
	background-color: #1c5a97;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#head_logo {
	background-image: url(images/logo.gif);
	float: left;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left center;
}
#head_banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 300px;
	margin-left: 180px;
	margin-top: 30px;
}
#head_build {
	background-image: url(images/school_panorama.gif);
	background-repeat: no-repeat;
	float: right;
	width: 360px;
	height: 120px;
	margin-top: 20px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	background-image: url(images/lh_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-image: url(images/rh_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: justify;
}
.thrColFixHdr #mainContent {
	background-image: url(images/badge.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f2d811;
	border-left-color: #f2d811;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 100px;
} 
.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 */
}
.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;
}
#foot_text {
	height: 20px;
	width: 90%;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
#menu {
	height: 25px;
	width: 75%;
	position: relative;
	z-index: 100;
	background-color: #1c5a97;
	padding-left: 23%;
}
#menu_back {
	background-color: #1c5a97;
	height: 27px;
	width: 100%;
}


.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;
}
#sb1_text {
	height: auto;
	width: 80%;
	padding-right: 1%;
	padding-left: 1%;
}
#slide {
	height: auto;
	width: 95%;
	font-family: sans-serif;
	font-size: xx-small;
	color: #FF0000;
	margin-bottom: 30px;
	padding: 1%;
}
#latnews {
	height: auto;
	width: 95%;
	text-align: justify;
	font-weight: bold;
}
#stoppress {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #06F;
	height: auto;
	width: 90%;
	padding-top: 30px;
}
#text {
	font-size: small;
	color: #000000;
	height: auto;
	width: 100%;
	text-align: justify;
}
.thrColFixHdr #container #mainContent #snow p {
	color: #F00;
}
.thrColFixHdr #container #mainContent #snow p {
	color: #000;
}
.close {
	color: #F00;
}
