﻿body 
 {
  color: #000000;
  background-color: #ECE7D3;
  margin: 0; padding: 0;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
 }

#content
 {
  width: 774px;
  border: 2px solid #6699CC;
  background-color: #D8D3BE;
 }
 
#header
 {
  width: 774px;
  height: 96px;
  display: block;
 }
 
#breadCrumb
 {
  background-color: #5B5337;
  height: 20px;
  line-height: normal;
  margin: 0; padding: 0;
  width: 100%;
  color: #D8D3BE;
  font-size: 14px;
  font-weight: bold;
  text-indent: 5px;
 }
 
#breadCrumb a { color: #FFFFFF; }

#leftNav
 {
  background-color: #B7CEDB;
  border: 1px solid #71777D;
  border-top: none;
  margin: 0; padding: 0;
  width: 23%;
  vertical-align: top;
 }

#leftNav a
 {
  color: #000066;
  font-size: 13px;
  font-weight: lighter;
  display: block;
  margin: 13px 2px 0 5px;
 }
 
#leftNav a:hover
 {
  color: #0000CC;
  font-weight: normal;
  font-style: italic;
 }
 
a {text-decoration: none; color: #191970;}
a:hover {text-decoration: underline;}
#rightContent a {font-weight: bold;}
 
#rightContent
 {
  font-size: 16px;
  font-weight: normal;
  padding: 6px 8px 6px 8px;
  vertical-align: top;
  width: 77%;
 }
 
#columns { width: 100%; border-collapse: collapse; }

#indent { margin-left: 20px; }
h1 
 {
  font-size: 18px;
  font-weight: bold;
  margin:0; padding:0;
  text-decoration: underline;
 }
 
h2
 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  padding-right: 40px;
 }
 
.answer {font-style: italic; text-align: justify; padding: 0 26px;}

#locations {border: solid 1px black;}
#locations td {border: solid 1px black; padding: 5px;}
#locations p {margin: 0; font-size: 90%;}
