/*newsTypeTitle includes Current News, Archive and Categories titles*/
.newsTypeTitle {
    font: 16px arial;
	height:30;
	text-align:left;
}

/*newsArticle is div that surrounds article including title, date, content*/
.newsArticle {
	background-color:#FFFFFF;
}

.newsArticleTitle {
    font: 12px arial;
	height:30;
	text-align:left;
	padding-top:10;
}
.newsArticleDate {
    font: 10px arial;
	text-align:left;
}

.newsArticleContent {
	font: 12px arial;
	text-align:left;
	padding-top:5;
	padding-bottom:10;
	border-bottom:solid 1px;
}

.moreLink {
	font: 12px arial;
}

/*categoriesLink is 'Categories' link*/ 
.categoriesLink {
	font: 16px arial;
	padding-top: 20;
	text-align:right;
}
/*archiveLink is 'Archive' link*/
.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;
}

/*----- STYLES TO BE USED FOR NEWS AND JOBS -----*/
.JobsCategory-sectionTitle, .jobsCategories-controlTitle, .divNews-sectionTitle, .EventsPage-sectionTitle, .newsCategories-sectionTitle, .divNewsCategory-sectionTitle, .newsArchives-sectionTitle, .NewsArchive-sectionTitle  {color:#deaa23;font-size:20px; margin:0px; padding:0; margin-bottom: 15px; line-height:20px;}
.jobsCategories-categoryTitle, .categoriesLink, .archiveLink, .currentNewsLink, .newsCategories-category, .newsArchives-link  {padding-left:25px;}
.JobsCategory-job, .NewsArchive-article, .divNewsCategory-article, .divNews-article, .EventsPage-singleEvent {padding-bottom:20px;}
.JobsCategory-postDate, .NewsArchive-date, .divNewsCategory-date, .divNews-date, .EventsPage-date {padding-bottom:5px; color: #81b1ce;font-style:italic;}
.divNews-title a, .EventsPage-title a {font-size:1.2em; font-weight: bold; color: #b0b479; text-decoration:none}
.divNews-title a:hover, , .EventsPage-title a:hover{text-decoration:underline;}
.NewsArchive-article a{font-size:1em; font-weight: bold; color: #000000; text-decoration:none}
.NewsArchive-article a:hover {text-decoration:underline;}
.NewsArchive-title a{font-size:1.2em; font-weight: bold; color: #000000; text-decoration:none};
.NewsArchive-title a:hover {text-decoration:underline;}
.newsArchives-link a{color: #000000; text-decoration: none;}
.newsArchives-link a:hover{ text-decoration: underline;}
.divNewsCategory-content a {color: #000000; text-decoration: none; font-weight: bold;}
.divNewsCategory-content a:hover { text-decoration: underline;}
.divNewsCategory-title a {font-size:1.2em; font-weight: bold; color: #000000; text-decoration:none}
.divNewsCategory-title a:hover {text-decoration:underline}
.categoriesLink a {font-size:1.0em; font-weight: bold; color: #000000; text-decoration:none; line-height: 24px;}

.archiveLink a {font-size:1.0em; font-weight: bold; color: #000000; text-decoration:none; line-height: 24px;}

.currentNewsLink a {font-size:1.0em; font-weight: bold; color: #000000; text-decoration:none; line-height: 24px;}

.categoriesLink a:HOVER {text-decoration:underline}

.archiveLink a:HOVER {text-decoration:underline}
 
.currentNewsLink a:HOVER {text-decoration:underline}

.newsCategories-category  a {font-size:1.0em; color: #000000; text-decoration:none; line-height: 24px;}
.newsCategories-category  a:HOVER {text-decoration:underline;}

.JobsCategory-title a:link {font-size: 1.2em; font-weight:bold}
.JobsCategory-title a:active {font-size: 1.2em; font-weight:bold}
.JobsCategory-title a:VISITED{font-size: 1.2em; font-weight:bold}
.JobsCategory-title a:HOVER{font-size: 1.2em; font-weight:bold}
.JobsCategory-additionalData {font-size: .95em; font-weight:bold}
/* .JobsCategory-preview, .divNewsCategory-content, .NewsArchive-content {padding-left:25px; border-top:thin dashed #EEEEEE; border-bottom:thin dashed #EEEEEE} */