@charset "utf-8";
body  {
	margin: 0; /* to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 930px;
	text-align: left;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 920px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 5px;
	border-color: #006189;
} 
.twoColFixLtHdr  #header  img {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #sidebar1  h3 p {
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	font-size: 12px;
	color: #FFFFFF;
	width: 920px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: auto;
	background-color: #006189;
	border-style: solid;
	border-width: 5px;
	border-color: #006189;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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;
}
