@charset "UTF-8";
body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.oneColLiqCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/skybackground_with_logo.png);
	background-color: #E4EBF4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	height: 200px;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}

.oneColLiqCtrHdr #table {
	width: 95%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	background-color: #E4EBF4;
	margin: 10px;
	padding-bottom: 0px;
	font-size: .8em;
	color: #339;
}

.oneColLiqCtrHdr #table 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 */
	
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #333;
} 


.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 */
	text-align: left;
}


.oneColLiqCtrHdr #footer a {
	color: #FFF;
	text-decoration: underline;
}
.textcolorintable_headercaption {
	font-size: 1.2em;
	text-transform: capitalize;
	color: #900;
	margin-top: 1.8em;
	padding: 1.1em;
	background-color: #F1F1F1;
}
