@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: #006699;
}
.oneColFixCtrHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
}
.third {
	padding: 5px;
	float: left;
	width: 230px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #003366;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=75);
	margin: 5px;
}
.whole {
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 400px;
}
.main {
	margin: 0px;
	padding: 5px;
	background-color: #DCD9FD;
	font-size: 0.8em;
	line-height: 1.4em;
}
.main h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	color: #000066;
}
.main p {
	margin: 0px;
	padding: 0px;
}

.whole h1 {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#mainpage {
	background-image: url(../images/bgSchools.jpg);
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #E1B578;
}
.third h2 {
	font-size: 1.2em;
	line-height: 2em;
	color: #000033;
	margin: 0px;
	padding: 0px;
}
.third p {
	margin: 0px;
	padding: 0px;
}
.clearfloat {
	clear: both;
	font-size: 0.6em;
	margin: 0px;
	padding: 5px;
}


.rightnav {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.8em;
}
.rightnav h1 {
	font-size: 1.2em;
	color: #006699;
}


.oneColFixCtrHdr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	font-size: 0.8em;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 0.8em;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}#logo {
	float: left;
}
.smaller {
	font-size: smaller;
	color: #666666;
}
#sbright {
	font-size: smaller;
	background-color: #FFFF99;
	width: 200px;
	margin: 0px;
	padding: 5px;
	float: right;
}
#url {
	display: none;
}
.tbheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.tbbold {
	font-weight: bold;
	background-color: #CCCCCC;
}
.whole-full {
	margin: 0px;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.6em;
}
.half {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 45%;
}
.half  h2 {
	font-size: 1.4em;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
.half h3 {
	font-size: 1.2em;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
}

.whole-full h1 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
