/** SECTION: NEWS  **/  
	#content .newspost {
		padding-top: 10px;
		padding-right: 5px;
		margin-bottom: 1.5em;
		clear: both;
		background: #fff url('../images/designv2/newspost_bg.jpg') no-repeat scroll top left;
	}

		#content .newspost h2 {
			float: left;
			font-size: 146.5%;
			display: block;
			padding: 0; 
			padding-bottom: 0.4em;
			margin: 0;
			width: 435px; /* 445 */
			padding-left: 15px;
		}
		
			#content .newspost h2 a { text-decoration: none; color: #072453; }
			#content .newspost h2 a:hover { text-decoration: underline; }
			  
		#content .newspost .date {
			font-weight: normal;
			text-align: center;
			color: #000;
			background: url('../images/designv2/date_bg.png') no-repeat;

			margin-top: -5px;
			display: block; 
			float: left;
			width: 50px;
			height: 35px;
			padding: 20px 0 15px 0;
			margin-left: 5px;
		}
			#content .newspost .date span { display: block; font-size: 116%; }
			
		#content .newspost div { float: left; width: 422px; padding-left: 18px; padding-right: 10px; }
			
		#content .newspost a.readmore { 
			clear: both; 
			padding: 3px 10px; 
			margin-left: 68px; ; 
			background-color: #efeff8; 
			border: 1px solid #ccc;
			color: #004090;
			text-decoration: none;
		}
		#content .newspost a.readmore:hover { background-color: #e69e20; color: #fff;  }
		#content .newspost img.newsimg { margin-top: 0; }

	#content .ingress { font-weight: bold; }

	#content h1 { margin-bottom: 5px; }
	#content .artdate { display: block; font-size: 93%; color: #666; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
	.newsimg { 
		padding: 1px;
		border: 1px solid #5F84B7; 
		float: right; 
		margin: .5em 0 .5em .5em;
	}
