body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-color: #DFE8F7;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}


#wrap {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	background-color: #01398D;
	height: 15px;
}
#header {
	height: 116px;
	width: 999px;
	background-color:#003D90;
}
#logo {
	float:left;
	height: 116px;
	width: 250px;
	background-color:#003D90;
}
#search {
	float: right;
	margin-top: 10px;
	margin-right: 10px;

}
#s {
	background: #ffffff none no-repeat scroll left top;
	border:medium none;
	color:#000000;
	font-size:90%;
	padding:3px;
	width:90px;
}
#uname {
	background: #ffffff none no-repeat scroll left top;
	border:medium none;
	color:#000000;
	font-size:90%;
	padding:3px;
	width:90px;
}
#pword {
	background: #ffffff none no-repeat scroll left top;
	border:medium none;
	color:#000000;
	font-size:90%;
	padding:3px;
	margin-top:2px;
	width:90px;
}

#login {
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:16px;
	padding-left:5px;
	text-align:left;
	width:70px;
	float:right;
}
#navbar {
	width: 999px;
	background-image: url(images/navbar-bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}
#navbar ul li {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#navbar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
		
}
#navbar ul li a:hover {
	color: #002A68;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#navbar li.current_page_item a:link, #navbar li.current_page_item a:visited, #navbar li.current_page_item a:hover, #navbar li.current_page_item a:active {
	background-color:#FFFFFF;
	color:#002A68;
	
}
.breabcrumb {
	margin-bottom: 20px;
	padding-left: 10px;
	float:left;
	background-color: #FFFFFF;
}
#container {
	background-color: #FFFFFF;
	width: 980px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content {
	float: right;
	margin-right:30px;
	width: 720px;
}
#post {
	margin-bottom: 30px;
}
#post img {
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
}
#sidebar {
	float: left;
	width: 210px;
	margin-right: 10px;
}
.sidebox {
	background-color: #FFFFFF;
	background-image: url(images/sidebox-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.sidebox h2 {
	height: 33px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 1.2em;
	font-weight: normal;
}
.sidebox h2 a {
	color: #FFFFFF;
}
#footer {
	width: 810px;
	background-color: #003D90;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 0.9em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	margin-top: 0px;
}

#comments-wrap {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}
.gravatar {
	float: left;
	width: 70px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.7em;
}
.gravatar a img {
	padding: 3px;
	border: 1px solid #999999;
}
#comment-text {
	float: right;
	width: 550px;
}
.comments {
	background-image: url(images/comments-wrap-bg.jpg);
	background-position: top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.comments-bottom {
	background-image: url(images/comments-wrap-bottom-bg.jpg);
	background-position: top;
	height: 10px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.comments p {
	margin-top: 8px;
	margin-bottom: 0px;
}
.comment-info {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	font-size: 1em;
}
.commentmetadata {
	font-size: 0.8em;
}
textarea {
	width: 620px;
	border: 1px solid #003D90;
}




#homepage-top {
	margin-bottom: 6px;
}
.featured-news {
/*	width: 996px;*/
	float: left;
	margin-right: 30px;
	margin-left:30px;
	
	
}

.featured-news h2 {
	color: #990000;
}
.welcome {
	width: 540px;
	float: right;
}
.welcome img {
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
	float: left;	
}
.welcome h2 {
	margin-bottom: 10px;
}
.featured, .featured-right {
	width: 260px;
	margin-right: 20px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(images/sidebox-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.featured ul li {
list-style:none
}
.featured-right {
	margin-right: 0px;
}
.featured-right ul li {
list-style:none
}
#homepage-bottom {
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top:10px;

}
#homepage-bottom h2 {
	height: 33px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 16px;
	font-weight: normal;
}
#homepage-bottom h3 {
	height: 33px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #990000;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 16px;
	font-weight: bold;
}
#homepage-bottom ul {
	margin: 0px;
	padding: 0px;
	list-style-type:circle;
	margin-left:10px;
}
#homepage-bottom ul li {
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #03429F;*/
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:14px;
}
#homepage-bottom ul li a {
	color: #003399;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/news-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#homepage-bottom ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996666;
	background-image: none;
}
#featured-news ul {
	margin: 0px;
	padding: 0px;
	list-style-type:circle;
	margin-left:20px;
}
#featured-news ul li {
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #03429F;*/
	margin-bottom: 30px;
	margin-top: 0px;
	font-size:14px;
}
#latest-photos {
	margin-left: 7px;
	margin-bottom: 15px;
}
#latest-photos a img {
	padding: 3px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #666666;	
}
#school-content {
float: left;
width: 380px;
background-color:#FFFFFF;
}
#leftContainer {
width: 180px;
float:left;
max-width: 180px;
margin-right: 14px;
margin-top: 10px;
}
#nav, #nav ul {
	float: left;
	width: 999px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 6px 0;
	position:relative;
	z-index: 99;
	overflow:visible;
}

#nav a {
	display: block;
/*	width: 16em;*/
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}


#nav li {
	float: left;
	padding: 0;
/*	width: 11em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	
}

#nav li li {
	padding-right: 1em;
	position: relative;
	z-index: 10;
	white-space:inherit;
}

#nav li ul a {
	width: 13em;

	border-bottom: 1px dotted #000000;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}
#loginMessage {
	color:#F00;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-bottom: 6px;
}
#statusMessage {
	color:#990000;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-bottom: 6px;
}
#displayData {
	color:#000000;
	margin-bottom: 6px;
}
.headingtextbold {
font-size:12px;
font-weight:600;
color:#990000;
}
.linkSelected {
color:#0066CC;
}
.selections {
font-size:12px;
color:#990000;
list-style:none;
margin-left:-30px;
}
.enrollMessage {
color:#990000;
font-size:12px;
padding-top:10px;
margin: 14px 0px 0px 4px;
}
table.data th {
border-bottom: 1px solid #990000;
font-size:11px;
color:#990000;
}
table.data .childName {
padding: 10px 0px 4px 4px;
border-bottom: 1px solid #990000;
font-weight:bold;
color:#990000;
}
#tools {
float:right;
margin-right: 24px;
}
#enroll {
float:right;
margin: 2px 18px 0px 0px;
}
#enrollHome {
float:left;
margin: 2px 4px 0px 0px;
}
.bodytextRed {
color:#FF0000;
}
#welcome {
float:left;
margin: -4px 0px 2px 4px;
color:#990000;
font-size:12px;
font-weight:600px;

}
#banner {
margin-top:40px;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
position:relative;
float:left;
width:338px;
text-align:center;
margin-left:60px;
}
#flashBanner {
text-align:center;
}
ul {
	list-style-type:none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#messageWindow {
position:absolute;
padding:2px;
margin-top:120px;
margin-left:840px;
background-color:#CCCCCC;
color:#FF0000;
z-index:500;
}
.selected {
	background-color:maroon;
	color:white;
}
#announcement {
	color:#ffffff; 
	padding-top:10px;
	margin:10px 0px 4px 10px;
	text-align:center; 
	font-size:16px;
	line-height: 22px;
	font-weight: bold;
	width: 960px;
	border: 1px solid #000;
	background:#990000;
	
}
.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: underline; /* if desired */
   color: #00c;  /* or whatever other color you want */
   font-size:12px;
   color:#990000;
}
#displayData li {
	list-style:circle;
	margin-left:10px;	
}
