/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/bgr.jpg) top left;
}

a{color:#228cde;}

img{ border:none;}

.main_field{
	background:#FFFFFF repeat-y;
	border:1px solid #e4e4e4;
	width:750px;
	margin:0px auto;
}

.banner{
	background:url(images/banner.jpg) top left no-repeat;
	height:99px;
}

.title{
	margin:5px;
	font-size:18px;
	font-style:italic;
}

.left{
	width:520px;
	float:left;
	padding:10px;
}

.right{
	width:200px;
	float:right;
	padding:5px;
}

.right hr{
	background:none;
	border:none;
	border-top:1px solid #999999;
	height:1px;
}
.bottom{
	clear:both;
	display:block;
	height:24px;
	width:100%;
	background:url(images/bottom.jpg) top left repeat-x;
}

/**********short news ********/
.news_box_short{
	margin-bottom:10px;
}
.syndication-item-header{
	font-size:12px;
	font-weight:bold;
}
.syndication-item-description{
	margin-top:5px;
	margin-bottom:5px;
}
.syndication-item-description-more{
	font-size:10px;
	float:right;
	display:block;
}
.news_box_short a{
	color:#228cde;
}
.syndication-item-footer{
	clear:both;
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
}
.news_box_short hr{
	background:none;
	border:none;
	border-top:1px solid #999999;
	height:1px;
}
/****** short short news ****/
.syndication-item-rest a{
	color:#228cde;
}
.syndication-item-rest-date{
	color:#666666;
	font-size:10px;
	text-decoration:none;	
}

.syndication-item-rest{
	margin-bottom:5px;
}

.title_link{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}

.title_link a{
	color:#228cde;
}

/****detailed news *****/


.news{}
.news_header{
	margin-bottom:20px;
}
.news_title{
	font-size:18px;
	font-style:italic;
	color:#228cde;
	margin-bottom:5px;
}
.news_date{
	color:#666666;
	font-size:10px;
	text-decoration:none;	

}
.news_author{
	color:#666666;
	font-size:10px;
	text-decoration:none;	

}
.news_content{}
.news_footer{
	border-top:1px solid #999999;
	margin-top:20px;
}
.news_category{
	color:#666666;
	font-size:10px;
	text-decoration:none;	
}
