h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

div.event {
	margin-bottom: 50px;
}

div.event dl,
div.news dl {
	margin-bottom:5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}

div.event dl dt,
div.news dl dt {
	padding-left: 0px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

div.event dl dd,
div.news dl dd {
	padding-bottom: 5px;
	line-height: 150%;
	
}

