/* CSS for formPage template */

#pageWrapper {
	margin: 0 auto;
	width: 768px;
	background: #fff;
	text-align: left;
}


/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
#mainContent ul {
	margin-top: 5px;
}
#mainContent li {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin-left: -1em;
}

