  div.top {
    position:absolute;
    left: 220px;
    width: 700px;
	 border: dotted 0px orange;
	 margin-top: 30px; }
	 
	b {color: #CCAC3F;font-size:13px; }
	h4 {letter-spacing: 1px;color: goldenrod; font-size:12px; font-family: verdana;}
	h3 {letter-spacing: 1px;color: goldenrod; font-size:14px; font-family: verdana;}
	p { text-indent: 0px; color: black; font-size:12px; font-family: verdana;}
		
	div.leftcontent {
    	position:absolute;
    	top:0px;
    	left:80px;}

   div.text {  
      z-index: -1;
 		position:absolute;
      left: 220px;
   	width: 600px;
   	top:140px;	
   	padding-left:40px;
   	padding-right:60px;
   	margin-bottom:40px;
   	 border: dotted 0px orange;
   	  font-size:12px; font-family: verdana;
   	}
   	  span.footer { 
        width: 500px; 
   	  padding: 5px;
   	  font: 9px arial;
   	  color: goldenrod; 
   	  text-align: right;
   	  border-top: dotted 1px khaki;
   	   background: white;
   	   
   	  }
   	   span.footerindex { 
        position: absolute;
        width:600px;
        bottom: 0px;
        left:50px;	
        top: 500px;
   	  padding: 5px;
   	  font: 9px verdana;
   	  color: goldenrod; 
   	  text-align: right;
   	  border-top: dotted 1px khaki;
   	   background: white;
   	   
   	  }
		table {
		 font-size:13px; font-family: verdana;
		 }
		 td {
		 border: 0px solid orange; 
		 padding-left:20px;}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	}

img {border: 0px}
A:link {text-decoration: none;color: goldenrod; }
A:visited {text-decoration: none;color: goldenrod; } 
A:active {text-decoration: none;color: goldenrod; }