.blankheader {
	position: absolute;
	top: 0px;
	left: 0px;
}
body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
.navbar {
	position: absolute;
	top: 140px;
	left: 19px;
}
.menu {
font-family: Georgia, "Times New Roman", Times, serif;
padding:5px;
font:12px ms sans serif;
z-index: 1;
background: #006699;
color: white;
display:none;
position:absolute;
top: 163px;
left: 475px;
border:0px solid gray
}
.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;	
	position: float;
	top: 30px;
	left: 10px;
	width: 500px;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	position: relative;
	top: 195px;
	left: 25px;
	width: 500px;
}
.staff2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: #888888 1.5px dashed;
	width: 350px;
	padding: 10px;
}
.events {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #99BBCC;
	border: #888888 1.5px dashed;
	width: 230px;
	padding: 10px;
	position: absolute;
	left: 380px;
	top: 43px;
	height: 600px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #CCCCCC;
	text-decoration: underline;
	background: #006699;
	width: 475px;
	text-align: center;
}
h2 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: black;
	text-decoration: underline;
	text-align: center;
}
.bulletinlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: #555555 1.5px dashed
}
.homelink {
	position: fixed;
	left: 529px;
	top: 0px;
	border: none;
}
.metrolink {
	position: fixed;
	left: 90px;
	top: 100px;
	border: none;
}
.maplink {
	position: fixed;
	left: 90px;
	top: 60px;
	border: none;
}
a.submenu {
	color: white;
	text-decoration: none;
}
a.submenu:hover {
	color: blue;
}