body {
  padding: 2em;
  background-color:#355E3B;
  width:900px;
}

h2 {
	text-decoration:underline;
	font-weight:bold;
	font-size:medium;
}

ul#list-nav {
list-style:none;
margin:20px;
padding:0;
width:525px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:100px;
background:#485e49;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#a2b3a1;
color:#000
}

ul#footer-nav li {
	display:inline;
	padding:0 .7em;
	border-right:1px solid;
	border-color:#485E49;
}

#footer-nav li.last {
	border:none;
	}
	
#footer-nav {
	padding:0;
}


#footer-nav a {
	color:#485E49;
	text-decoration:none;
}

#footer-nav li a:hover {
text-decoration:underline;
}

.footer-content {
	color:#485E49;	
	font-size:.8em;
	text-align:center;
}

.page-wrapper {
  border: 0;
  margin-bottom: 0;
  padding: 1.5em 1.5em .5em 1.5em;
  background-color:#f1e4c0;
}

.header-wrapper {
	width:900px;
	clear:both;
}
.header-logo {
	width:325px;
	float:left;
	clear:none;
}

.header-nav {
	width:550px;
	float:right;
	clear:none;
	padding-right:10px;
}

.main-content{
	clear:both;
	border-top:#ffffff;
}

table {
	border-spacing:0px;
	text-align:center;
}

.history-table{
	border-spacing:0px;
	text-align:left;
}

.address-block {
	margin-left: 20pt
}

