@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
.oneColElsCtr #container #mainContent .note {
	font-size: .8em;
	color: #666666;
}

.oneColElsCtr #container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.fineprint {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
#header {
	height: 110px;
	background-color: #FAE9AD;
	padding: 0;
} 
#menubar {
	background-color: #FFF;
	background-image: url(/site2009/images/menubar_1x20.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FAE9AD;
	text-align: center;
	padding-top: 3px;
}
#menubar a,  #menubar a:visited,  #menubar a:active {
	color: #FAE9AD;
	text-decoration: none;
}
.wliuID {
	color: #0054A4;
}

#menubar a:hover {
	color: #FBB03B;
	text-decoration: none;
}
