@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 8px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #container #header #header img {
	margin-bottom: 15px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	margin-left: 150px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
} 
.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;
}
.twoColFixLtHdr #container #header #menubar {
	background-color: #0D3D91;
	width: 760px;
	height: 25px;
}
.twoColFixLtHdr #container #mainContent #fixedImg200FltLft {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent #fixedImg200FltRt {
	float: right;
	width: 160px;
}
.twoColFixLtHdr #container #mainContent #fixedImg250FltLft {
	float: left;
	width: 250px;
}
