
BODY {
  background-position: center 5px;
  font-size: 80%;
  background-image: url(lunanlogo.gif);
  padding-top: 75px;
  background-repeat: no-repeat;
  font-family: "Verdana Ref", Arial, sans-serif;
  background-color: #6666cc;
  text-align: center;
}

TABLE {
  font-size: 100%;
  font-family: "Verdana Ref", Arial, sans-serif;
}

DIV.mainbody {
  padding-right: 5px;
  border-top: 1px inset;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 98%;
  padding-top: 5px;
  background-color: #d8d8f2;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  border-right: 1px inset;
  border-bottom: 1px inset;
  border-left: 1px inset;
}

DIV.mainbodyold P, DIV.mainbodyold TABLE {
  text-align: justify;
}

DIV.mainbody H1, DIV.mainbody H2, DIV.mainbody H3, DIV.mainbody P {
   margin: 0.4em;
   padding: 0;
}

DIV.mainbody H1 {
   margin-top: 0.8em;
}

DIV.mainbody H2 {
   margin-top: 0.6em;
}

DIV.mainbody H3 {
    margin-top: 0.4em;
}





DIV.testimonial {
  background-color: white;
  border-top: thin outset;
  width: 50%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 150%;
  position: relative;
  text-align: center;
  background-image: url(paper.jpg);
  border-right: thin outset;
  border-bottom: thin outset;
  border-left: thin outset;
}

.testimonial .quote {
  font-style: italic;
  font-family: "Comic sans MS", "Comic Sans";
  text-align: center;
}

.testimonial .author {
  font-size: 75%;
  float: left;
}

.testimonial .where {
  font-size: 75%;
  float: right;
}

.testimonial P {
  font-size: 50%;
  font-style: italic;
  white-space: nowrap;
  clear: both;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}




.menu {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 2em;
  line-height: 120%;
  padding-top: 3px;
  position: relative;
}

.menu A {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bolder;
  font-size: 120%;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  line-height: 170%;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #6666cc;
  border: 1px solid;
  white-space: nowrap;
  border-left-color: #D0D0FF;
  border-top-color: #D0D0FF;
  border-right-color: #000080;
  border-bottom-color: #000080;
}


.menu A.active {
  border-right-color: #D0D0FF;
  border-bottom-color: #D0D0FF;
  border-left-color: #000080;
  border-top-color: #000080;
  cursor: default;
}

.menu A:hover {
  background-color: #b2b2e5;
}

.menu ul {
  margin: 0px;
  padding: 2px;
  white-space: nowrap;
}

.menu li {
  display: inline;
}

.menu li ul {
  display:none;
}

.menu li.active ul {
  display: block;
  position: absolute;
  left: -25%; width: 100%; /* Nasty hack for IE - does't work very well, but better than nothing */
  margin-left: auto:
  margin-right: auto;
  top:2.5em;
}

.menu li.active>ul { -- firefox hack;
  left:0;
  right:0;
  width=100%;

}

.menu li li A{
  font-weight:lighter;
  font-size:100%;
}


