body {
  background-color: white;
  color: #333333;
  font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size: 9pt;
  font-style: normal; 
  padding: 0;
  margin: 0;
  text-align: left;
}

/* main page contents divs */
#content {
  position: absolute;
  top: 85px;
  left: 20%;
  width: 80%;
  z-index: 1;
  border-top: 1px solid black;
  color: black;
  background-color: white;
}

#leadin {
}

#leadin h1 {
  color: white;
  margin-top: 0;
  font-size: 10pt;
  padding-left: 1em;
  vertical-align: middle;
  background-color: #78AF7E;
  border-top: 0.3em solid #78AF7E;
  border-bottom: 0.3em solid #78AF7E;
}

#leadin p {
  text-align: center;
  font-size: 9pt;
}
  
.abstract {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10pt;
}

/* the small text for price lists, etc */
#smallbody {
  font-size: 8pt;
}

#smallbody p, #smallbody P {
  font-size: 8pt;
  padding-left: 1em;
  padding-right: 1em;
  font-style: normal; 
  color: #333333;
}

/* Image placement stuff */
.imgLeft {
  float: left;
  padding: 10px;
}

.imgRight {
  float: right;
  padding: 10px;
}

.imgCenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* Header bar code */
#logo {  
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  height: 85px;
  background-color: transparent;
}

#logo img {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
}

#header {  
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 20%;
  width: 80%;
  height: 85px;
  background-color: transparent;
}

#header img {
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
}

/* Left hand side menu system */
#menubar {
  z-index: 2;
  position: absolute;
  top: 85px;
  left: 0px;
  width: 20%;
  /*min-width: 140px;  -- Doesn't work all browsers */
  color: #036;
  background-color: #E8E8D0;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 1.5em;
  font-size: 9pt;
}

.menuitem {
  margin-bottom: 2em
}

.menuitem h1 {
  color: white;
  margin-top: 0;
  font-size: 10pt;
  padding-left: 1em;
  vertical-align: middle;
  background-color: #78AF7E;
  border-top: 0.3em solid #78AF7E;
  border-bottom: 0.3em solid #78AF7E;
}

.menuitem a {
  display: block;
  padding-left: 2em;
  padding-right: 10px;
}

.advert {
  padding-left: 2em;
}

.menuitem a:link {
  text-decoration : none;
  color : #263090;
}

.menuitem a:visited  {
  text-decoration : none;
  color : #263090;
}

.menuitem a:active {
  text-decoration : none;
  color : #263090;
}

.menuitem a:hover {
  background-color: green;
  color: #333399;
}


