/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/* Justify all <p> elements in the DSOL section */
.subpage-content p, .home-content p {text-align:justify;}

/* News pagination link styling */
.pagination { 
	list-style:none;
	text-align:center;
}

.pagination-item { 
	display:inline-block;
	padding:5px 10px;
	margin:5px;
}

.pagination li.active {
	border:1px solid #243d64;
}

.page-directory-list {
	width:100%;
}


#de {
	color:#ffffff !important;
	text-decoration:none;
}