@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

a { outline-style: none; }

body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_body_home.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 877px;
	text-align: left;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;
	margin: 0px;
} 

.twoColFixLtHdr #sidebar1 {
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #BD251C;
	margin: 0px;
	height: 450px;
	float: left;
}

.twoColFixLtHdr #sidebar1 .menu {
	margin-top: 30px;
	z-index: 10000;
}

.twoColFixLtHdr #mainContent {
	width: 550px;
	height: 335px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
	overflow: auto;
	float: left;
	padding-top: 0px;
	padding-right: 107px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
} 
.twoColFixLtHdr #mainContent h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
}
.twoColFixLtHdr #mainContent p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #logos { background-color: transparent; padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 80px; float: left; width: 650px; margin: 39px 0 0 10px; } 
.twoColFixLtHdr #logos img{ margin-left: 76px; }

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

