@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: 1100px;  /* 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:1300px;
	padding:0;
}
.oneColFixCtr #container #info_req {
font-size:11px;
font-weight: bold;
margin:13px 0 0 555px;
height: 14px;
width: 450px;
color:#006633;

}

.oneColFixCtr #mainContent {
	z-index: 4;
	width: 650px;
	height: 1100px;
	margin-top: -205px;
	margin-left: 230px;
	font-size: 11px;
	clear:left;
	text-align: left;
}



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

.oneColFixCtr #article img {
	float: right;
	padding: 10px 10px 10px 10px;
}

#article {
	color: #063;
	width: 550px;
	height: 600px;
	margin-top: 25px;
	font-size:12px;
	line-height: 160%;
	float: left;
	clear: left;
}

#article p {
	padding-top:20px;
}

#article p.emphasis {
	font-weight:600;
}

#article p.large {
	font-size:18px;
	font-weight: 600;
	font-style:oblique;

}#article h1 {
	text-align: center;
	font-size:18pt;
	font-weight: 600;
	color:#000;
	line-height:140%;
}

#article h2 {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0 0 0;
}

#article h3 {
	font-size:14px;
	padding-top:20px;
	font-weight:600;
}

#article ol li {
	list-style:inside;
	list-style-type:circle;
	padding: 10px 0 0 10px;
}

#article ul li {
	list-style:inside;
	padding: 10px 0 0 20px;
	list-style-image:url(images/green_sq.png);
}

#archives {
	width: 350px;
	height: 900px;
	margin:-530px 0 0 580px;
	float: left;
	clear: left;
	border-left-color:#063;
	padding-left: 20px;
	
	}

#archives h3 {
	line-height: 90%;
	margin-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #063;
	cursor: pointer;

}

#archives ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006666;
	line-height:190%;
	margin:10px 0 0 10px;
}

#archives ul li {
	list-style: url(images/green_sq.png);
	color: #006666;
	text-align:left;
	}

#archives p.bio {
	font-size: 10px;
	color:#063;
	padding:15px 0;
	width:250px;
	line-height:130%;
	
}

	

#footer {
	color: #006633;
	font-size: 13px;
	text-align: center;
