@charset "utf-8";





.news_pageNav {
	width:660px;
	height:15px;
	margin-bottom:10px;
	background:url(/images/news/news_back_next_current.gif) 0 0 no-repeat;
}
	
	.news_pageNav .prev {
	width:50px;
	float:left;
	}
	
	.news_pageNav .next {
	width:50px;
	float:right;
	}

#content .list li {
	margin-bottom:10px;
	padding-bottom:10px;
	display:block;
	background:url(/images/common_dottedBorder.gif) 0 bottom repeat-x;
}
	
	#content .list span {
		width:70px;
		display:block;
		float:left;
	}
	
	#content .list h2 {
		margin-left:75px;
	}
	#content .list h2 img {
		margin-left: 5px;
		vertical-align: middle;
	}

	#content .preview {
		margin-top:10px;
		position:relative;
	}
		
		#content .preview img {
			float:left;
			margin:0 1em 0 0;
		}
		
		#content .preview .continuesLink {
			position:absolute;
			bottom:0px;
			right:0px;
		}
	

.news_entry {
	width:100%
}

.news_title {
	margin-bottom:10px;
	padding-bottom:10px;
	display:block;
	background:url(/images/common_dottedBorder.gif) 0 bottom repeat-x;
}
	
	.news_title span {
		width:70px;
		display:block;
		float:left;
	}
	
	.news_title h2 {
		margin-left:75px;
	}
	.news_title h2 img {
		margin-left: 5px;
		vertical-align: middle;
	}

.news_content {
	margin-top:10px;
}
	
	.news_content p {
		margin-bottom:1.5em;
		line-height:1.6em;
	}
	
	.news_content img {
		/* width:190px; */
		margin:0 10px 10px 0;
		float:left;
	}
