.MenuLevel1Div {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #9DC3E1;
}
.MenuLevel2Div {
  width:100%;
  text-align:center;
  border-bottom: 1px solid #9DC3E1;
  position:absolute;
  background-color
}
.MenuLevel1Span {
  font-family:sans-serif;
  font-size:100%;
}
.MenuLevel2Span {
  font-family:sans-serif;
  font-size:100%;
}
.MenuLevel1A {
  text-decoration:none;
/*  color:black; */
}
.MenuLevel1A:hover {
  text-decoration:underline;
/*  color:black; */
}
.MenuLevel2A {
  text-decoration:none;
/*  color:black; */
}
.MenuLevel2A:hover {
  text-decoration:underline;
/*  color:black; */
}
.SiteTitleDiv {
  width:100%;
  text-align:center;
  border-bottom: 3px double #9DC3E1;
}
.SiteTitle {
  font-family:sans-serif;
  font-size:144%;
}

Body {
/*  background-color:#FFFFFF;*/
  background-color:#D0D0D0;
}
.SiteHeaderDiv {
  background-color: #BED8EC;
}

.BodyBox {
  border:1px solid #909090;
  background-image:URL(/images/bgtex.jpg);
}

.HeaderFont {
  font-size: 130%;
}
