@import url(navigation.css);
@import url(forms.css);

body {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif, Geneva, 'Lucida Grande', Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #000;
}

a { color: #E19048; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

#header h1, #header h2 { margin: 0.0em 0em 0.0em 0em; }
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #191919;
}
h4 {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #191919;
}

ul { line-height: 1.2em; margin-top: 0.5em; }
p { margin: 0.7em 0em; }
.people a { font-size: 75%; }
       
#header {
  background-color: #4E6B56;
  padding: 1em 0em;
  line-height: 1.2em;
  margin: 0px;
  text-align: center;
}

#header h1 {
  color: #fff;
  display: inline;
  font-size: 110%;
  font-weight: normal;
  padding-right: 0.5em;
  border-right: 1px solid #777;
}
#header h2 {
  color: #9DB9AB;
  display: inline;
  font-size: 90%;
  font-weight: normal;
  padding-left: 0.5em;
}

#content {
  margin: 2em 4em;
  padding-bottom: 2em;
}

table.listing {
  border-collapse: collapse;
  font-size: 80%;
  width: 100%;
  margin: 2em 0em;
}

table.listing th {
  color: #ddd;
  background-color: #111;
}

table.listing th,
table.listing td {
  text-align: left;
  padding: 0.5em 2em;
  border: 1px solid #444;
}