.home-page h1
{
	font-size: 26px;
	margin: 0 0 15px 0;
}

.home-page h3.subtitle
{
	font-size: 15px;
	margin: 15px 0 15px 0;
	color: #696969;
	
}

.home-page #body-content
{
	width: 699px;
	float: left;
	border-right:1px solid #E3E3E3;
	padding: 0 10px 0 0;
	
}

.homepage-panels
{
	height: 295px;
}

.homepage-text
{
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #e8e8e8;
}

/* Apply extra width to right panel for news items */
#content-side-panel {
	float:left;
	padding-left:12px;
	position:relative;
	width:213px;
	}
	
						/*
				-------------------------------------------------------------- 
				NEWS ITEMS 
				-------------------------------------------------------------- 
				*/	
.homepage-text #newsitem
{
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #e8e8e8;
}

				
.homepage-text #newsitem p.date
{
	padding	: 20px 0 0px 0; 
}
.homepage-text #newsitem p.title
{
	font-size: 26px;
	font-weight:bold;
	line-height:19px;
}
.homepage-text #newsitem p.news-text
{

	padding: 0px 0px 10px 0px;
}
.homepage-text #newsitem img
{
	float: right;
	margin: 0 10px 0px 15px;
	border: 1px solid #e8e8e8;
}

#content-side-panel .additional-menu {
	border-top: none;
	padding-top:3px;
	}
