html {
     overflow: -moz-scrollbars-vertical;
}
.headergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #336600;
	line-height: 28px;
}
.textgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.textgrey a {
	color: #FF6600;
}
.textgrey a:visited {
	color: #FF6600;
}
.textgrey a:hover {
	color: #FF6600;
}
.textgrey a:active {
	color: #FF6600;
}
.backgroundrepeat {
	background-image:  url("images/bg-green.gif");
	background-repeat: repeat;
	background-position: left top;
	display: block;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 16px;
}
#home .home a
{
	display:block;
	width: 41px;
	height: 34px;
	background:  url("images/nav-home-down.jpg") 0 0 no-repeat;
}
.home a { 
	display:block;
	width: 41px;
	height: 34px;
	background:  url("images/nav-home.jpg") 0 0 no-repeat;
}
.home a:hover { 
	background:  url("images/nav-home-over.jpg") 0 0 no-repeat;
}
#about .about a
{
	display:block;
	width: 108px;
	height: 34px;
	background:  url("images/nav-about-down.jpg") 0 0 no-repeat;
}
.about a { 
	display:block;
	width: 108px;
	height: 34px;
	background:  url("images/nav-about.jpg") 0 0 no-repeat;
}
.about a:hover { 
	background:  url("images/nav-about-over.jpg") 0 0 no-repeat;
}
#volunteers .volunteers a
{
	display:block;
	width: 75px;
	height: 34px;
	background:  url("images/nav-volunteers-down.jpg") 0 0 no-repeat;
}
.volunteers a { 
	display:block;
	width: 75px;
	height: 34px;
	background:  url("images/nav-volunteers.jpg") 0 0 no-repeat;
}
.volunteers a:hover { 
	background:  url("images/nav-volunteers-over.jpg") 0 0 no-repeat;
}
#donation .donation a
{
	display:block;
	width: 105px;
	height: 34px;
	background:  url("images/nav-makeadonation-down.jpg") 0 0 no-repeat;
}
.donation a { 
	display:block;
	width: 105px;
	height: 34px;
	background:  url("images/nav-makeadonation.jpg") 0 0 no-repeat;
}
.donation a:hover { 
	background:  url("images/nav-makeadonation-over.jpg") 0 0 no-repeat;
}
#contact .contact a
{
	display:block;
	width: 71px;
	height: 34px;
	background:  url("images/nav-contact-down.jpg") 0 0 no-repeat;
}
.contact a { 
	display:block;
	width: 71px;
	height: 34px;
	background:  url("images/nav-contact.jpg") 0 0 no-repeat;
}
.contact a:hover { 
	background:  url("images/nav-contact-over.jpg") 0 0 no-repeat;
}.photomargin {
	margin-right: 10px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.textfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
}
