﻿body {
  font-family: sans-serif;
  font-size: small;
  color: #2f6262;
  background-color: #fefefe;
  margin: 0px;
  text-align: center;
}

a:link {
  color: #2f6262;
  text-decoration: none;
}

a:visited {
  color: #2f6262;
  text-decoration: none;
}

a:hover {
  color: #64b7b7;
  text-decoration: none;
}

img {
  border: 0px;
  margin: 0px;
}

div {
  white-space: nowrap;
  margin: 0px;
}

div.head-wrap {
  background-color: #F9FBFB;
  min-width: 800px;
  text-align: center;
  margin: 0px;
}

div.menu {
  margin: 0px;
  padding-bottom: 2px;
  background-color: #F9FBFB;
  color: #357171;
  text-align: center;
  width: 100%;
  min-width: 800px;
  clear: left;
}

div.shadow {
  height: 8px;
  margin: 0px;
  clear: both;
  width: 100%;
}

div.content {
  white-space: normal;
  width: 100%;
  text-align: center;
}

div.footer {
  text-align: center;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 11px;
  font-style: italic;
  border-top: 1px solid #346d6d;
  min-width: 800px;
  white-space: nowrap;
  width: 100%;
  clear: both;
}

h2 {
  font-size: large;
  text-align: center;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  min-width: 800px;
}
