


********** NEWS PAGE STYLING **********



.news {
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	width: 375px;
}
.newsimage {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	padding-right: 20px;
}
.newsheader {
	width: 375px;
	background-color: #F0F0F0;
	height: 23px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

.newsheadline {
	padding-top: 3px;
	padding-left: 10px;
	float: left;
}

.newsheadline a {
	text-decoration: underline;
}

.newsdate {
	color: #102154;
	padding-top: 3px;
	float: right;
	padding-right: 10px;
}

.newsdescription {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}




********** EVENTS PAGE STYLING **********



.events {
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	width: 375px;
}
.eventsheader {
	width: 375px;
	height: 23px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.eventsheadline {
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}

.eventsheadline a {
	text-decoration: underline;
}

.eventsdate {
	color: #102154;
	padding-top: 3px;
	float: right;
	padding-right: 10px;
}

.eventsdescription {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}



********** VACANCY PAGE STYLING **********



.vacancy {
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	width: 375px;
}
.vacancyheader {
	width: 375px;
	background-color: #F0F0F0;
	height: 23px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}

.vacancyheadline {
	padding-top: 3px;
	padding-left: 10px;
	float: left;
}

.vacancyheadline a {
	text-decoration: underline;
}

.vacancydate {
	color: #102154;
	padding-top: 3px;
	float: right;
	padding-right: 10px;
}

.vacancydescription {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}










