@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;
	
	
	background-color:#660066;
	background-color:#0099FF;
	background-color:#006600;
	background-color:#660000;*/
	background-color:#336699;
	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: #006;*/
	background-image:url(../_img/Banner+White3K_new.png);
	background-repeat:no-repeat;
	background-position:top center;
}
address {
	clear: both;
	display: block;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	margin-top:5px;
	font-size: large;	/*background-image: url(../_img/White_5px.png);
	background-repeat: repeat-y;
	background-position: center;*/
      }
	  
.oneColLiqCtrHdr #container {
	width: 800px;  /* 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: left;
}

.oneColLiqCtrHdr #tabs {
	/*background-color: #00F;*/
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px; /* 20px min. (was at 90px b4 test+fb) */
}
.oneColLiqCtrHdr #tabs 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 {
	/*background: #FFFFFF;*/
	color:#003;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width:775px;
	margin-top: 83px;
	margin-left: 0px;
	margin-right:45px;
	text-align: left;
}

.oneColLiqCtrHdr #mainContent img {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.oneColLiqCtrHdr #footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	/*background-color: #F0F;	background-image:url(../_img/White_5px.png);
	background-position:center;
	background-repeat:repeat-y;*/
	font-size: small;
} 
.oneColLiqCtrHdr #footer a {
	/*font: 65%;*/
	color:#003;
	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 #mainContent p {
	text-indent: 30px;
}
.oneColLiqCtrHdr #container #mainContent #addThis {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	text-align: center;
}

