﻿#ContentWrapper {
	line-height: 1.4em;
}

#LeftContent {
	float: left;
	width: 41%;
	margin: 0;
	padding: 0 0 0 0;	 	
}

#RightContent {
	float: left;
	width: 56%;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;	 
}

.NewsSelectionTitle {
	color: #6B80B7;
	font-size: 1.2em;
	font-weight:900;
	margin-bottom: 5px;
}

.DateDDLYear {
	 width:100px;
}

.DateDDLMonth{
	 width:130px;
}

.NewsArticleTitle {
	color: #6B80B7;
	font-weight:900;
	font-size: 12px;
	text-decoration:underline;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right:0;
    padding: 0;
}

.NewsArticleTitle:hover {
	color:Blue;
	text-decoration: none;
}

.NewsArticleTeaser {
	margin: 0 0 20px 0;
    padding: 0;
}


