#container {
	width: 800px; /*width of website*/
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #6984BB;

}

#banner {
	height: 300px;
	width: 100%;
	background-image: url(../images/topBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;

}
.innerWrap {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer {
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.menu{
width: 100%;
overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
}

.menu ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*right divider between tabs*/
	color: #FFFFFF; /*background of tabs (default state)*/
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li.selected a{
	background-color: #FFFF00;
	color: #000000;
}
.enlarge a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.enlarge a:hover{
	color: #FF6600;
	text-decoration: underline;
}
