html {
	background: #72b852;
	padding: 20px;
}
a {
	color: #4B872F;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#content {
	background: #fff;
	width: 960px;
	position:absolute;
	margin-left: -480px;
	left: 50%;
}
.corner {
	background:url(../images/green-corners.gif);
	width: 8px;
	height: 8px;
	position:absolute;
	margin: 0;
	padding: 0;
	display:block;
	overflow:hidden;
}
#tabContent {
	background: #d7e9f7;
	margin: 0 20px;
	font-size: 14px;
}
#tabContent .ccorner {
	background:url(../images/cyan-corners.gif);
	width: 6px;
	height: 6px;
	overflow:hidden;
}
h2 {
	color: #56352F;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0;
}
#mainNav {
	text-align:center;
	margin: 0 0 0 180px;
	padding: 0;
	height: 25px;
}
#mainNav li {
	float: left;
	margin: 0 4px;
	height: 25px;
	overflow:hidden;
}
#mainNav li a {
	background:url(../images/tab.gif);
	padding: 5px 12px 5px 15px;
	display:block;
	float:left;
}
#mainNav li span {
	background:url(../images/tab.gif) top right;
	width: 3px;
	height: 25px;
	display:block;
	float:left;
}
#mainNav li.selected a {
	background:url(../images/tab-selected.gif);
	color: #000000;
}
#mainNav li.selected a:hover {
	text-decoration:none;
}
#mainNav li.selected span {
	background:url(../images/tab-selected.gif) top right;
}
#footerNav {
	margin: 10px;
	text-align: center;
}
#footerNav li {
	margin: 10px 10px;
	font-size: 11px;
	display:inline;
}
#helpBox {
	width: 215px;
	position:absolute;
	right: 20px;
	top: 20px;
}
#helpBox h2 {
	font-size: 22px;
	font-weight:bold;
	color:#000000;
}
#helpBox p {
	color: #56352F;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#helpBox ul {
	line-height: 1.5em;
}
#footerCopy {
	text-align:center;
	color:#808080;
	margin-bottom: 20px;
	font-size:11px;
}
.col {
	width: 430px;
	float:left;
	font-size: 13px;
}
.col h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 2em;
}
.col img {
	float: left;
	margin: 30px 20px 25px 0;
}
.std-img img {
	float:none;
	margin: 0;
	padding:0;
}
#helpPage h2 {
	margin: 1em 0;
	padding: 0;
}
h3 {
	margin: 1em 0;
	padding: 0;
	font-size: 14px;
	color: #56352F;
	font-weight:bold;
}
.divider {
	border-bottom: 1px dashed #8da3a0;
	padding-top: 1em;
}
.donate-btn {
	background:url(../images/donate-btn.gif);
	width: 191px;
	height: 48px;
	border:none;
	cursor:pointer;
}
a:hover .donate-btn {
	background-position:0 -60px;
}
a.a-donate-btn:hover {
	text-decoration:none;
}
.donate-small-btn {
	background:url(../images/donate-small-btn.gif);
	width: 129px;
	height:44px;
	border:none;
	cursor:pointer;
}
a:hover.a-donate-small-btn {
	text-decoration:none;
}
a:hover .donate-small-btn {
	background-position: 0 -58px;
}
a.help {
	color: #000;
}
a.email-btn {
	background-image:url(../images/reg_roll_tellfriend_btn.png);
	width: 90px;
	height: 30px;
	display:block;
	text-indent:-3000px;
}
a.email-btn:hover {
	background-position: 0 -61px;
}