﻿.mainContentPanel
{
	margin-top: 2px;
	padding: 0 0;
}
.contentPanel #mainContent
{
	width: 853px;
	height: 279px;
	background: #ecedef url(../images/ajax_loader3.gif) no-repeat center center;
	clear: both;
}
#news
{
	float: left;
	padding: 15px;
}
#news h2
{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;	
	margin-bottom: 13px;
}
#news .newsItem
{
	width: 295px;
	float: left;
	margin-right: 20px;
	color: #646569;
}
#news .eventsItem
{
	margin-right: 0;
}
#news .newsItem div
{
	border: none;
	border-top: solid 1px Red;
	border-bottom: solid 1px Red;
	padding: 5px 0 20px 0;
	font-size: 0.9em;
	height: 57px;
	overflow-y: hidden;
}
#news .newsItem div a
{
	text-decoration: none;
	color: #646569;
}
#news .newsItem div a:hover
{
	color: Black;
}
#news .newsItem div a a
{
	text-decoration: underline;
}
#footer
{
	border-bottom: none;
}
.slideshow
{
	float: right;
	margin: 20px 15px 0 0;
	background: White;
	text-align: center;
}