div#news {
position: absolute;
   text-align: center;
	 font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-left:440px;
	margin-top:20px;
	 z-index: 12;
}
	
div#news a.news {
  position:relative;
  text-decoration: none; 
  font-weight: bold;
  color: Black;
	
}
a:hover.news {
  text-decoration: none;
  background: none;
  color: green;
}
a.news span.pophaut, a:link.news span.pophaut 
{display: block;
  position: absolute; 
  top:-52.5em;
  left:-30.5em; 
	background-image: none; 
	clear: both; }
a:hover.news span.pophaut {
  display: block;
  position: absolute;
  float:left;
   top:1.8em;
  left:-18em;
  z-index: 20;
  background: White;
  color: Black;
  border: 3px solid Green;
  width:560px;
  /*height:260px;*/
   min-height: 260px;
  text-align:center;
  font-weight:normal;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 5px 0px 0px;
  vertical-align: top;
    }
  
  
  .popup {
  	float:left;
	text-align:left; 
	font-size:14px; 
	padding:10px; 
	vertical-align:top;
	color:Black;
	width:360px;
	min-height: 260px;
	
			}
		
