@charset "utf-8";
/* CSS Document */

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: #414141;
width: 100%;
}

h1, h2, h3 {
font-family:Garamond, Georgia, serif;
}

a {
text-decoration: none;
}

a img {
border: 0;
}

div.separate {
clear:both;
}

#top-wrapper {
background: #fff;
width: 100%;
min-width: 920px;
}

#top {
padding: 30px 10px 10px;
text-align: center;
width: 900px;
margin: 0 auto;
font-family:Garamond, Georgia, serif;
}

#top p {
margin:0;
font-size:1.3em;
}

#top a {
color: #000;
}

#top a:hover, #top a:active {
color: #004bc7;
}

#navigation-menu {
background: #fafafa;
color: #eee;
font-weight: bold;
text-align: center;
border-top: solid 1px #eee;
border-bottom: solid 1px #ccc;
width: 100%;
min-width: 920px;
}

#navigation-menu a {
color: #333;
padding: 10px;
}

#navigation-menu ul {
list-style-type: none;
margin: 0;
border-right: solid 1px #eee;
border-left: solid 1px #ccc;
display: inline-block;
padding: 0;
}

#navigation-menu li {
margin:0;
display: inline-block;
border-left: solid 1px #eee;
border-right: solid 1px #ccc;
padding: 10px;
}

#navigation-menu li:hover {
background: #eee;
}

#content-wrapper {
background: #eee;
width: 100%;
min-width: 920px;
}

#content {
width: 900px;
margin: auto;
padding: 10px 10px 20px;
}

#content table {
background: #fff;
border-collapse:collapse;
}

#content table, #content th, #content td {
border: solid 1px #666;
}

#content td, #content th {
padding: 10px;
}

#content th {
background: #ddd;
text-align: left;
}

#content a {
color: #0090e1;
}

#content a:visited {
color: #6d74ff;
}

#content a:hover, #content a:active {
color: #004bc7;
}

#data table {
width: 100%;
}

#bottom {
padding: 10px 0;
width: 100%;
color: #fff;
min-width: 920px;
}

#bottom p {
position: relative;
text-align: center;
}

#bottom a {
color: #aaa;
}

#bottom a:hover, #bottom a:active {
color: #fff;
}
