/* CSS Document */

#menu a, #menu a:visited {
  font-family: "Trebuchet MS";
  font-size: 14px; 
  font-style: italic;
  font-weight: bold;
  position:relative;
  text-decoration:none; 
  text-align:left; 
  background-color:#006666; 
  color:#fff; 
  display:block; 
  width:101px; 
  border-color:#006666;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }

.pageheading { font-family: "Trebuchet MS"; font-size: 16px; font-weight: bold; font-style: italic; color: #FFFFFF; }

.bodymenu { font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; font-style: italic; color: #FFFFFF; }

.bodytext {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;}
	
.pageend {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;}
	
.bodybox{  font-family: "Trebuchet MS"; font-size: 14px; color: #FFFFFF; width: 6px; border: 1px #006666 solid; 
padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px;}




