@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #364867;
	margin: 0px;
}
#container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #364867;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: medium outset #CCCCCC;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #364867;
}

#mainContent {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	position: relative;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	padding-left: 30px;
	border: medium outset #D9D9E5;

} 
#container #mainContent #blockquote {
	border: medium outset #DCDCE4;
	background-color: #EBEBF1;
	padding: 10px;
	line-height: 17px;
}


#container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#calendar {
	background-color: #FFFFFF;
}

#container #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #mainContent h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#container #mainContent h6 {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bolder;
}
#container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#container #mainContent #reportcard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}




#footer {
	background-color: #364867;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
} 
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
.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;
}
.yahoo {
	color: #7B0099;
}
#schoolCalendar table tr td table tr {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#schoolCalendar table tr td table tr td {
	width: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#schoolCalendar table tr td table tr th {
	background-color: #8F8570;
	color: #FFF;
}
#schoolCalendar table {
	background-color: #F2F2F7;
	width: 193px;
	margin-right: auto;
	margin-left: auto;
}
.sunSat {
	font-weight: normal;
}
.calendarHeader {
	background-color: #C7CBD4;
}
.christmas {
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.picturesHshelper {
	background-color: #CC0;
	border: medium solid #600;
}

.christmasBlock {
	background-color: #F00;
}
.hshelper {
	border: medium solid #600;
}




.calendarDescription {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 150px;
	font-weight: normal;
}
.emphasis {
	font-weight: bold;
	color: #009;
	font-size: 10px;
	text-align: center;
}
.sats {
	font-weight: bold;
	color: #B164FF;
	text-align: center;
	text-decoration: underline;
}
.satsBlock {
	background-color: #D1A4FF;
}




.enrichment {
	background-color: #CCC;
	border: medium solid #600;
}
.key tr .enrichment {
	background-color: #CCC;
}

.meetings {
	background-color: #DDBB75;
}
.grad {
	background-color: #06F;
}
.meetingsHshelper {
	background-color: #DDBB75;
	border: medium solid #600;
}
.bookfair {
	background-color: #06FFAE;
}
.bookfairHshelper {
	background-color: #06FFAE;
	border: medium solid #600;
}
.christmasParty {
	background-color: #F00;
	border: medium solid #600;
}

.pictureDay {
	background-color: #CC0;
}


#calendarPage {
	background-color: #FFF;
	text-align: center;

}
