@CHARSET "UTF-8";

#head_img{
 /*position: relative ;*/
 position:absolute; 
 
 top:45px;  
 height: 192px;
 width:993px;    
 background-image: url("/img/head_img_2.jpg"); 
 background-repeat: none;
}

#content{
 position: absolute;
 top:192px;   
 /* height:690px; */
 width: 993px;
 background-image: url("/img/body_head.png");
 background-repeat: no-repeat;
 background-position: top; 
 z-index:2; 

}

#cbody{
 position: relative;
 top:89px; 
 background-color: #ffffff; 
 min-height: 290px;
 overflow:hidden;
 height:expression(this.scrollHeight < 290? "290px" : "auto");
 margin: 0;
 padding:0;  
 width:993px;
 z-index:2;  
}


#pagelist{
 text-align: right;
 font-size:12px;
 color: #003366 ; 
  
}

#pagelist a{
 padding-left: 3px;
 padding-right: 3px;  
 text-decoration: underline;
 color: #003366 ;
}

 #pagelist a:VISITED{
  color: #003366 ;  
 }
 #pagelist a:HOVER{
  color:#359FCD;	
 } 
 .cpanel{
  position: relative;
 /* top:-5px;*/
  text-align: right;   
 }  
 .blankrow{
  height: 20px; 
 }
 