@charset "utf-8";
/* CSS Document */

.pageContainer {
	background: #FFF;
}

/* Top Section Info */

.topSectionContainer {
	width:80%;
	min-height:50px;
	border-bottom:#9eb6a3 solid 1px;
	margin:10px auto;
	text-align:center;
}

.sectionContent {
	width:70%;
	min-height:100px;
	padding:10px;
}