@charset "utf-8";
body  {
	font: 100% Tahoma, Arial, Verdana; 
	font-size: 12px;
	/* background: #666666; */
	background: url("../images/bg.jpg") left top repeat-x #6689c3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColHybLtHdr #container { 
	width: 850px;
	vertical-align:top;  
	background-image:url(../media/images/mainContentBg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColHybLtHdr #header { 
	background: url("../media/images/right_img1.jpg") right top no-repeat;
	padding-bottom:0px;
	margin-bottom:0px;
} 
.twoColHybLtHdr #sidebar1 {
	width: 202px; 
	vertical-align:top;
	float:left;
	background-image:url("../media/images/sideBarBg.gif");
	background-repeat:repeat-y;
}
.twoColHybLtHdr #mainContent { 
	/* margin: 0 20px 0 13em; the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
margin-left: 222px;
padding-right: 20px;
padding-bottom: 20px;
 margin-top:0px;
vertical-align:top;
min-height: 697px;
} 
.twoColHybLtHdr #mainContent h3{ 
color:#1a3978;
}
.twoColHybLtHdr #indexBox {
	vertical-align:top;
	width: 298px;
	height: 295px;
	border: 1px solid #7196c8;
	background-color:#ecf3ff;
}	
.white {
color:#FFFFFF;
}
.twoColHybLtHdr #footer { 
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;*/
	background-image:url(../media/images/footerBg.gif);
	padding-top:6px;
	padding-right:12px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#FFFFFF;
	font-size:11px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
