@charset "utf-8";
/* CSS Document */

html { 
    /* force a vertical scrollbar in mozilla/netscape/firefox */
    min-height: 100%; 
    margin-bottom: 0.01em;
	overflow-y: scroll;
}


body {
	background-color:#024804;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0;
	color: #000;
}

#wrapper {
	background-color:#FFF;
	margin:0 auto;
	width:850px;
	height:auto;
	position:relative;	/*border:2px solid yellow;*/
}

#search {
	display:inline-block;
	height:20px;
	width:850px;
	/*border:2px solid yellow;*/
	background-color: #024804;
	}

#banner {
	background-color: #FFF;
	width:850px;
	height:185px;
	/*border:2px solid yellow;*/
}

#top_nav_wrapper {
	background-color: #FFF;
	width:850px;
	height:25px;
	color:#000;
	align:center;
	/*border:2px solid yellow;*/
}

#greeting_wrapper {
	background-color: #FFF;
	width:850px;
	height:250px;
	margin-bottom:50px;
	color:#000;
	align:center;
	/*border:2px solid yellow;*/
}

#greeting_image {
	background-color: #FFF;
	width:220px;
	height:270px;
	color:#000;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	/*padding-left: 10px;*/
	/*border:2px solid yellow;*/
}

#greeting_text {
	background-color: #FFF;
	width:550px;
	height:280px;
	/*padding-right:15px;*/
	/*height:auto;*/
	color:#000;
	float:left;	/*border:2px solid yellow;*/
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#mp_announcements_calendar {
	float:left
	width:849px;
	
}

#main_page_announcements {
	float:left;
	/*margin-left:10px;*/
	width: 325px;
	height:300px;
	overflow:auto;
	padding-left:15px;
	padding-right:15px;
	background-color:#C9EDCD
	/*border:2px solid blue;*/
}

#main_page_calendar {
	float:right;
	width:425px;
	height:300px;
	padding-left:15px;
	padding-right:15px;
	clear:right;
	
	/*border:2px solid green;*/
}

#generic_wrapper_full {
	background-color: #FFF;
	width:810px;
	height:auto;
	margin-bottom:50px;
	color:#000;
	align:center;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 20px;
	/*border:2px solid yellow;*/
}

#left_nav_wrapper {
	margin-top:10px;
	float:left;
	background-color: #FFF;
	width:190px;
	height:600px;
	padding-left:5px;
	text-align:left;
	color:#000;
	list-style-type: none;	
	/*border:2px solid yellow;*/
	
}

#left_nav_wrapper ul {
	list-style:none;
}

/*TO BE USED FOR ALL CONTENT ON SUBSEQUENT PAGES.*/
#main_content {
	background-color:#FFF;
	color:#000;
	width:618px;
	margin-top:15px;
	margin-left:200px;
	padding-left:10px;
	padding-right:12px;
	height:auto;
	/*border:2px solid yellow;*/
}

#main_content ul {
	list-style:none;
	text-align:left;
	color:#000;
}

#main_content img {
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	
}

#lev_2_main_content {
	background-color:#FFF;
	color:#0FF;
	width:633px;
	margin-top:15px;
	padding-right:12px;
	height:auto;
	/*border:2px solid yellow;*/
	float: right;
	padding-left:20px
}

#staff_wrapper {
	background-color:#FFF;
	color:#0FF;
	width:633px;
	height:auto;
	/*border:2px solid yellow;*/
	float:right;
	padding-left:20px
}	

#staff_image_links {
	width:180px;
	margin-top:15px;
	clear: none;	/*clear:right*/
	float: left;
	list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: auto;
}

#staff_image_links ul {
	text-align:left;
	color:#000;
	list-style-image: none;
	list-style-type: disc;
}

#staff_detail {
	font-family:Arial, Helvetica, sans-serif;
	width: 380px;
	margin-top:15px;
	padding-right:12px;
	margin-left: 12px;
	height:auto;
	float: left;	
}



#footer {
	background-color: #FFF;
	width:850px;
	height:20px;
	padding-top:25px;
	color:#ddd;
	text-align:center;
	/*border:2px solid yellow;*/
	color:#666;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

#copyright {
	background-color: #FFF;
	width:850px;
	height:45px;
	color:#ddd;
	text-align:center;
	/*border:2px solid yellow;*/
	color:#666;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
}

h1, h2 {
	margin:0;
	color:#555;
	font-size:1.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	margin:0;
	color:#555;
	font-size:1.25em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

p	{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	color:#090;
	font-size: 12px;
	text-decoration:none;
}

a:visited {
	color:#063;
	font-size: 12px;
}

a:hover {
	color: #C03;
	font-size: 12px;
}

/*CLASSES*/

.special {
	font-style:italic;
}

.teach_links {
	text-align:center;
	font-weight: bold;
	
}
