@charset "utf-8";
#centerSection {
	width:100%; /*allow the box to expand full screen*/
}
#mainPageContent {
	width:100%; /*allow the box to expand to full screen*/
}
#textBoxDiv {
	min-width:680px; /*keep the textbox from getting smaller than the header content*/
	margin-right: 15px;
	padding-right: 10px;
}
