@media screen {
	/* styling for channel and features pages and regions */
	#channelNewsBlock,
	#regionsBlock {
		margin:25px 0;
		}
	#channelNewsBlock .module,
	#regionsBlock .module {
		border:none;
		padding:0;
	}
	#channelNewsBlock .module .moduleContent,
	#regionsBlock .module .moduleContent {
		padding:0;
	}
	#channel #firstColumn .module,
	#channel #secondColumn .module,
	#channel .firstColumn .module,
	#channel .secondColumn .module {
		border:1px solid #C0C0C0;
		padding:10px;
	}
	#channel #firstColumn .moduleContent,
	#channel #secondColumn .moduleContent,
	#channel .firstColumn .moduleContent,
	#channel .secondColumn .moduleContent {
		padding:0;
	}
	#channel .header {
		border-bottom:3px solid #000000;
		margin-bottom:15px;
	}
	#channel #firstColumn .header,
	#channel #secondColumn .header,
	#channel .firstColumn .header,
	#channel .secondColumn .header {
		margin-bottom:10px;
	}
	#maincol #regionsBlock .header {
		margin:0 0 10px 0;
	}
	#channel #firstColumn ul li,
	#regions ul li.headline {
		background: url(/_hbi_ui/_NWO/_images/bkg/bkgLists.gif) no-repeat 0 5px;
		padding-left:12px;
		margin-bottom:3px;
		font-weight:700;
	}
	#channel #firstColumn ul li {
		margin-bottom:10px;
	}
	#otherNews ul li {
		background:none;
		padding-left:0px;
		margin-bottom:5px;
	}
	#firstColumn ul li.last {
		margin-bottom:20px;
	}
	#channelEvents h3,
	#eventListing h3,
	#eventDetail h3 {
		font-size:1.2em;
		margin-bottom:10px;
	}
	#channelEvents h3 {
		margin-top:15px;
	}
	#channelEvents dt,
	#eventListing dt,
	#eventDetail dt {
		background:none;
		float:left;
		margin-right:6px;
		padding:0;
	}
	#channelEvents dd,
	#eventListing dd,
	#eventDetail dd {
		margin-bottom:6px;
	}
	#channelEvents dd.last,
	#eventListing dd.last {
		margin-bottom:15px;
	}
	#channel .button {
		width:100%;
	}
	#channel #moreNewsButton  {
		width:auto;
		margin-bottom:20px;
	}
	.hasSponsor {
	}
		.hasSponsor #pageTitle {
			position: relative;
			margin: 10px 0 0 0;
		}
		.hasSponsor #sectionTitle a.rss {
			float: left;
			margin: 10px 0 0 14px;
		}
	#features {
		
	}
		#features #sectionTitle {
			margin: 0 0 10px 0;
		}
		#features .sponsor {
			position: relative;
			margin: 4px 8px 0 0;
			width: auto;
			border:1px solid #ED1651;
			margin-top:-40px;
			float:right;
			display:inline;
		}
		
		#features .sponsor #articleSponsor{
			border:1px solid #fff;
			padding: 5px;
		}
		
		#features .sponsor p{
			float:none;
			color:#fff;
			margin-left:10px;
		}
		
			#features .sponsor a img {
				float:left;
				display:block;
			}
		
		p.introWithSponsor{
			width:440px;
			float:left;
		}
		
		#features p.intro,
		#features div.intro p {
			font-size: 1.4em;
		}
		
		#features #subPageHeader{
			margin-bottom:10px;
		}
		
	#topFeatures {
		margin-bottom: 20px;
	}
	
	#topFeatures #secondColumn{
		margin-top:32px; /*As the first col has the title*/
	}
	
	/* Events module */
	.events {
	} 
		#content .events ul {
			margin-bottom: 10px;
		}
		#content .events li {
			font-size:1.1em;
			font-weight:normal;
			margin:3px 0 5px;
			background:none;
			padding:0;
		}
	
	
	/* Big Issues */
	#otherHotTopics li a{
		font-weight:700;
	}
	
	#otherHotTopics .module{
		background: url(/_images/bkg/bkgLatestTopics.gif) bottom left no-repeat;
		padding-bottom:65px;
	}
}