@charset "UTF-8";
body  {
	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: #131313;
	font-family: 1em;
	font-size: 100%;
	background-color: #FFF;
	text-decoration: none;
}


.header  {
	background:#999;
	margin-top:-8px;
	margin-bottom: 2px;
	padding-top: 0px;
	margin-left: -5px;
	padding-bottom: 8px;
	text-align: center;
} 
.twoColFixRtHdr #container {
	width: 990px;
	border: 3px solid #97ABAB;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
} 
.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 */
}
.twoColFixRtHdr #sidebar1 {
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFF;
	float: left;
	margin-bottom: 2px;
	margin-top: 3px;
	width: 185px;
	padding-top: 6px;
	margin-right: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #A0A0A4;
	border-left-color: #A0A0A4;
}

#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	text-align: left;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #74CA34;
	padding-top: 5px;
}

#sidebar1 img {
	margin-top: 3px;
	margin-left: 5px;
}

#sidebar1 a {
	color: #036;
	text-decoration: none;
	padding-bottom: 4px;
	margin-left: -6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	text-align: left;
}



#sidebar2 a {
	color: #036;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: -20px;
	font-size: 13px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar1 li {
	text-decoration: none;
	display: list-item;
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;
}


#sidebar2 li {
	text-decoration: none;
	display: list-item;
	margin-left: -5px;
	list-style-type: none;
}


.twoColFixRtHdr #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	width: 750px;
	letter-spacing: 1px;
	color: #000;
	float: left;
	margin-bottom: 10px;
	background-color: #FFF;
} 
.twoColFixRtHdr #mainContent a {
	text-decoration: none;
}

.subContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	float: left;
	font-size: 12px;
	margin: 0 0 0 4%;
} 
.subContent a {
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #84C821;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
} 
.twoColFixRtHdr #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;
}
.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. */
	margin-left: 8px;
	float: right;
}
.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;
}

.navigationtable a {
	font:Verdana, Geneva, sans-serif;
	color: #333;
	
}


.masthead {
	background-color: #FFF;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97ABAB;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	background-image: url(../images/bkhed.gif);
	background-repeat: repeat;
}
.navigationtable {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.sidebar2 {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #52B1D1;
	margin-right: 0px;
	margin-top: 3px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5em;
	width: 20%;
	padding-top: 0px;
}
.contactmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	margin-top: 1em;
}
.contactmenu li {
	list-style-type: none;
	margin-top: 5px;
	padding-bottom: 3px;
	padding-right: 0px;
	text-decoration: none;
}

.contactmenu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 5px;
}

.contactmenu a {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #00C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}

.contactmenu h5 {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}

.titles {
	font-family:Tahoma, Geneva, sans-serif;
	color:#900;
	font-weight: bold;
	font-size:14px;
	margin-top: 1px;
	margin-bottom: 5px;
}
.calendarofevents p {
	margin-left: 5px;
	margin-right: 10px;
	color: #333;
}
.subtitles {
	font-family:Tahoma, Geneva, sans-serif;
	color: #006;
	margin-top: 3em;
	margin-bottom: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 14px;
	padding-top: 5px;
}
.subtitles li {
	list-style: none;
	text-decoration: none;	
}

.calendarofevents{
	list-style-type: none;
	text-decoration: none;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 95%;
}

.calendarofevents li{
	margin-bottom: 2px;
	list-style-type: none;
	color: #860101;
	font-weight: bold;
}
.calendarofevents2{
	list-style-type: none;
	text-decoration: none;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 95%;
}

.calendarofevents2 li{
	margin-bottom: 2px;
	list-style-type: none;
	color: #860101;
	font-weight: bold;
}

.flashmovie {
	float: left;
	margin-top: 10px;
	width: 615px;
}

.secondaryheader {
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	background-color: #9195AA;
	float: left;
	font-size: 9px;
	margin-top: 5px;
}
.mastheadheader {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 18px;
	word-spacing: 3px;
	letter-spacing: 2px;
	background-color: #005C8E;
}
.mastheadtitle {
	font-size:34px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	margin-top: 5px;
	margin-left: 0px;
	word-spacing: 5px;
	letter-spacing: 2px;
	text-align: center;
}
.mastheadheader h4 {
	padding-right: 10px;
}
.cteheader {
	color:#FC0;
	font-weight:bolder;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 45px;
	letter-spacing: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007EC2;
}
#navlinks {
	color: #333;
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: #FFF;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	text-align: left;
}

#navlinks li {
	display: inline;
	padding-right: 2em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC0;
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	word-spacing: 3px;
	letter-spacing: 2px;
	margin-right: 0px;
	padding-left: 2em;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #333;
	text-decoration: none;
}

.titlewithbgd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	background-color: #84C3D3;
}
.highlightsheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 25px;
	margin-bottom: 15px;
	color: #036;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 90%;
}
.contactmenu ul {
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 8px;
	margin-top: 8px;
}
.titles img {
	border:2px solid #84C3D3;
	margin-left: 2px;
	margin-right: 5px;
}
.titlesblue {
	color:#202020;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #ABC3D9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 3em;
}

#sidebar1 ul {
	padding-bottom: 3px;
}
.titlewithbgd a {
	color:#F60;
	font-size:14px;
	margin-left: 8px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.titlescontact {
	font-size:14px;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #001C26;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #FF8B10;
}
.titlescontact2 {
	font-size:14px;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #DF7B10;
}
.twoColFixRtHdr #container #mainContent #educatordayimages {
	text-decoration: none;
	margin-left: 8px;
	padding-right: 5px;
	background-color: #F2F2F2;
}
#ctetitle {
	font-family: "MS Serif", "New York", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 5px;
	padding-bottom: 10px;
	padding-left: 9px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: center;
	color: #CCF;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #70CD00;
	border-bottom-color: #70CD00;
}
