* {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }

body {
  font-family: "Lucida Grande" ,"Lucida Sans Unicode", sans-serif;
  background-color: #fff;
  background-image: url(/images/layout/paper_bg.png);
  color: #333;   
  font-size: 16px;
  line-height: 18px;
}

h1 {
  color: #134D05;
  font-size: 0.9em;
  font-weight: bold;  
  margin-bottom: 1.158em; }
  h1 a {
    color: #134D05; }

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

p {
  font-size: 0.75em;
  margin: 0 0 1.544em 0; }
  p a {
    color: #333; }

a {
  text-decoration: underline; }

ul {
  list-style-position: outside;
  list-style-type: circle;
  font-size: 0.75em; }

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 1.5em;
  font-size: 0.75em; }

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

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

li a {
  color: #333; }

table {
  margin: 0;
  border-collapse: collapse;
  font-size: 0.75em;
  background: #D8E6F2; }
  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: 40px;
    border-bottom: 1px solid #9D9D9B; }
  table tr {
    height: 40px; }
  table th {
    text-align: left;
    background: #9FB3C3;
    padding: 0.375em 12px 0.375em 1.5em; }
  table td {
    padding: 3px 12px 3px 1.5em;
    border-bottom: 1px solid #B4C1CA; }
  table tr td {
    text-align: left; }
  table tr td:first-child {
    width: 110px;
    text-align:right;
  }
  table tr th:first-child {
    width: 90px;
    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; }

dl {
  font-size: 0.75em;
}
dl dt { 
  color: #CD3800;
  font-weight:bold;
  float: left;}

dl dd {
  display: inline;
  margin-left: 10px;
}

.noMargin {
  margin: 0; }

.halfMargin {
  margin: 0.772em 0; }


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

#main {
  width: 510px;
  float: left;
  padding: 0 0 2em 32px;
  margin-top: 18px; }
  #main img {
    border: 5px solid white;
    margin: 0 0.825em 0.825em 0;
    width: 100px;
    height: 100px;
    float: left; }
  #main p.meta {
    font-weight: bold;
    margin: 0; }

#navigation {
  padding-right: 1em;
  float: left;
  width: 242px;
  margin: 18px 0 0 5px;
  border-right: 1px dotted #B7AE95;
  display: inline; }
  #navigation div {
    float: left;
    text-align: center;
    width: 105px;
    margin: 0 10px 0 0; }
      
#navigation div img, #main img {
  border-color: #888;
  border-width: 1px;
}

#header {
  height: 250px;
  width: 800px;
  margin-top: 1em;
  background: url(/images/layout/welcome2.jpg) top left no-repeat;
  color: black;
  border: 5px solid white; }

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

#container img {
  position: absolute;
  bottom: 70px;
  padding: 0;
  border-top: 1px solid #7E7E7E; 
  border-bottom: 1px solid #7E7E7E; }

#body {
  width: 810px; }

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