@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);
	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: 120px;
	margin-left:20px;
	clear:left;
	cursor: pointer;
}
#margarita {
	z-index: 4;
	width: 700px;
	height: 200px;
	margin-top: -195px;
	margin-left: 240px;
	clear:left;
	text-align:justified;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtr #container #info_req {
	font-size:11px;
	font-weight: bold;
	margin:13px 0 0 555px;
	height: 14px;
	width: 450px;
	color:#006633 

}
#margarita h1 {
	font-size:12px;
	font-weight: bold;
	line-height:20px;
	color:#063;
	font-style:oblique;

}
#margarita h2 {
	font-size: 22px;
	font-weight:bold;
	line-height: 20px;
	color:#000;
	margin-top:20px;
}
#margarita h3 {
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color:#063;
	padding-top:15px;
	}
#margarita h3.allhunts {
	padding-top:25px;

}
#margarita h4 {
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	color:#000;
	padding-top:10px;

}
#margarita p {
	margin:15px 0 10px 0;
	font-size: 13px;
	line-height:18px;
}
#margarita ul.outer {
	margin:20px 0 10px 20px;
	list-style-image:url(images/green_sq.png);
	font-weight:600;
}
#margarita ul.outer li {
	font-size: 12px;
	line-height:18px;
	margin: 10px 0 10px 10px;
}
#margarita img.serge {
	float:right;
	padding:15px
}
#margarita img.logo {
	float:right;
	padding:15px
