@charset "utf-8";
body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #004721;
	overflow: auto;
}
#page {
	margin:0 auto;
	width:990px; 
	text-align:left; 
}
.layoutTable {
	width: 80%;
	background-color: #F2F2F2;
	overflow: scroll;
}
.bannerImage {
	position: relative;
	left: 15%;
	width: 500px;
	height: 120px;
}
.marqueeBanner {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 15%;
}
.menuTD {
	background-color: #1d66a6;
	font-size: medium;
	font-weight: bold;
}
.footer {
	background-color: #FFFFFF;
}

.menuTable {
	width: 160px;
}
a.menuItem {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
