body {
background-color: #d0d3d8;
font-family: times new roman; letter-spacing: 2px;
color:#fff;
margin-top: 0px;
margin-bottom: 0px;}

a {
text-decoration: none;
font-weight: bold;
color:#e1d59c;
}
a:visited {
color:#e1d59c;
}
a:hover {
color:#000;
}

#container {
width: 800px;
margin: 0 auto 0 auto;
background: #31536f;
}

#header {
height: 250px;
padding-top: 0px;
}

#nav {
clear: both;
margin: 0 0 0;
padding: 0 0;
list-style: none;
text-align: center;
height: 28px;
width: 800px;
}

#nav li {
float: left;
font-size: 1.1em;
width: 12%;
line-height: 28px;
}

#nav li a {
display: block;
clear: both;
color: #e1d59c;
text-decoration: none;
}

#nav li a:hover {
color: #000;
}

#content {
width: 780px;
text-align: left;
padding: 10px;
}

#footer {
clear: both;
}

#copy {
text-align: center;
margin: 0 auto 0 auto;
padding-bottom: 10px;
border-top: solid 1px #fff;
width: 400px;
height: 18px;
}

img { 
border: 0px;
}

p.title { 
font-style: italic; 
font-weight: bold; 
text-decoration: underline;
}

#stats {
padding: 5px;
background-color: #67957f;
border: solid 1px #fff;
margin: 0 auto 0 auto;
width: 70%;
}

table.coll {
border-collapse: collapse;
}