@charset "UTF-8";
body {
	font: 100% Verdana, 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	background: #666666; /* 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. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 80%;
	min-width: 850px;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 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. */
	width: 100%;
	margin-bottom: 5px;
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Garamond;
	font-weight: normal;
	font-size: 3.2em;
	text-align: left;
	letter-spacing: 0.3em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-color: #000;
	border-bottom-style: double;
	border-bottom-width: 5px;
	border-top-color: #000;
	border-top-style: double;
	border-top-width: 5px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 5px;
} 
.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 */
}
.oneColLiqCtrHdr #container #header h2 {
	font-family: Garamond;
	font-size: 3em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#infotable {
	text-align: center;
	width: 100%;
	padding: 15px;
}

#infotable td {
	width: 50%;
	padding: 15px;
}

a img {
	border:none;
	text-decoration: none;
}

#headertable {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headertable td {
	vertical-align:middle;
}

#adBar {
	background:#F00;
	color: #FFF;
	font-family: Garamond;
	font-size:large;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#adBar a {
	color:#ffffff;
}
