body {
  background-color: #f5f5eb;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #673F80;
}
p.compactPara {
  margin: 7px 0px 7px 0px;
}

.mainTable {
  width: 721px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #CCCCCC;
}
.headTable {
  width: 721px;
  height: 204px;
  background-color: #704294;
  background-image: url('../images/header.jpg');
}

.tabCellOn,
.tabCellOff {
  height: 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #F5E9FF;
  text-align: center;
  white-space: nowrap;
}
.tabCellOn a:link,
.tabCellOff a:link,
.tabCellOn a:visited,
.tabCellOff a:visited,
.tabCellOn a:active,
.tabCellOff a:active,
.tabCellOn a:hover {
  color: #F5E9FF;
  text-decoration: none;
}
.tabCellOff a:hover {
  color: #F5E9FF;
  text-decoration: underline;
}

.subMenuTable {
  display: none;
  height: 24px;
}
.subMenuCellOn,
.subMenuCellOff {
  height: 24px;
  font-family: Arial, sans-serif;
  font-size: smaller;
  font-weight: bold;
  color: #F7FFE8;
  text-align: center;
  white-space: nowrap;
}
.subMenuCellOn a:link,
.subMenuCellOn a:visited,
.subMenuCellOn a:active,
.subMenuCellOn a:hover {
  color: #673F80;
  text-decoration: none;
}
.subMenuCellOff a:link,
.subMenuCellOff a:visited,
.subMenuCellOff a:active {
  color: #F7FFE8;
  text-decoration: none;
}
.subMenuCellOff a:hover {
  color: #F7FFE8;
  text-decoration: underline;
}

#leftBarCell {
  width: 175px;
  background-image: url('../images/leftSwoosh.jpg');
  background-repeat: no-repeat;
  background-color: #EAE3EF;
  font-family: Arial, sans-serif;
  font-size: smaller;
  color: #673F80;
  vertical-align: top;
}
#leftBarDiv {
  padding: 5px;
}
#contentAreaCell {
  vertical-align: top;
}
#contentAreaDiv {
  position: relative;
  padding: 5px;
}

.greenBar {
  background-color: #ADCD6D;
  height: 5px;
}

.footMenu {
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: smaller;
  text-align: center;
}
.footMenu a:link,
.footMenu a:visited,
.footMenu a:active {
  text-decoration: none;
}
.footMenu a:hover {
  text-decoration: underline;
}

.popup {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 510px;
  background-color: #EAE3EF;
  border: 1px solid #704294;
  padding: 5px;
  color: #673F80;
}
.popupTable {
  width: 100%;
}
.popupHeader {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: larger;
}
.popupBody {
  padding: 5px 5px 5px 5px;
}
.popupFooter {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: smaller;
}
