@charset "utf-8";
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: #333366;
	background-image: url(bwsimages/bg2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 85%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff8dc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #7b9fb7;
}

.oneColLiqCtrHdr #menubar{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #333366;
	width: 100%;
	height: 35px;
}

.oneColLiqCtrHdr h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.oneColLiqCtrHdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.oneColLiqCtrHdr h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.oneColLiqCtrHdr #mainContent {
	background-color: #FFF8dc;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.oneColLiqCtrHdr a {
	color: #6699cc;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #333366;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7b9fb7;
	font-size: x-small;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.oneColLiqCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffcc;
	font-size: x-small;
	text-decoration: none;
}

.fltlft {
	float: left;
}
.fltrt {
	float: right;
}

#text_left_col { column-width: 33%;
  column-gap: 5em;   /* shown in yellow */            
  padding: 5px;      /* shown in blue */
  float:left

}
#text_right_col {
	column-width: 33%;
	column-gap: 5em;   /* shown in yellow */
	padding: 5px;      /* shown in blue */
	float:right;
	margin-left: -35%;
}


/*.text_left_col {
	column_width:33%;
	float: left;
}

.text_mid_col {
	column_width:33%;
float: right;
	margin-left: -33%;
}

.text_right_col {
	width:33%;
	float: left;
}*/
