/*** div.newsitem ***/

div.newsitem{
	margin:0 0 2em 0;
	padding:0 15px 23px 164px;
	border-bottom:1px solid #153776;
}

div.newsitem img{
	float:left;
	margin-left:-164px;
	margin-top:4px;
}

div.newsitem abbr, div.newsitem html\:abbr{
	font-weight:bold;
	color:#4A4A4A;
	font-size:9px;
	display:block;
	border:none;
	margin:0 0 .6em 0;
}

div.newsitem h3{
	font-size:20px;
	margin:0 0 .4em 0;
}

div.newsitem a.more{
	display:block;
	font-weight:bold;
	background:url(../img/newsmore2.gif) right -8px no-repeat;
	text-decoration:none;
	color:#153776;
	float:right;
	padding-right:23px;
	margin-right:-10px;
}

div.newsitem a.more:hover{
	background:url(../img/newsmore3.gif) right -8px no-repeat;
	color:#97B929;
}

/*** a.newsitem_summary ***/

a.newsitem_summary{
	display:block;
	text-decoration:none;
	color:#4B4B4B;
}

a.newsitem_summary abbr.dtstart, 
a.newsitem_summary html\:abbr.dtstart{
	font-size:9px;
	font-weight:bold;
	display:block;
	float:left;
	overflow:hidden;
	width:77px;
	padding:7px 0 0 0;
	cursor:pointer;
}

a.newsitem_summary:hover abbr.dtstart,
a.newsitem_summary:hover html\:abbr.dtstart{
	color:#97B929;
}

a.newsitem_summary span.entry-title{
	display:block;
	border-bottom:1px solid #CEE7F8;
	height:22px;
	padding:7px 0 0 0;
	margin-left:77px;
	cursor:pointer;
}

a.newsitem_summary:hover span.entry-title{
	border-bottom:1px solid #97B929;
	background:url(../img/newsmore3.gif) top right no-repeat;
	color:#97B929;
}

/** overrules **/

div#main h2{
	margin-bottom:.4em;
}
