@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 998px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/main_bg.png);
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	background-image: url(images/header_login.png);
	width: 998px;
	height: 143px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; 
	background: #FFFFFF;
	background-image: url(images/main_bg.png);
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(images/footer_login.png);
	height: 143px;
	text-align: center;
}
.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 */
}
a:link {
	color: #DB7900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DB7900;
}
a:hover {
	text-decoration: underline;
	color: #9B9B9B;
}
a:active {
	text-decoration: none;
	color: #DB7900;
}

</style>
