@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #000;
/* 	background-image: url(../images/BrownGradientBkgd-PNotley.jpg);
	background-repeat: repeat; */
}
.oneColLiqCtrHdr #container {
	width: 90%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
/* 	background-image: url(../images/Transp1x1.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; */
}
.oneColLiqCtrHdr #header {
/* 		background-color: transparent;

padding: 0 10px 0 20px;  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. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffff;

}
.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-image: url(../images/Transp1x1.png);
	background-repeat: repeat;*/
}
.oneColLiqCtrHdr #footer { 
/* 	padding: 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. 
	background-color: transparent;
background-image: url(../images/Transp1x1.png);
	background-repeat: repeat;*/
} 
.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 */
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a {
	font-size: 12px;
	color: #9CF ;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #9CF;
	font-weight:bold;
}
a:active {
	color: #9CF;
	font-weight:bold;