/* CSS Document */
body {
	background-color: white;
	margin: 0;
	font-size: 0.95em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e00;
}

/*  Display set to none because we just don't need 'em!  */

#banner, #topNav, #mainLeft, #mainRight, p.photoAckn {
	display: none;
}

.rightFloat {
	width: 138px;
	float: right;
	clear: left;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

.leftFloat {
	width: 138px;
	float: left;
	clear: right;
	padding: 0 1.5em 1.5em 0;
	vertical-align: text-bottom;
}

#container
{
width: 97%;
margin: 0 auto;
border: 1px solid #003e00;
line-height: 130%;
padding: 1em;
}

/*  Begin Three Column Layout, Print Css  */

#mainWrapper {
	background: white;
	position: relative;
}

#mainCenter {
	width: 60%;
	float:left;
	background:#fff;
	padding-bottom: 10px;
	padding: 0 .5% 0 .5%;
}

/*  End Three Column Layout, Print Css  */

#mainCenter h1, #mainRight h1 {
	font-size: 1.0em;
	text-align: left;
}

#mainCenter h2, #mainRight h2 {
	font-size: .95em;
}

#mainCenter p, #mainRight p {
	font-size: .85em;
}

a, img {
	border: 0;
}

