.oneColFixCtrHdr #container
{
	background-color: #D5FFD5;
	border: 2px solid #000080;
	color: #000080;
}
.oneColFixCtrHdr
{
	background-color: #D5FFD5;
}
#header, h1
{
	font-family: "Script MT Bold";
	font-size: 36px;
	color: #000080;
}
#header
{
	background-color: #CDFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #CDFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
} 
.oneColFixCtrHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 10px;
	text-align: center;
}
.lables
{
	position: absolute;
}
.input
{
	position: absolute;
	right: 50%;
}
.oneColFixCtrHdr #container #mainContent ##form
{
	width: auto;
	margin-left: 40px;
	padding-left: 40px;
}

