********** NUMBER PAGING STYLING **********



#main .pagenumbers {
	clear: both;
}

#main .pagenumbers ul {
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 15px;
	height: 27px;
	font-weight: bold;
}

#main .pagenumbers .selected a{
	background-color: #fff;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../_images/template/paging_bkg_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#main .pagenumbers .selected a:hover {
	color: #fff;
	background-attachment: scroll;
	background-image: url(../_images/template/paging_bkg_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .pagenumbers a {
	float: left;
	text-align: center;
	padding-top: 2px;
	height: 20px;
	width: 22px;
	color: #6B6D77;
	background-attachment: scroll;
	background-image: url(../_images/template/paging_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .pagenumbers a:hover {
	background-color: #fff;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../_images/template/paging_bkg_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#main .pagenumbers li {
	list-style-type: none;
	display: inline;
	float: left;
	border-right: 1px solid #999999;
	background: none;
	padding-left: 2px;
	padding-right: 2px;
}






********** 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;
}










