@charset "utf-8";
/* CSS Document */

{
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #666666;
	background-image: url(stripe.png);
	background-repeat: repeat;
	top: 50px;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	background-image: url(images/stripe.png);
}

.thrColLiqHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	top: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: auto;
	padding: 0px;
	height: auto;
} 
.thrColLiqHdr #header {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 240px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 100%;
	right: 50%;
	left: 50%;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColLiqHdr #container #header #menubar {
	clear: both;
	float: none;
	height: 30px;
	text-align: center;
	background-image: url(images/menubar_up.png);
}
.thrColLiqHdr #container #header #banner {
	background-image: url(images/header1.jpg);
	height: 200px;
	width: auto;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColLiqHdr #footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	height: 20px;
	width: 90%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.thrColLiqHdr #container #content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
 
</style>
.thrColLiqHdr #container #lefttext {
	background-color: #000000;
	height: 400px;
	width: 48%;
	float: left;
}
