/* CSS Document */
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #007236;
}
a:visited {
	text-decoration: none;
	color: #007236;
}
a:hover {
	text-decoration: none;
	color: #F7931E;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #e2edf9;
	text-align: center;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.header  {
	border-bottom-color: #007236;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 1;
	width: 800px;
	
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	border-right-color: #007236;
	border-bottom-color: #007236;
	border-left-color: #007236;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

.orangebar {
	position: 800px;
	height: 10px;
	width: 800px;
	z-index: 2;
	background-color: #F7931E;
	border-bottom-color: #007236;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.content {
	width: 650px;
	height: auto;
	text-align: left;
	float: left;
	z-index: 10;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

.sidebar {
	width: 124px;
	height: 400px;
	background-color: #B8DAC2;
	z-index: 20;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#container .content #map {
	height: 400px;
}
.BorderGreen {
	display: inline;
	border: 1px solid #007236;
}
.orangebar, .header, .sidebarsm, .sidebar, .sidebarstudent, .sidebarhouse { display: none; }
#container {	border-width: 0px;	}