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

.menuOptions {
	list-style-type: none;
	background-color: red;
	display: block;
	width: 130px;
	margin: 0px;
	padding: 0px;
	z-index: 90;
	cursor: pointer;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;	
}
.dropmenu {
	background-color: blue;
	width: 130px;
	border: 1px solid #000000;
	padding: 0px;
	color: #ffffff;
	z-index: 90;
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	text-align: center;
	visibility: visible;
}		
a {
	text-decoration: none;
}
.dropmenu:hover {
	background-color: #00FFFF;
	color: #000000;	
}
.dropheading {
	padding: 3px;
	display: block;
	cursor: default;
}
#disasterpage, #handspage, #linkspage {
	display: none;
}
#125years {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 238px;
	visibility: visible;
	z-index: 100;
}
#banner {
	position: relative;
	top: -115px;
	left: 300px;
	width: 750px;
}
#newsletter {
	position: absolute;
	left:0px;
	top:290px;
	margin: 10px;
	width: 100%;
}
#copy {
	position:absolute;
	left:0px;
	width:100%;
	height:59px;
	text-align: center;
	top: 3250px;
}
