@charset "utf-8";
body {
	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;
	float: left;
	font-family: Papyrus, cursive;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFc;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0;
	width: 100%;
	background-color: #FFC;
}
.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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #633;
}
.oneColLiqCtrHdr #mainContent {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-weight: normal;
	background-color: #FDD;
	width: 100%;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #000;
	border-right-color: #000;
	margin: 0px;
	padding: 20;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	color: #633;
	text-align: center;
}
h2 {
	color: #000;
	text-align: left;
}
#blaannkk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: Papyrus, cursive;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #633;
}
#navbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 2em;
	color: #000;
	text-decoration: none;
	background-color: #FFC;
	margin: 0px;
	padding: 2px;
}
.oneColLiqCtrHdr #container #mainContent #navbar ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
}
#navbar ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#navbar a:link {
	color: #00F;
	text-decoration: none;
}
#navbar a:hover {
	color: #Ff0000;
	text-decoration: none;
	background-color: #CCC;
}
#navbar a:visited {
	color: #00aa00;
	text-decoration: none;
}



.oneColLiqCtrHdr #container #mainContent table caption {
	font-weight: bold;
	color: #C60;
}
.oneColLiqCtrHdr #container #mainContent #text1 {
	float: left;
	width: 85%;
	position: relative;
	margin-right: 10px;
}
