@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;
	background-image: url(../Images/Backgrounds/20100321_merged.jpg);
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 84%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	filter: DropShadow(Color=333333, OffX=7, OffY=7, Positive=true);
	box-shadow: 7px 7px 8px #333333;
	-webkit-box-shadow: 7px 7px 8px #333333;
	-moz-box-shadow: 7px 7px 8px #333333;

	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333333, offX=5, offY=5, positive=true);
	}
.oneColLiqCtrHdr #header {
	background-color: #006699;
	width: 100%;
	background-image: url(../Images/Backgrounds/drift1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColLiqCtrHdr #mainContent {
	padding: 5px;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	color: #000066;
	background-color: #000066;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.style3 {font-size: 100%}
.style4 {color: #FFFFFF}
#leftcoll {
	float: left;
	width: 30%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#rightcoll {
	float: right;
	width: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#leftcoll {
	float: left;
	width: 30%;
}
#rightcoll {
	float: right;
	width: 30%;
}
