@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #666666;
	border: 1px solid #000000;
}


.thrColHybHdr #container {
	width: 990px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	min-height: 300px;
	max-width: 990px;
	background-color: #FFFFFF;
}  
.thrColHybHdr #header {
	border-bottom: 1px solid #000000;
} 
.thrColHybHdr #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 */
}


.thrColHybHdr #sidebar1 {
	float: left;
	width: 170px;
	margin-top: 1px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 180px; /* top and bottom padding create visual space within this div */
	font-size: 12px;
	margin-top: 1px;
}
.box td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	padding-right: 1px;
}
.box {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 30px;
}
.box h3 {
	text-align: center;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/h3back.png);
	margin: 0;
	padding-left: 0px;
}
.box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: left;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
	font-size: 12px;
	width: 600px;
	margin-left: 185px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 20px;
} 
.schoolblockright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 8px;
	border: 1px solid #ccc;
	float: right;
	width: 92%;
	text-align: justify;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
}
.schoolblockright h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.schoolblockright img {
	display: inline;
	float: right;
}

.thrColHybHdr #footer {
	padding: 0 10px;
	background-image: url(images/topbackgrd.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
} 
.thrColHybHdr #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 */
	text-align: center;
	font-size: 11px;
}

/* Miscellaneous classes for reuse */
.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;
}
.style4 {font-size: 40px}
.style5 {font-style: italic; font-family: Impact;}
.style11 {
	font-size: 18pt
}
a:link {
	color: #3040FE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3040FE;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.style41 {
	margin-left: 5px;
	font-size: 11px;
}
.style42 {font-size: 11px}
.style47 {font-weight: bold; margin-left: 5px;}
.style48 {color: #FFFFFF}
.style55 {margin-left: 5px}
.style79 {font-size: 16px}
.style84 {font-weight: bold}
.style85 {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: lighter;
}
.style88 {margin-left: 5px; font-size: 14px; }
.style89 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style91 {font-weight: bold; margin-left: 5px; font-size: 12px; }
.style92 {color: #FFFFFF; font-size: 12px; }
.style93 {font-size: 14px}
.style94 {font-size: 18px; }
