body {
	background: #A0C06E;
	margin: 0px;
	padding:0px;
	font: 11px verdana, arial, sans-serif; 
	}
div, p, th, td, li, dd, dl, dt, ul, ol, li {
	 /* redundant selectors to help NS4 not forget */ 
	 font-family: verdana, arial, helvetica, sans-serif; 
}
a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: #A0C06E;
	text-decoration: none;
}
#footer {
	color: #999;
	font: 11px/14px Verdana, Arial, sans-serif;
	padding-top: 8px;
	border-top: 1px solid #999;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	background: #A0C06E;
	color: #fff;
	text-decoration: none;
}
#tagline {
	background: #999491;
	margin: 0;
	padding: 0;
}
#tagline span {
	display: none;
}
.shower {
	display: none;
}
p { 
	font: 11px/17px Verdana, Arial, sans-serif;
 } 
ol, li, ul {
	font: 11px/17px Verdana, Arial, sans-serif;
}
#content h1 {
	padding: 0;
	margin: 0;
}
#content h1 span { 
 	display: none;
} 
#content h2 {
	font-size:	1.75em;
 } 
#content h3 { 
	font-size: 17px; 
	letter-spacing: -.5px; 
	color: #A0C06E;
} 
#content h4 {
	font-size: 13px;
 } 
#menu {
	padding: 40px 27px 20px 28px;
}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	18px;
	}
h4, h5	{
	font-size:	13px;
	text-transform: uppercase;
	}
b, strong {
	font-weight: bold;
}