/* CSS Document */
/*=============================*/
/* DNN Web Design Container Styles */
/*=============================*/

/* Styles the container with white inset borders */
.borderContainerWrapper {
	width: 90%;
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.whiteContainerWrapper {
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
html>body .whiteContainerWrapper {
	width: 94%;
}

/* Styles the container with normal text, large purple heading and no borders */
.plainContainerWrapper {
	width: 100%;
	padding: 15px;
}
.plainContainerTitle {
	width: 100%;
}
.plainContainerTitle H1{
	color: #003082;
}
.plainContainerTitle H3{
	color: #003082;
}



