a {
  color: #182478;
}
a:hover {
  color: red;
}
p,
body,
td {
  font: normal 10pt "Verdana";
}
h3 {
  font: bold 20pt "Arial";
  color: maroon;
}
h4 {
  font: bold 16pt "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";
}
.Body {
  position: absolute;
  top: 120px;
  left: 200px;
  width: 400px;
  background: #faebd7;
  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: 540px;
  left: 0px;
  background: #ffffc3;
  width: 158px;
  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;
}
.Slogan {
  position: absolute;
  top: 102px;
  left: 0px;
}
#page-wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
