/* CSS Document */

html, body {
	background: #FFFFF0;
	color: #373737;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h4 {
	font-size: 14px;
	color:#2B3F68;
	}
	
h5 {
	font-size: 12px;
	font-style: italic;
	color:#2B3F68;
	}
	
a:visited    {
	color:#2B3F68;
	text-decoration: underline;
}

a:link    {
	color:#5E889D;
	text-decoration: none;
}

a:hover    {
	color: #990000;
	text-decoration: underline;
}

a:active    {
	color: #990000;
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	}
	
#title {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 10px 0 0;
	border-bottom: 5px solid;
	border-bottom-color: #203F68;
	width: 100%;
	}

#search {
	width: 758px;
	background-color: #D7EAB1;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
	clear: both;
	font-weight: bold;
	border-bottom: 5px solid;
	border-bottom-color: #203F68;
	}
	
.searcharea {
	margin: 0;
	padding-left: 5px;
	}	

/* Hide from IE-Mac \*/
	
#topnav {
	/*float: right;*/
	width: 540px;
	position: relative;
	top: -23px;
	margin-left: 220px;
	background-color: #D7EAB1;
	}
/* End hide */


#topnav a {
	display: inline;
	padding: 0px 5px 0px 7px;
	font-weight: bold;
	color: #373737;
	border-left: dotted 1px;
	text-decoration: none;
	}

* html .board {
	width: 98px;
	}
	
* html .calendar {
	width: 70px;
	}
	
* html .lunch {
	width: 55px;
	}
	
* html .maps {
	width: 50px;
	}
	
* html .site {
	width: 70px;
	}
	
* html .contact {
	width: 87px;
	}
	
* html .mail {
	width: 80px;
	}
	
#topnav a:hover, #topnav a:active {
	background-color: #203F68;
	color:#CCCCCC;
	}	

#main_content {
	width: 760px;
	margin: 0 auto;
	}
	
.crumbs {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-left: 5px;
	}	
	
#content_left {
	clear: both;
	float: left;
	width: 375px;
	margin-left: 4px;
	padding-left: 2px;
	}
	
#content_left ul {
	list-style: inside;
	list-style-type:disc;
	margin-left: 10px;
	padding: 0;
	}
	
#content_left ul ul{
	list-style: inside;
	list-style-type:circle;
	text-indent: 10px;
	padding-top: 3px;
	}
	
#content_right {
	float: right;
	margin-top: 0;
	width: 375px;	
	}
	
#content_right ul {
	list-style: inside;
	list-style-type:disc;
	margin-left: 10px;
	padding: 0;
	}

#content_right ul ul{
	list-style: inside;
	list-style-type:circle;
	text-indent: 10px;
	padding-top: 3px;
	}
	
/*#links {
	margin: 0px 30px 0 5px;
	padding-left: 15px;
	background-color:#DEEAB2;
	border: #2B3F68 1px dotted;
	}
	
#links ul {
	list-style-type: none;
	}	*/

p.footer {
font-style:italic;
font-size: 80%;
padding-left: 2px;
	}
	
#topButton a:link {
	border:double;
	}
