@charset "utf-8";
body  {
	background: #ffffff;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #ffffff;
	background-image: url(images/hasco-web-page-header.gif);
	height: 290px;
	color: #FFFFFF;
	padding-right: 15px;
} 
.thrColFixHdr #header1staid {
	background-color: #ffffff;
	background-image: url(images/hasco-1staid-page-header.gif);
	height: 290px;
	color: #FFFFFF;
	padding-right: 15px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
.thrColFixHdr #mainContent {
	height: auto;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #ffffff;
	background-image: url(images/hasco_footer.gif);
	height: 50px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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;
}

#header ul {
	list-style-type: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	padding-top: 5px;
	text-align: right;
	position: relative;
	top: 255px;
}

#header li {
	display: inline;
}

#header ul li a {
	text-decoration: none;
	padding-right: 5px;
	color: #ffffff;
	padding-left: 10px;
	margin-bottom: 0px;
}

#header a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#header1staid ul {
	list-style-type: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	padding-top: 5px;
	text-align: right;
	position: relative;
	top: 255px;
}

#header1staid li {
	display: inline;
}

#header1staid ul li a {
	text-decoration: none;
	padding-right: 5px;
	color: #ffffff;
	padding-left: 10px;
	margin-bottom: 0px;
}

#header1staid a:hover {
	color: #FF0000;
	text-decoration: underline;
}

