body {
  height:100%;
  width:100%;
  margin:0;
  background-color: #A97D00;
  background-image: url('interface/bg2.gif'); 
  background-repeat: repeat-y;
}
div.header {
  position:absolute; 
  z-index:2; 
  top:0px; 
  left:0px;
  height:200px;
  width:100%;
  background-image: url('interface/head.jpg'); 
  background-repeat: no-repeat;
}
div.bg2 {
  position:absolute; 
  z-index:0; 
  top:0px; 
  left:0px; 
  background-color: #7C8300;
  background-image: url('interface/bg.gif'); 
  width: 100%; 
  height: 200px;
}
div.navBG {
  position:relative; 
  z-index:1; 
  top:200px; 
  left:0px; 
  background-color: rgb(255,255,255);
  background-image: url('interface/navbg.gif'); 
  width: 750px; 
  height: 26px;
}
div.topNav {
  position:relative; 
  z-index:2; 
  font-size: 2px;
  top:0px; 
  left:58px; 
  height: 25px;
}
div.headline {
  position:absolute; 
  z-index:2; 
  top:238px; 
  left:70px; 
}
div.navLeft {
  position:absolute; 
  z-index:3; 
  top:293px; 
  left:70px; 
  width: 133px;
  font-family: tahoma, arial, sans-serif;
  background-color: white;
  color: black;
  font-size: 10px;
  line-height: 2.2em;
  /*
  background-image: url("interface/vertline.gif");
  background-repeat: repeat-y;
  background-position: right;
  */
}
a {
  text-decoration: underline;
/*  border-bottom: double;
  border-bottom-width: 1px;*/
  font-weight: bold;
  font-style: italic;
}
a:link { color: rgb(153,144,12); }
a:visited { color: rgb(96,96,96); }
a:hover { color: black; }
a:active { color: rgb(245,179,0); }
a.left:visited { color: rgb(153,144,12); }
a.left:hover { color: black; }

/*
a.left:link { color: black; }
a.left:hover { color: rgb(153,144,12); }
a.left:active { color: rgb(245,179,0); }
*/

div.content {
  position:relative; 
  z-index:4; 
  width: 510px;
  top:298px; 
/*  left:210px;*/ 
  left:144px;
  color: black;
  background-color: white;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;

/*  line-height: 2.2em;*/
}

span.head {
  color: rgb(153,144,12);
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}