* {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Book Antiqua", serif;
  font-size: 16px;
  line-height: 1.158em;
  background: #cbdfdf url(/images/new_bg.png) top left repeat;
  color: #0A1600; }


h1 {
  font-size: 14px;
  color: #083B0C;
  margin-bottom: 1.158em; }

h2 {
  font-size: 0.75em;
  color: #810000;
  text-transform: uppercase; }

p {
  font-size: 12px;
  margin: 0 0 1.544em 0; }

a {
  text-decoration: underline;
  color: inherit; }

a:visited {
  color: inherit; }

p > a {
  color: #0A1600;
}

h1 > a {
  color: #083B0C;  
}

h2 > a {
  color: #810000;  
}


ul {
  margin: 0.75em 3.75em 0.75em 1.125em;
  list-style-position: outside;
  list-style-type: circle;
  font-size: 0.75em; }
  ul p {
    font-size: 1em; }

ol {
  list-style-type: decimal;
  list-style-position: outside;
  width: 20em;
  margin: 0 0 1.5em 1.5em; }

ol li {
  font-size: 0.75em;
  margin: 0.75em 0; }

ol li p {
  display: inline;
  font-size: 1em; }

table {
  margin: 1.5em 0 0.375em 1.5em;
  width: 210px;
  border-collapse: collapse;
  clear: right;
  float: right;
  font-size: 0.75em;
  background: #BFCBD5; }
  table caption {
    display: none;
    font-weight: bold;
    color: #600000;
    margin: 1.5em 0 0.375em 0;
    padding: 0px 0.75em; }
  table tr.header th {
    background: #D0D9E3;
    color: #1e3627;
    text-transform: uppercase;
    height: 25px;
    border-bottom: 1px solid #9D9D9B; }
  table th {
    text-align: right;
    padding-left: 0.75em;
    background: #9FB3C3;
    padding: 0.375em 0 0.375em 0.75em; }
  table td {
    padding: 3px 3px 3px 0.75em; }
  table tr td {
    text-align: right; }
  table tr td + td {
    text-align: left; }
  table th+th {
    text-align: left; }

blockquote {
  font-size: 0.75em;
  margin: 1em 60px 20px 20px;
  text-align: justify;
  padding-left: 10px;
  border-left: 1px solid black; }


#header, #body {
  margin: 0 auto;
  background: transparent;
  width: 800px; }

#main {
  width: 510px;
  float: left;
  padding: 0 0 2em 32px;
  margin-top: 1.158em; }
  #main #images {
    height: 500px;
    float: right; }
  #main img {
    border: 5px solid white;
    margin: 0 0.825em 0.825em 0;
    width: 100px;
    height: 100px;
    float: left; }

#navigation {
  padding-right: 1em;
  float: left;
  width: 242px;
  margin: 1.158em 0 0 5px;
  border-right: 1px dotted #B7AE95;
  display: inline; }
  #navigation div {
    float: left;
    text-align: center;
    width: 110px;
    margin: 0 10px 0 0; }
    #navigation div img {
      border: 5px solid white; }

#header {
  height: 170px;
  width: 800px;
  margin-top: 25px;
  background: url(/images/welcome.jpg) top left no-repeat;
  color: black;
  border: 5px solid white; }

.container {
  position: relative;
  width: 100%;
  height: 100%; }

.container img {
  position: absolute;
  bottom: 20px;
  padding: 0; }
  
.container a img {
  border: none;
}

#body {
  width: 810px; }

#map {
  float: right;
  width: 500px;
  height: 200px;
  border: 5px solid white; }
  #map img {
    width: 100%;
    height: 200px;
    border: none; }
