body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	
}
#index #wrapper #sidebar .first a
{
	background-color:#00CC00;
}
#aboutus #wrapper #sidebar .current a
{
	background-color:#00CC00;
}
#parents #wrapper #sidebar .par a
{
	background-color:#00CC00;
}
#mcas #wrapper #sidebar .mca a
{
	background-color:#00CC00;
}
#contactus #wrapper #sidebar .contact a
{
	background-color:#00CC00;
}
#events #wrapper #sidebar .event a
{
	background-color:#00CC00;
}
#academic #wrapper #sidebar .aca a
{
	background-color:#00CC00;
}
#afterschool #wrapper #sidebar .after a
{
	background-color:#00CC00;
}

#header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #488F46;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
}

#wrapper #sidebar {
	float: left;
	width: 200px;
	height: 1600px;
	background-color: #488F46;
}
#wrapper #sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #sidebar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar li a:link,  #sidebar li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #006600;
	border-right: 1px solid #006600;
	background-color: #488F46;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #sidebar li a:hover{
	background-color: #00CC00;
	;
}

#wrapper #content {
	float: right;
	width: 580px;
	
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#clear {
	clear: both;
}
#banner {
	height: 200px;
}
#wrapper #footer{
	background: #488F46;
	text-align: center;
	color: #ffffff;
	margin-left: 220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
h1 {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background-color: #00CC00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 10px;
}
#photo ul {
	list-style-type: none;
	text-align: center;
}


#photo ul li a:visited, #photo ul li a:link {
	font-family: "Trebuchet MS", Georgia, sans-serif;
	text-decoration: none;
	color: #488F46;
	font-weight: bold;
	border-bottom-style: none;
}
#photo ul li a:hover {
	color: #00CC00;
}