@charset "UTF-8";
body  {
	background-color: #000000;
	text-align: left;
}
.twoColFixLtHdr #container {
	width: 1050px; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	height: 80px;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	padding-left: 20px;
	text-align: left;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 18px;
	background-color: #000000;
	font-weight: 100;
	color: #999999;
}
.twoColFixLtHdr #sidebar1 {
	width: 80px; /* 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: #000000;
	float: left;
	text-decoration: none;
	margin-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 110px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #999999;
	text-align: center;
}
.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 */
	font-size: 1px;
}
.main_nav_table_to_shift {
	float: left;
	width: auto;
	margin-top: 16px;
	margin-left: 20px;
}
