body {
	background: #CF9;
	color: #360;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #096;
	text-decoration: none;
}
a:hover { color: #3C9; text-decoration: underline; }
a:active {
	color: #6FC;
	text-decoration: underline;
}
li { text-align: left; }
#GreenTips {
	background: url(images/greenideas-bg.gif);
	margin: 0 auto;
	height: 232px;
	width: 422px;
	text-align: center;
	padding: 0 5px;
	color: #360;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#GreenTips div {
	display: table-cell;
	vertical-align: middle;
}
#GreenTips h1 {
	color: #CF9;
	text-shadow: #1A3113 2px 2px 2px;
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 0.5ex;
	text-transform: uppercase;
}
#BadIdea {
	background-color: #C00;
	border: thick double white;
	color: white;
	font-size: x-large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.list {
	text-align: left;
	width: 32em;
	margin: 0 auto;
}
.footnotes {
	font-size: smaller;
	text-align: left;
	width: 776px;
	margin: 0 auto;
}
#frmJoin th {
	color: #CF9;
	background: #360;
	text-align: right;
	padding: 0 0.5ex;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-top-left-radius: 7px 9px;
	-webkit-border-bottom-left-radius: 7px 9px;
	border-top-left-radius: 7px 9px;
	border-bottom-left-radius: 7px 9px;
}
#frmJoin td { text-align: left; padding: 0 0.5ex; }
#frmJoin input[type="text"]{
	background-color: #efd;
	border-color: #cf9;
	color: #360;
}
#frmJoin input[type="submit"] {
	background: #360;
	color: #cf9;
	font-weight: bold;
	font-size: medium;
	border: outset medium #360;
}