@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #003366;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 70%;
	margin: 0 auto;
	border: thin solid #000000;
	text-align: right;
	background-color: #000066;
	right: 300px;
	color: #990000;
	vertical-align: text-top;
}
.oneColLiqCtrHdr #header {
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #000000;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
} 
.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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCCCCC;
}
searchbar {
	text-align: right;
	font-size: 75px;
}
.searchbar {
	text-align: right;
	background-color: #FFFFFF;
}

