@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;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 911px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	margin-top: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header 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 {
	padding: 0;
	margin-top: 50px;
}
.oneColLiqCtrHdr #footer {
	padding-top: 0;
	padding-right: 225px;
	padding-bottom: 0;
	padding-left: 225px;
} 
.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 */
}
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
	display: block;
	width:   100px;
	padding: 2px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 10px;
	color:   #fff;
}

a.sample_attach:active, a.sample_attach:hover
{
	display: block;
	width:   100px;
	padding: 2px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 10px;
	color:   #999999;
}
