.SplitPanes {background: url(images/splitpane_bg.png) top center repeat-y;}
.LeftPane {
	float:left;
	width:235px;
	margin-top:10px;
	padding:10px 10px 0 10px;
}
.MiddlePane {
	float:left;
	width:235px;
	margin-top:10px;
	padding:10px 10px 0 10px;
}
.RightPane {
	float:left;
	width:235px;
	margin-top:10px;
	padding:10px 10px 0 10px;
}
.textHeader {
	text-align:left;
	padding-bottom:5px;
}
.latestNews {
	text-align:left;
}
.latestNews ul, .latestNews ul li {
	padding:0px;
}
#dnn_ctr568_ModuleContent, #dnn_ctr568_ContentPane, #dnn_ctr569_ModuleContent, #dnn_ctr569_ContentPane, #dnn_ctr570_ModuleContent, #dnn_ctr570_ContentPane {
	position:relative;
	height:100%;
}

.seeAll{
	text-align:right;
}
a.more {
	display:inline-block;
	padding-right:10px;
	line-height:18px;
	background:transparent url(/Images/Icons/arrow_right.png) center right no-repeat;
	color: #063b5b;
}

.eventItem, .newsItem {
	color: #656464;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dotted #cccccc;
}
.eventItem a, .newsItem a {
	color: #656464;
}
.eventItema:hover, .newsItem a:hover {
		color:#ab0101
}
.eventItem span {
	color:#ab0101
}


