body {
	background-color: #fcf7e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#mem_area_wrapper {
	margin:30px auto;
}
#mem_area_wrapper h3 {
	font-size:1.2em;
	text-align:center;
}
#mem_area_wrapper table {
	margin:0 auto;
	width:350px;
	background-color:#A2D09E;
}
#mem_area_wrapper table td {
	padding-top:10px;
}
table td.label {
	text-align:right;
	font-size:.8em;
}
.return_to_homepage {
	text-align:center;
}
div.disclaimer {
	text-align:center;
	font-size:.8em;
	color:red;
	font-weight:bold;
}
/*Navigation Below - Same as sdwt.css*/
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: none;
}
a:active {
	color: #333333;
}
/*End of Navigation*/