@charset "UTF-8";
.twoColFixLtHdr #container {
	width: 1065px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #988776; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Copperplate, Arial, Helvetica, sans-serif;
	color: #604E3E;
	font-size: 14pt;
} 
.myRightFloat {
	float: right;
	margin-left: 13px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

