@charset "UTF-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColLiqLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCFF;
	color: #000000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
} 
.twoColLiqLtHdr #container #Content {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.twoColLiqLtHdr #header {
	padding: 0px 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	clear: none;
	float: none;
	margin-top: 0px;
	height: 140px;
} 
.twoColLiqLtHdr #container #header #header_lhs {
	width: 45%;
	float: left;
}
.twoColLiqLtHdr #header h1 {
	margin: 0 0 0 10; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 15; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Courier New", Courier, monospace;
	color: #336666;
}
.twoColLiqLtHdr #container #header #header_rhs {
	width: 50%;
	float: right;
	padding: 10px;
}
.twoColLiqLtHdr #footer {
	clear: both;
	background-color: #336666;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Miscellaneous classes for reuse */
.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;
}
.style11 {font-size: 80%}
h1 {
	color: #336666;
}
h2 {
	color: #666699;
	font-family: "Courier New", Courier, monospace;
	font-size: 135%;
}
h3 {
	color: #336666;
}
h4 {
	color: #336699;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	font-weight: 500;
}
.twoColLiqLtHdr #container #Content #LHS {
	width: 370px;
	/*	clear: right;
	float: left;*/
	padding-right: 2%;
	padding-left: 2%;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	float: left;
}
.twoColLiqLtHdr #container #Content #FROG #RHS_higher {
	background-color: #99CCFF;
	padding: 10px;
	margin-bottom: 10px;
}
.twoColLiqLtHdr #container #Content #FROG #RHS_lower {
	padding: 10px;
	background-color: #CCFFFF;
	margin-bottom: 20px;
}
.twoColLiqLtHdr #container #Content #LHS table {
	background-color: #CCCCFF;
}
.twoColLiqLtHdr #container #Content #FROG {
	height: 200px;
	width: 350px;
	float: right;
	padding: 17px;
}
.twoColLiqLtHdr #container #Content #FROG #RHS_middle {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #99CCCC;
}
.twoColLiqLtHdr #container #Content #FROG #RHS_spacer {
	height: 40px;
	padding: 10px;
	margin-bottom: 10px;
	float: right;
}
