/* Generated by KompoZer */
.PageHeader {
  font-family: Verdana;
  line-height: 75px;
  color: navy;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  text-align: left;
  height: 75px;
  font-size: 30pt;
  border: 1px dashed red;
}
h3 {
  font-family: Comic Sans MS;
  font-size: 15pt;
  text-decoration: blink;
  color: black;
}
.Menu {
  width: 200px;
  position: absolute;
  text-align: center;
  background-image: url(../btns/SIG_bg.jpg);
  background-repeat: repeat-y;
  border: 3px dashed green;
}
.Content {
  font-family: Verdana;
  font-size: 10pt;
  margin-left: 210px;
  text-align: justify;
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid white;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.SubHead {
  text-align: right;
  height: 40px;
  font-family: Verdana;
  font-size: 20pt;
  border: 2px dotted blue;
}

