@charset "utf-8";
body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#333;
	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;
	height: auto;
}

.oneColElsCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	max-width:1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );/* IE bug fix */
	margin: 0 auto;
	height:auto;
	overflow:hidden;
}
.oneColElsCtrHdr #splash {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
}
.oneColElsCtrHdr #footer { 

	background-color:inherit;
	padding:0px;
	margin: 0 auto;
	height:auto;
}

.oneColElsCtrHdr #footercontent { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 46em;
	margin:0px auto;
} 

.oneColElsCtrHdr #footercontent ul { 
	padding: 10px;
	list-style:none;
	margin:0px;
}
.oneColElsCtrHdr #footercontent li { 
display:inline;
margin:2em;
font-size:90%;
color:#900;
}
.oneColElsCtrHdr a{ 
font-size:90%;
color:#900;
text-decoration:none;
}
.oneColElsCtrHdr a:hover{ 
font-size:92%;
color:#333;
text-decoration:underline;
}
.oneColElsCtrHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#333;
	color:#FFF;
	font-size:12px;

}
.oneColElsCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#333;
	color:#FFF;
	font-size:12px;
}

.oneColElsCtrHdr #bypass { 
clear:both;
color:#FFF;
float:right;
margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
} 
.oneColElsCtrHdr #bypass a { 
color:#FFF;
font-size:11px;
background-color:#930;
display:block;
padding:5px;

} 
.oneColElsCtrHdr #bypass a:hover { 
color:#FFF;
background-color:#990;
text-decoration:none;
}

