/* News output */

div.newsItem h1, 
div.newsItem h2, 
div.newsItem h3, 
div.newsItem p, 
div.newsItem a, 
div.newsItem em, 
div.newsItem strong,
div.newsItem b, 
div.newsItem i, 
div.newsItem ol, 
div.newsItem ul, 
div.newsItem li,
div.newsItem table, 
div.newsItem tr, 
div.newsItem th, 
div.newsItem td {
	margin:0px;
	padding:0px;  /* NOT IMG tag */
	}
	
div.newsItem {
/*
	border: 1px solid #CDCDCD;
	padding:10px;
*/
	margin-bottom:10px;
	border-bottom: 1px solid #CDCDCD;
	padding:0 0 10px 0;
	}
	
div.newsItem p {
	margin:1em 0;
	}

div.newsItem h2 {
	/* float:left; */
	}

p.newsCreated {
	/* float:right; */
	color:#666666;
	}
	
p.newsSummary {
	clear:both;
	margin:4px 0;
	font-weight:bold;
	color:#333333;
	}
	
p.newsText {

}

p.newsLink {}
p.newsLink a {}

p.newsCategory {
	font-size:70%;
	color:#999999;
	text-align:right;
}

p.newsCat {
	border: 1px solid #CDCDCD;
	background-color:#EDEDED;
	padding:3px;
	margin:0 0 8px 0;
	}
	
/* redeclare H1 */

h1 {
	padding:0px;
	margin:0 0 5px 0;
	}
	
#subsectinner {
/* height:0; */
}

div#banner {
	/*
	text-align:center;
	*/
	}
