a {
  color: #182478;
}
a:hover {
  color:red;
}
td  {
  font:normal 12pt "Times Roman";
  color: #666666;
}
h3  {
  font:bold 14pt "Arial";
  color: maroon;
}
.TopBar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffc3;
  height: 102px;
  overflow: hidden;
}
.RightBar {
  position: absolute;
  top: 120px;
  left: 600px;
  background: #ffffc3;
  width: 300px;
  text-align:center;
  font:bold 12pt "Arial";
  z-index: 1;
}
.Body {
  position: absolute;
  top: 120px;
  left: 200px;
  width: 400px;
  background: #ffffc3;
  text-align:left;
  color:black;
  z-index: 1;
}
.BodyTitle {
  font:bold 16pt "Arial";
  color:black;
  z-index: 1;
}
a.BodyTitle:hover {
  color: red;
}
.LowerLeft {
  position: absolute;
  top: 595px;
  left: 0px;
  background: #ffffc3;
  width: 148px;
  text-align:center;
  font:bold 10pt "Arial";
  # border-style: inset;
  # border-width: 2px;
}
.CaptionBox {
  position: relative;
  text-align: center;
  vertical-align: top;
  font:normal 12pt "Times Roman";
}
.FeatureBox {
  position: relative;
  text-align: center;
  left: auto;
  border-color: #182458;
  border-width: 1px;
  border-style: solid;
  font:normal 12pt "Times Roman";
  width: 200px;
  color: maroon;
  background-color: #ffffc3;
}
.Banner  {
  position: absolute;
  top: 44px;
  left: 152px;
  background: #ffffc3;
  width: 420px;
  height: 50px;
  border: thick double #55bb88;
  z-index: 1;
}
