
h1 {
  font-size: 20px;
  padding: 10px;
}

h2 {
  font-size: 16px;
}

body {
  background-color: white;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 560px;
}

div.document {
  background-color: white;
  color: black;
  min-height: 458px;
  border: 0px solid white;
  width: 800px;
  position: relative;
  left: -4px;
  top: -4px;
  background: url(tail.png) no-repeat 18px 100%;
  padding-bottom: 15px;
}

div.shadow {
  background-color: white;
  min-height: 460px;
  width: 802px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

th[scope="row"] { text-align: right; }
th[scope="col"] { text-align: center; }
th {
  font-size: 12px;
  font-weight: bold;
}

td {
  font-size: 10px;
}

div.title {
  background: url(title.png) no-repeat;
  height: 84px;
}

div.title h1 {
  float: left;
  height: 84px;
  width: 800px;
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
}

div.title h1 a {
  display: block;
  width: 800px;
  height: 84px;
  border-left: 0px solid white;
  text-decoration: none;
}

div.box {
  border-left: 2px solid #2e4f8d;
  border-right: 2px solid #2e4f8d;
  width: 720px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0px 20px;
}

div.rightside {
  float: right;
  margin: 10px 10px 0px 10px;
  width: 344px;
}

img {
  border: 2px solid #808080;
  width: 340px;
  height: 242px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

div.quote {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

div.quote em {
  font-weight: normal;
}

p, h2, li {
  font-family: Verdana, Lucida, sans-serif;
  text-align: center;
  color: #11223d;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 14px;
}

h2 {
  font-weight: bold;
  font-size: 20px;
}

li {
  text-align: left;
}

ul {
  padding-top: 2px;
}

div.text {
  min-height: 300px;
  margin-bottom: 30px;
}

div.links {
  color: #351f0a;
  padding: 0px;
  height: 22px;
  line-height: 0px;
  text-align:center;
}

div.links ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

div.links li {
  font-family: Verdana, Lucida, sans-serif;
  font-weight: bold;
  /*float: left;*/
  display: inline;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  margin: -1px 5px 0 5px;
  padding: 0px 5px 0 5px;
}

div.links a {
  color: #11223d;
  text-decoration: none;
}

div.links a:hover {
  color: #233758;
  text-decoration: underline;
}

h6 {
  font-weight: normal;
  font-size: 11px;
  color: #666;
}
