h1 {
  color: #000000;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: Verdana;
}

.menuStyle {
  background-color: #6666FF;
}

.siteheader {
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 2em;
  text-align: center;
  font-family: Verdana;
}

.sitefooter {
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 0.5em;
  text-align: right;
  font-family: Verdana;
}

#content {
  background-color: #ffffff;
  border-color: #FFFFFF;
  border-width: 0px;
  border-style: none;
  padding: 5px;
  font-size: 13px;
  font-family: Verdana;
}

#leftcontent {
  background-color: #FFFFFF;
  width: 100px;
  border-width: 0px;
  border-style: none;
  padding: 0px;
  font-size: 12px;
}

#rightcontent {
  background-color: #ffffff;
  border-width: 0px;
  border-style: none;
  padding: 0px;
  font-size: 12px;
}

#contentspacer {
  background-color: #FFFFFF;
}

.menuheader-level1 {
  background-color: #6666FF;
  color: #ffffff;
}

.menuheader-level1-act {
  text-decoration: none;
  background-color: #6666FF;
  color: #ffffff;
}

.menuheader-level1-no {
  text-decoration: none;
  background-color: #6666FF;
  color: #ffffff;
}

.menuheader-level1-no:hover {
  background-color: #FFFFFF;
  color: #6666FF;
}

.menu1-level1 {
  color: #ffffff;
  font-size: 1em;  
  text-decoration: none;
}

.menu1-level1:hover {
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 1em;  
  text-decoration: none;
}

.menu1-level1-act {
  color: #000000;
  font-weight: bold;
  font-size: 1em;  
  text-decoration: none;
}

.menu1-level1-act:hover {
  font-weight: bold;
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 1em;  
  text-decoration: none;
}
.menu1-level2-no {
  color: #000000;
  font-size: 0.7em;  
  text-decoration: none;
}

.menu1-level2-no:hover {
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 0.7em;  
  text-decoration: none;
}

.menu1-level2-act {
  color: #000000;
  font-weight: bold;
  font-size: 0.7em;  
  text-decoration: none;
}

.menu1-level2-act:hover {
  font-weight: bold;
  background-color: #6666FF;
  color: #FFFFFF;
  font-size: 0.7em;  
  text-decoration: none;
}
