@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
}
body { background-color: #d1e8c5; }
h1, h2 { font-weight: normal; }
h1 strong, h2 strong { font-weight: bold; }
h1 { margin: 0; font-size: 400%; }
h2 { margin-bottom: 0; font-size: 200%; }
sup { font-size: 60%; }
a {
	color: #063;
	text-decoration: none;
}
a:visited { color: #063; }
a:hover { color: #3C6; text-decoration: underline; }
a:active { color: #6F9; }
dt {
	font-weight: bolder;
	margin-top: 1ex;
}
dd { margin-left: 0; }
ul, ol { margin-top: 1ex; margin-bottom: 1ex; }
.MdGreen { color: #2FB457; } /* #090 */
input, textarea {
	color: 030; background-color: #d1e8c5;
	border: thin inset #84D39C;
	border-radius: 5px 3px;
	-webkit-border-radius: 5px 3px;
	-moz-border-radius: 4px;
}
input[type="radio"], input[type="checkbox"], select { border: medium inset #84D39C; background-color: #d1e8c5; color: 030; }
input[type="submit"], input[type="reset"], input[type="button"] {
	color: 030;
	font-weight: bolder;
	background-color: #3c6;
	border: thin outset #3c6;
	border-radius: 7px 4px;
	-webkit-border-radius: 7px 4px;
	-moz-border-radius: 6px;
}
li {
	margin-bottom: 0.5ex;
	line-height: 1.05em;
}
#NavBar, #Footer, #Main { text-align: center; }
#Main {
	width: 720px;
	margin: 0 auto;
}
#GreenTips {
	background: url(images/greenideas-bg.gif);
	margin: 0 auto;
	height: 232px;
	width: 422px;
	text-align: center;
	padding: 0 5px;
	color: #C9E9F6;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	display: table;
}
#GreenTips div {
	display: table-cell;
	vertical-align: middle;
}
#GreenTips h1 {
	color: #31B454;
	text-shadow: #1A3113 2px 2px 2px;
	font: 30px bold;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#Copyright { font-size: smaller; }
