/***********************************************/
/* Layout Divs                                 */
/***********************************************/


body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #F8F7E8; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 9pt;
}
.twoColFixLtHdr #container { 
	width: 780px;
	height: 430px;
	text-align: left;
	top: 50%;
	margin-top: -215px;
	margin-left: -390px;
	left: 50%;
	position: absolute;
}
.twoColFixLtHdr #container_outline {
	width: 780px;
	position: absolute;
	height: 412px;
	border: 1px solid #a69e78;
	background-color: #eeeacd;
}
.twoColFixLtHdr #container_outline_2 {
	width: 780px;
	position: absolute;
	height: 412px;
	background-color: #eeeacd;
}
.twoColFixLtHdr #sidebar1 {
	width: 287px; /* padding keeps the content of the div away from the edges */
	float: left;
	text-align: center;
	padding: 42px 0px 0px 0px;
	height: 412px;
}
img.broom {
	position:absolute;
	bottom:0px;
	left: 0px;
}
.twoColFixLtHdr #mastHead_noNav {
	height: 39px;
}
.twoColFixLtHdr #mastHead {
	height: 58px;
}
img.subHead {
	position:absolute;
	top:0px;
}
table.subNav {
	position: absolute;
	top: 38px;
	left: 288px;
}
.twoColFixLtHdr #mainContent_noNav {
	LEFT: 288px;
	WIDTH: 443px;
	POSITION: absolute;
	TOP: 40px;
	HEIGHT: 352px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContent {
	LEFT: 288px;
	WIDTH: 443px;
	POSITION: absolute;
	TOP: 72px;
	HEIGHT: 324px;
	overflow: hidden;
}
table.scrollDiv {
	position: absolute;
	right: 17px;
	bottom: 26px;
	width: 20px;
	border: 0px;
}
.twoColFixLtHdr #footer {
	bottom: 0px;
	position: absolute;
	width: 780px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

