@charset "utf-8";
/* wmar.css
	Author:		Don Stier, Maplegate Technologies, LLC
	Date:		9/25/09
*/

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background: #EEEEEE;
	margin: 0;
	color: #000000;
	padding: 0;
	text-align: center;
}
#mainContent {
	padding: 10px 20px 20px 10px;
	background: #ffffff;
	background-image: url(images/content_bkgd.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 18px;
} 
.formsection {
	background-color:#CCC;
	font-weight:bold;
}
.formsubsection {
	font-weight:bold;
	background-color:#CCF;
}

