@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffc;
	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;
}
.oneColFixCtr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-image:url(images/wu_index_bkgd_b.png);
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1000px;
	padding:0;
}
#mainContent {
	z-index: 4;
	width: 550px;
	height: 200px;
	margin-top: -165px;
	margin-left: 260px;
	font-size: 14px;
	clear:left;
	text-align:left;
	line-height:18px;
}
.oneColFixCtr #container #info_req {
	font-size:11px;
	font-weight: bold;
	margin:13px 0 0 430px;
	height: 14px;
	width: 450px;
	color:#006633
}
.oneColFixCtr #top_nav {
	width: 600px;
	margin-top: 20px;
	margin-left: 200px;
	z-index: 10;
	height:2.2em;
}
#member_only {
	height: 130px;
	width: 160px;
	text-align: center;
	line-height:30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #006666;
	font-variant: normal;
	margin-top: 120px;
	margin-left:18px;
	clear:left;
	cursor: pointer;
}
#footer {
	color: #006633;
	font-size: 13px;
	text-align: center;
