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

/**

	This defines the main area under the banner
	where each different page's content resides.
	
	This can be used over and over again for eachn
	page.
	
	For this, we need a width, flexible height.
	Within this div can reside apDivs and Tables.
	
*/

#apDivPageBodyArea_MainArea {
	width: 865px;
	margin-left: 32px;
	margin-right :32p;
}