/*newsTypeTitle includes Current News, Archive and Categories titles*/
.NewsPageNews-sectionTitle,
.newsArchive-sectionTitle,
.newsArchives-sectionTitle,
.EventsPage-sectionTitle{
	margin-top:20px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00599d;
}

/*newsArticle is div that surrounds article including title, date, content*/
.NewsPageNews-article,
.newsArchive-article,
.EventsPage-singleEvent{
	float:left;
	margin-bottom: 15px;
	font-size: 12px;
	}

.NewsPageNews-thumbnailImage,
.newsArchive-thumbnailImage,
.EventsPage-thumbnailImage{
	float:left;
	width:54px;
	margin-top: 5px; 
	margin-right: 20px; 
	}
	
.NewsPageNews-title,
.newsArchive-title,
.EventsPage-title {
	float:left;
	width:590px; 
	font-size: 12px;
}

.previewTitle,
.newsArchive-title{
	color: #00599d;
	line-height:25px;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration:none;
}

.NewsPageNews-date,
.newsArchive-date,
.EventsPage-date{
	color:#333333;
	line-height:18px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:590px;
}


/*categoriesLink is 'Categories' link*/ 
.categoriesLink {
	font: 16px arial;
	padding-top: 20;
	text-align:right;
}

/*archiveLink is 'Archive' link*/
.newsArchives-link {
	color: #00599d;
	line-height:25px;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration:none;
}

.archiveLink {
	font: 16px arial;
	padding-top: 20;
	text-align:right;
}
/*currentNewsLink is 'Current News' link*/
.currentNewsLink {
	font: 16px arial;
	padding-top: 20;
	text-align:right;
}