

/* ------------------------------------------------------------ */
/* Override main body size here */
#mainBodyH2o {
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;      

	/* opera does not like 'margin:20px auto' */
	background: #FFF;
	border: 1px solid #00C;
	text-align:left; 

	/* part 2 of 2 centering hack */
	width: 630px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
}
	html>body #mainBody {
	width: 600px; /* ie5win fudge ends */
}


#mainBody {
	margin: 30px;
	margin-right: auto;
	margin-left: auto;      

	text-decoration : none;
	font-weight : normal;
 	text-align : center;
/* For testing */
 	/*border: 1px solid #FF0000;*/

	/* part 2 of 2 centering hack */
	width: 740px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 710px;
}
	html>body #mainBody {
	width: 710px; /* ie5win fudge ends */
}

.imageInsert {
	text-align: center;
	margin: 1em 0 3em 0;
	padding: 1px;
	/*border: 1px solid #999;*/
	clear:both;
}

p {
	margin: 1em;
}

.bigText {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1ex;
}
