@charset "utf-8";
@import url(/styles/Base.css);
.thrColFixHdr #header { 
	background: #536B8B;
	background-image:url(/Images/bg_LGcontentHead.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0 10px 0 10px;  /* 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: 0px; /* 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: 0px; /*  padding keeps the content of the div away from the edges */
	color:#FFFFFF;
}
.thrColFixHdr #mainContent { 
	margin: 20px 20px; /* 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 */
	width:640px;
	background: #FFFFFF;
	color:#000000;
	overflow:hidden;
} 