
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; 
	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);
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1000px;
	padding:0;
}

.oneColFixCtr #top_nav {
	width: 600px;
	margin-top: 20px;
	margin-left: 200px;
	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: 110px;
	margin-left:20px;
	clear:left;
	cursor: pointer;
}

.oneColFixCtr #container #info_req {
	font-size:11px;
	font-weight: bold;
	margin:13px 0 0 555px;
	height: 14px;
	width: 450px;
	color:#006633
}

#mainContent {
	z-index: 4;
	width: 700px;
	height: 200px;
	margin-top: -195px;
	margin-left: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

#mainContent h1 {
	font-size: 18pt;
	font-weight: bold;
	line-height: 40px;
}

#mainContent #partners {
width:700px;
font-size:13px;
	
}#mainContent #WUF p.detail{
font-size:13px;
font-weight: normal;


}#partners td.WUF{
padding:30px 0 20px 0;
	border-bottom-color:#063;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	text-align:justify;
}
 #partners td.thirty {
	padding:10px 0 30px 0;
	border-bottom-color:#063;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	text-align:justify;
		}

#partners td.forty {
	padding:10px 0 40px 0;
	border-bottom-color:#063;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	text-align:justify;
}

#partners td.sixty {
	padding:10px 0 60px 0;
	border-bottom-color:#063;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	text-align:justify;
}

#mainContent img {
	clear:all;
	float:right;
	padding-left:30px;



