.bodytext {
  position: absolute;
  left: 10px;
  right: 210px;
  top: 160px;
  text-align: left;
  font-family: "Garamond", "Browallia New", "Tahoma", "Arial", "Sans-Serif";
  font-size: 14pt;
  line-height: 20pt;
}

.headertext {
  font-family: "Garamond", "Browallia New", "Tahoma", "Arial", "Sans-Serif"; 
  text-align: left;
  font-size: 20pt;
}

.logo {
  position: absolute;
  left: 15px;
  top: 5px;
  height: 116px;
}

.logotext {
  background-image:url("images/frctextblk.png");
  position: absolute;
  left: 110px; 
  top: 15px;
  height: 100px;
  width: 144px;
}

.navbar {
  position:absolute;
  right:0px;
  top:150px;
}

.navbar span {
  height: 40px;
  background: #FFFFFF;
}

.navbar span:hover {
  background: #BBBBBB;
  font-style: italic;
}

.navbar a {
  text-align: center;
  font-size: 24pt;
  font-family: "Browallia New", "Tahoma", "Arial", "Sans-Serif";
  font-variant: small-caps;
  text-decoration: none;
  color: #000000;
  width: 200px;
  height: 40px;
  display: block; 
}

.stylemenu span {
  font-family: "Garamond", "Browallia New", "Tahoma", "Arial", "Sans-Serif";
  text-align: center;
  position:absolute;
  bottom:0px;
  right:0px;
  width:150px;
  height:22px;
  background: #FFFFFF;
  border: 1px solid black;
}

.stylemenu span#submenu {
  display:none;
}

#menu:hover {
  background: #FFFFFF
}

#menu:hover span {
  display:block;
  position: absolute;
  height: 115px;
  width: 200px;
  bottom: 3px;
  right: -1px;
  background: none;
  line-height:17pt;
  border: none;
}

.stylemenu a {
  vertical-align: middle;
  width: 150px;
  height: 22px;
  display:block;
  border: 1px solid black;
  background: #CCCCCC;
  position:absolute;
  right: 0px;
  text-decoration: none;
  color: #000;
}

.stylemenu a:hover {
  background: #888888;
}
