@charset "UTF-8";
body {

	font: 14px Verdana, Arial, 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: 150px 0 0 130px;
	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: 600px;
	height: 400px;
	margin-top: -100px;
	margin-left: 240px;
	line height: 20px;
	font-size: 12px;
	text-align:justify;
}
.oneColFixCtr #mainContent #press {
	margin-top: 10px;

}
.oneColFixCtr #footer{
	color: #006633;
	font-size: 11px;
	text-align: center;
	margin-left:243px;
	margin-top:1150px;
	width: 600px;
	

}.oneColFixCtr #mainContent h1 {
	font-size: 28px;
	color: #006600;
	text-align: left;
	
}.oneColFixCtr #mainContent h2 {
	font-size: 16px;
	text-align: left;
	color:#666666;

}.oneColFixCtr #mainContent h3 {
	font-size: 14px;
	text-align: left;
	color:#000000;


}a:hover{

color:   ;

}a:link{
color:   ;

}a:visited{


color: ;
