@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: 1000px;  /* 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);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1000px;
	padding:0;
}
.oneColFixCtr #mainContent {
	z-index: 4;
	width: 600px;
	height: 400px;
	margin-top: -195px;
	margin-left: 180px;
	font-size: 14px;
	clear:left;
}
.oneColFixCtr #container #info_req {
	font-size:11px;
	font-weight: bold;
	margin:13px 0 0 575px;
	height: 14px;
	width: 430px;
	color:#006633
}
.oneColFixCtr #top_nav {
	width: 850px;
	margin-top: 10px;
	margin-left: 210px;
	z-index: 10;
	height:2.2em;
}
.oneColFixCtr #container #member_only {
	height: 130px;
	width: 160px;
	text-align: center;
	line-height:15px;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #006666;
	font-variant: normal;
	margin-top: 120px;
	margin-left:20px;
	clear:left;
	cursor: pointer;
}
#flyer {
	width: 275px;
	height: 60px;
	margin:-20px 0 0 30px;
	float: left;
	cursor: pointer;
	clear: left;
	color: #063;
}
#flyer table.issues {
	float:left;
	margin:25px 40px 0 0;
}
#flyer table.issues th {
	font-size:10px;
	text-align:center;
	height:20px;
	font-weight:600;
}
#flyer table td.issue {
	font-size:10px;
	text-align:center;
	height:20px;
	font-weight:600;
}
#social {
	color: #063;
	margin: 5px 150px 0 300px;

	
}
#social table th {
	font-size:10px;
	text-align:center;
	height:20px;
	font-weight:600;
}
#social table td.logo {
	padding:15px 0 0 10px;
}
#knight {
	margin-left:545px;
	margin-top:-435px;
	z-index:5;
	width:240px;
	float:right;
	clear:both;
	background:#ffc;
	padding: 2px;
	position: absolute;
	border:dotted 1px;
	border-color:#063;
	
}
#knight img {
	float: left;
	width:85px;
	height:85px;
	padding:0 5px 5px 0;
}
#knight p {
	color:#063;
	font-size:9px;
	line-height:14px;
	clear:both;
	float:right;
	padding:3px;
	
	}#knight ul{
	margin: 10px 0 0 20px;

}#knight ul li{
	list-style-image:url(images/green_sq_small.png);
	font-size:9px;
	line-height: 18px;
}
#footer {
	color: #006633;
	font-size: 13px;
	text-align: center;
