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

body {
	
	font-size: small; /* medium */
	font-family: Arial, Verdana, sans-serif;
	
	background-color: #d6decb;

}

#header, #main, #sidebar, #footer, #allcontent {
	
	background-color: #f1f0c0;
	border: 1px solid black;
}

#allcontent {
	
	background-image: url(images/marbleBackground.jpg);
	width: 750px;  /* 800 */
	padding: 20px;
	
	margin-right: auto;
	margin-left: auto;
}

#main {
	
	line-height: 130%;
	width: 536px; /* 586 */
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

#sidebar {
	
	width: 176px;
	padding: 10px 2px 10px 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {

	font-size: 75%;
	margin-top: 10px;
	clear: both;
}

#map {
	background-color: #f1f0c0;
	border: 1px solid #000;
	line-height: 130%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#mapBackground {
	background-color: #fff;
	border:  1px solid #000;
}

#slogan {
	
	font-style: italic;
	font-weight: bold;
}

.bold {
	
	font-weight: bold;
}

.staffPosition {
	
	font-style: italic;
	text-decoration: underline;
}

.smallFont {
	
	font-size: 90%;
	line-height: 110%;
}

.center {
	/* Set all elements in the class
	to be centered */
	
	text-align: center;
}

.justify {
	/* Set all elements in the class
	to be justified */
	
	text-align: justify;
}

.alignLeft {
	/* Set all elements in the class
	to be aligned left */
	
	text-align: left;
}

.underline {
	text-decoration: underline;
}

hr {
	
	color: black;
}

ul {
	
	list-style-image: url(images/crossBullet.gif);
	margin: 0px;
	padding-left: 12px;

}

li {
	padding-left: 5px;
	padding-bottom: 10px;
}


ul.noCross {
	
	list-style-image: none;
}


q {
	
	font-style: italic;
}

blockquote {
	font-style: italic;
	font-size: 90%;
}

h3 {
	
	border-bottom: 2px solid black;
}

h4 {
	
	text-align: center;
	font-style: italic;
	font-weight: bold;
}


a img {
	border: none;

}

a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

.announce {
	border: double;
	background-color: #fff;
	width: 380px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}


.announce a {
	width: 225px;
	height: 18px;
	text-align: center;
	display: block;
	color: #000000;
	background-color: #D2B48C;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;

}

.announce a:hover {
	color: black;
	background-color: #93C8AE;

}

.announce a:visited {
	color: #000;
}

#reports a {
	width: 220px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #000;
	background-color: #D2B48C;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: 1px solid black;

}

#reports a:hover {
	color: #000;
	background-color: #93C8AE;
}

#reports a:visited {
	color: #000;
}

#school a {
	width: 300px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #000;
	background-color: #D2B48C;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: 1px solid black;

}

#school a:hover {
	color: #000;
	background-color: #93C8AE;
}

#school a:visited {
	color: #000;
}

#mapbuttons a {
	width: 150px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #000;
	background-color: #D2B48C;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: 1px solid black;

}

#mapbuttons a:hover {
	color: #000;
	background-color: #93C8AE;
}

#mapbuttons a:visited {
	color: #000;
}

.oneLevel {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	list-style-type: none;
}

.twoLevel {
	margin-left: 45px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.threeLevel {
	margin-left: 75px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	list-style-type: circle;
}

#siteMap a {
	text-decoration: underline;
}