.topMenu {
	position: relative;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 100px;
	z-index: 100;
	background-color: #000066;
	}
	
.footer {
	position: relative;
	clear: both;
	bottom: -50px;
	width: 1000px;
	background-color: #000099;
}
.textArea {
	width: 900px;
	color: #000000;
	overflow: visible;
	opacity: 1.0;
	-moz-opacity: 1.0;
	top: 30px;
	padding: 15px;
	position: relative;
	background-color: #999966;
	left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #000000;
	visibility: visible;
	height: auto;
}
.splashBack {
	margin: 10px;
	position: relative;
	float: left;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #000066;
}