@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 1008px;  /* 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: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(deconnarail4.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 1008px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	bottom: 0px;
}


.oneColLiqCtrHdr #navlist {
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 1008px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
	list-style-type: none;
	list-style: none;
	height: 30px;
} 
.oneColLiqCtrHdr #navlist li {
	 padding: 0px;
	 margin: 0px;
	 float: left;
	 
	} 
	 
.oneColLiqCtrHdr #navlist a {
	 color: #FFFFFF;	
	 text-decoration: none;
	 line-height: 2;
	 border-right: 1ps solid #FFFFFF;
	 float: left;
	 width: 126px;
	 text-align: center;
	 font-size: 90%;
	 
}	
.oneColLiqCtrHdr #navlist a:hover {
	margin: 0px;
	padding: 0px;
	color: #99CCFF;	
}

.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	padding-top: 0;
	padding-bottom: 0;
}
.oneColLiqCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
} 
