@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	color: #ffffff;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #headerRed {
	padding: 0 10px 0 10px;
	color: #FF0000;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}
.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;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #links {
	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;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	color: #F7F7F7;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	color: #FFFFFF;
} 
.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 */
	color: #FFFFFF;
}
#header a {
	font-weight: bold;
	color: #000000;
}
#style1 {
     font-weight: bold;
	 font-size:x-large;
	 font-family:Arial, Helvetica, sans-serif
}
#style2 {
	font-weight: bold;
	font-size:x-large;
	 color:#999999;
	 font-family:Arial, Helvetica, sans-serif;
}

