@charset "utf-8";
/* CSS Document */

body {
	/* background-image:url(../images/background_04b.gif); */
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #666666;
	color:#000000;
	/* 8-sep-2008 margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/* padding: 0; 8-sep-2008 */
	/* margin: 50px; */
	/* max-width: 990px; */
	vertical-align:middle;
}

.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	visibility: visible;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 0px;  /* 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: #FF0000;
}
.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 */
}
.oneColLiqCtrHdr #mainContent {
	/*padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; */
	background-image: url(../images/background_04c.gif);
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}

#defaultfontsize {font-size:11px}
#maintitle {font-size:24px; color: #0000FF; font-weight:bold; text-align:center}
#subtitle {font-size:12px; color: #0000FF; font-weight:bold;}
#smallfont {font-size:9px;}
#redfont {color: #FF0000;}
#orangefont {color: #EA4D00;}
#whiteonred {color: #FFFFFF; font: bold; background:#FF0000}
#blackonyellow {color: #000000; font: bold; background:#FFF000}

