body {
	background-color: #333366;
}

.NavBackground {
	background-color: #FF0000;
}

.NavRow a {
 text-decoration: none;
 padding: 0 10px 0;
 border-right: 1px solid #fff;
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
 color: White;
 font-size: 12px;
 }
 
 .NavRow a:hover {
	text-decoration: none;
	padding: 0 10px 0;
	border-right: 1px solid #fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	background-color: #990000;
 }

#LeftColumn {
	background-color: #000033;
}

#LeftColumn h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
}

#LeftColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 8px;
	margin-right: 5px;
	color: #ffffff;
}

.MainText {
	background-color: #FFFFFF;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
	height: 25px;
	padding-top: 6px;
}
.LeftQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.RightQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.BodyText a {
 color: #000033;
 }
.BlueTextDecor {
	color: #000033;
	font-weight: bold;
}
.BlueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}.RedComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.Inservice {
	background-color: #FFFF99;
}
.LastDay {
	background-color: #CC99CC;
}
.Vacation {
	background-color: #66CCFF;
}
.enrollment {
	padding: 10px;
	background: url(images/enrollmentBack.gif) #fff;
	border: 2px solid #f7e904;
	color: #000033;
}
#LeftColumn p.enrollment {
	color: #000033;
}