body {
	font: normal 0.95em/1.25em Georgia, "Times New Roman", Times, serif;
	background: url("../xpage/wf_bkgnd.gif");
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #36200E;
}

p	{
	/*font: normal 110%/1.25em Georgia, "Times New Roman", Times, serif;*/
	letter-spacing: .03em;
}

a:link {
	color: #025FA3;
}
 a:visited {
	color: #099481;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

.oneColFixCtr #container .div1of2Col {
	width: 49%;
	float: left;
}

.oneColFixCtr .clearing {
	clear: both;
	width: 100%;
}
.oneColFixCtr #container #mainContent .blockImage {
	display: block;
}