/*
 * blue = #0f3892
 * bg blue = #bdc1de
 * content bg = #ebe7de
 * orange = #fe5e10
 */

html, body {
  margin: 0;
  font-family: arial, "sans-serif";
  font-size: 12px;
  color: #0f3892;
  background: #bdc1de;
  text-align: center;
  padding-top: 8px;
}

body table {
  width: 799px;
  margin: 0 auto;
  text-align: left;
  background: #ebe7de;
}

td { vertical-align: top; }

img { border: 0px; }

a {
  color: #0f3892;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #fe5e10;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

h2 {
  font-size: 13px;
  font-weight: bold;
}

.active, .active a {
  color: #fe5e10;
}

#navigation {
  text-align: right;
  padding-right: 40px;
  padding-top: 40px;
  border-right: 1px solid #7b8eb8;
}

#navigation p {
  margin-bottom: -5px;
}

#content {
  padding-left: 40px;
  padding-top: 40px;
  line-height: 2em;
  padding-right: 40px;
}

#spacer {
  height: 30px;
}

#footer {
  background: #bdc1de;
  font-size: 10px;
}
