body {
	background-color: #060;
}
#wrap {
	position: absolute;
	left: 100px;
	top: 10px;
}
#header { 
	float: left;
	width: 800px;
	background: #FFF
}
#locations { 
	float: left; ;
	width: 800px;
	background: #FFF
}
#content { 
	float: left;
	width: 800px;
	background: #FFF;
}
#footer { 
	float: left;
	width: 800px;
	background: #FFF
}
#sub-footer { 
	float: left;
	width: 800px;
	background: #060
}
p, td, li { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
.smalltext	 { 
	font-size: 8pt
}
p.smalllist  { 
	font-size: 8pt; 
	margin: 0.0em, 0.0em, 0.2em, 0.0em
}
p.Mission {
	font-family: Verdana; font-size: 12pt; font-weight: bold
}
tr.odd {
	background-color: #FFFFCC
}
tr.even {
	background-color: #C0C0C0
}
tr.caption {
	background-color: #FFFF00
}
td.text { 
	padding-bottom: 10px;
}
h1.PageTitle {
	color: #000080;
	text-align: center;
}
h4.FeedItemTitle { 
	color: #C60; 
	font: Verdana, Helvetica, Sans-Serif; 
	font-size: 0.8em; 
	font-weight: bold; 
	text-decoration: overline; 
	margin-bottom: .25em;
}
.FeedItemDescription { 
	font-size: 0.8em;
}
.trivia { 
	font-weight: bold; 
	font-size:10pt; 
	font-family: Verdana; 
	color: Gray;
}
#navFooter {
	clear: both;
	margin-top: 1em;
	width: 640px;
	margin-left: 10px;
}
ul.nav { 
	list-style-type: none; 
	padding-left: 0; 
	margin-left: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
ul.nav li {
	display: inline;
	text-align: center;
}
ul.nav a {
	width: 150px; 
	border: 1px #000;
	padding: 5px 15px 5px 15px;
	margin-right: 5px;
	background-color: Silver;
	text-decoration: none;
	color: Navy;
}
ul.nav a:link  { color: Navy; }
ul.nav a:hover { color: Blue; text-decoration: underline; }
