body  {
	font-size: 12px;
	background: #666666;
	margin: 20px 0 0 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;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	height: 170px;
	background-color: #fff;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: fff;
	text-align: right;
	margin: 0px;
	padding: 0px;	
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 240px;
} 
.twoColFixLtHdr #container #sidebar1 a {
color: #F17918;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #117dbd;
}

.twoColFixLtHdr #container #sidebar1 .anav a {
	color: #e10347;
}

.twoColFixLtHdr #container #sidebar1 .anav a:hover {
	color: #e10347;
}
.twoColFixLtHdr  #mainContent img {
	margin: 0 0 20px 20px;
	
}

.twoColFixLtHdr  #mainContent img.partner {
	margin: 0 0 10px 0;
	
}


.twoColFixLtHdr #mainContent strong {
	text-transform: uppercase;	
	color: #F17918;
}


.twoColFixLtHdr #footer {
	margin: 80px 60px 0 60px;
	color: #304348;
	padding: 0 0 0 180px;
	background-color: #FFFFFF;
	border-top: 1px solid #ED771A;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}

.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;
}

.style2 {
	color: #F17918;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
a:hover {
	background-color: 117dbd;
}

.style1 {
	color: #ED771A;
	font-weight: bold;
	color: #32454B;
	margin: 0;
	padding: 0;
margin-bottom: 20px;
}

.style4 {color: #FFFFFF}
.style5 {color: #F17918}
.style6 {
	color: #000000;
	font-weight: bold;
}

hr {
height: 1px;
color: #ED771A;
background-color: #ED771A;
border: none;

}

.twoColFixLtHdr #container #mainContent a {
color: #117dbd;
	text-decoration: none; }
	
	.twoColFixLtHdr #container #mainContent a:hover {
color: #117dbd;
	text-decoration: underline; }
	
.twoColFixLtHdr #container #footer a {
color:#117DBD;
text-decoration:none;
}	
