@charset "utf-8";
@import url(/styles/Base.css);
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #AAAAAA;
	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: #464646;
	z-index:2;
}
.thrColFixHdr #container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	/*background-image:url(/Images/bg_content.gif);
	background-repeat:repeat-x; */
	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. */
} 
.thrColFixHdr #header { 
	background: #536B8B;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	min-height:155px;
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #44464B;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 0px; /*  padding keeps the content of the div away from the edges */
	color:#464646;
	min-height:1px;
	margin-left:20px;
}
.thrColFixHdr #sidebar1 h3 {
	color:#464646;
	font-weight:bold;
}
.thrColFixHdr #mainContent { 
	margin: 20px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/* padding: 15px 15px 15px 15px; /*  padding keeps the content of the div away from the edges */
	background-color:#FFF;
	color:#464646;
	width:500px;
	overflow:hidden;
} 
#BOTTOMNAV {
	background-color:#464646;
	background-image:url(/Images/nav_PartnerBG.gif);
	background-repeat:no-repeat;
	height:32px;
	width:960px;
	margin: 0 30px;
	margin-bottom:10px;
	vertical-align:middle;
	clear:both;
}
#BOTTOMNAV a:hover {
	font-weight:bold;
	color:#DAA812;
}