@charset "utf-8";
body {
	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;
	background-image: url(../images/background01.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	margin: 3em;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image: url(../images/background02.jpg);
	background-repeat: repeat-x;  /* 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. */
	padding: 0;
	height: 160px;
} 
.oneColLiqCtrHdr #header img {
	border:0;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColLiqCtrHdr #headerSidebar1 {
	float: left; 
	width: 19em; /* since this element is floated, a width must be given */
	background-image: url(../images/background02.jpg);
	background-repeat: repeat-x;  /* 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. */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.oneColLiqCtrHdr #headerSidebar1 img {
	border: 0;
	padding: 3px;
}
.oneColLiqCtrHdr #headerSidebar2 {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
	background-image: url(../images/background02.jpg);
	background-repeat: repeat-x;  /* 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. */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

.oneColLiqCtrHdr #headerMainContent {
	background-image: url(../images/background02.jpg);
	background-repeat: repeat-x;  /* 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. */
	margin-top: 15px;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
}
.oneColLiqCtrHdr #headerMainContent p {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align:center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.oneColLiqCtrHdr #menuH {
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin-right: 0.5em;
	background-color: #333333;
	height: 26px;
}
#menuH ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
#menuH li {
	list-style-type:none;
	text-align: right;
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: 0.3em;
	display: inline;
}
#menuH a {
 text-decoration: none;
 color: #fff;
 padding: 0 .3em;
}
#menuH a:hover {
 color: #ccc;
}

.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;
}

.oneColLiqCtrHdr #mainContent p {
	margin:0 0 10px 10px;
}
.oneColLiqCtrHdr #mainContent em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
.oneColLiqCtrHdr #mainContent ol {
	line-height: 150%;
}
.oneColLiqCtrHdr #mainContent a {
	text-decoration:none;
	color:#880000;
}
.oneColLiqCtrHdr #mainContent a:hover {
	color: #333;
}	

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
} 
.oneColLiqCtrHdr #footer p {
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	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 */
}
.embedUL {
	padding-top: 0;
	margin-top: 0;
	margin-left: 5em;
}
.instruct {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-align:right;
}
.newsletter {
	font-size:12px;
	text-align:center;
	color:#003300;
	font-weight:bold;
	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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}