@charset "UTF-8";
/* CSS Document */

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);
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1000px;
	padding:0;
}
.oneColFixCtr #mainContent {
	z-index: 4;
	width: 700px;
	height: 400px;
	margin-top:100px;
	margin-left: 230px;
	font-size: 13px;
	color:#033;
	line-height:20px;
}
.oneColFixCtr #top_nav {
	width: 600px;
	margin-top: 20px;
	margin-left: 200px;
	z-index: 10;
	height:2.2em;
}
#mainContent p.leadin {
	margin-top:10px;
	width:700px;
}

#mainContent h1 {
	font-weight:bold;
	font-size:20px;
	margin:-30px 0 0 0;
	padding-bottom:10px;
		
}#personal h2{
	font-weight:bold;
	margin-top:20px;
	padding-bottom:10px;
	font-size:14px;
	
}#personal td.inforeq{
	text-align: right;
	padding:3px;
	
}#personal p{
	margin-top: 20px;
	width:500px;
	
}
#submit {
	margin:-20px 0 0 295px;
	clear:left;
	width:72px;
	height:74px;
}
#clickLogo {
	margin-left:280px;
	width:120px;
	height:20px;
	font-size:11px;
	font-style:oblique;
	font-weight:300;
