/*	content	*/
#content{
	background-color: #eaeaea;
	background-image: url(../img/bg_content.gif) ; /* background: #F7F7F7; */
	background-repeat: repeat-y;
	color:#333;
}
.content2{	
	background-image: url(../img/bg_content_top.gif) ; /* background-image: url(img/bg_content_top2.gif) ;*/
	background-repeat: repeat-x;
	padding:20px 0px 30px 259px; /*padding-left: 20px;*/
}
#content.alone{
	background-color: #F7F7F7;
	background-image:none;
	color:#333;
}
.alone2{	
	background-image: url(../img/bg_content_top2.gif) ;
	background-repeat: repeat-x;
	padding:20px 0px 30px 0px;
}
/*	news	*/
#news{
	float: left;
	width:259px;
	padding:20px 0px 30px 0px;
	color:#333;
	background-color: #DFE2E9; /*  */
	
}
#news h3{
	color: #333366; 
	font-size: 7pt; 
	background-color: #ffffff;
	background-image: url(../img/h3.gif) ;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 35px 3px 0;
	text-align: right;
}
#news h4{
	margin:12px 15px 0 15px; 
	font-size: 7pt;
  text-transform:uppercase;
	line-height:145%;
 }
#news p{
	margin:0px 15px 12px 15px; 
	font-size: 7pt;
	padding-bottom:12px; 
	border-bottom:1px solid #999;
	line-height:145%;
 }
#news ul{margin:0 0 10px 0;}
#news li{margin:2px 15px; font-size: 7pt;  }
#news .menu {
	_po\sition: absolute;
	left:0;
	margin:0;
	padding:0;
	list-style-type:none;
}
#news .menu li{
	margin:0 0 1px 0; 
	padding:0;
	background-color: #ffffff; 
	background-image: url(../img/menu_on.gif) ;
	background-position: 10px 10px;
}
#news .menu a{
	display:block;
	width:259px;
	margin:0;
	padding:0;
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #F7F7F7; 
	background-image: url(../img/menu_off.gif) ;
	background-position: 10px 10px;
	background-repeat: no-repeat;

}
#news .menu a strong{ 	
	display:block;
	padding:6px 25px; 
}

#news .menu a:hover{background:none;   }