@charset "utf-8";
body  {
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.thrColFixHdr #container {
	width: 938px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9B8CB;
	border-right-style: solid;
	border-right-color: #A9B8CB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9B8CB;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 100px;
} 

.thrColFixHdr #header {

} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-image: url(/images/select.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E7E7E7;
	padding-top: 35px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-image: url(/images/more.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E7E7E7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 35px;
}
#sideContent  {

}

.thrColFixHdr #mainContent {
	margin: 0 160px; /* 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.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;
}

