/* CSS Document */
html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
}
img{
border:none;
}
body{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	background-image: url(images/bg.jpg);
	overflow-y: scroll;
	background-color: #ffffff;
}
p{
	margin-top: 0px;
	margin-bottom: 20px;
}
a{
	text-decoration:none;
	color: #00739c;
}
a:hover{
text-decoration:underline;
}


.holder{
	position:relative;
	width:817px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}


.horizontalSection{
	width:817px;
	height:auto;
	float:left;
	position:relative;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
}
#header{
	height:67px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#footer{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	height: 239px;
	color: #333333;
	font-size: 12px;
}


#homeGreen{
	height:auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

.leftColumn{
position:relative;
float:left;
width:158px;
height:auto;
margin-left:25px;
}
.rightColumn{
	width:596px;
	margin-right:20px;
	float:right;
	position:relative;
	margin-left:15px;
	line-height: 16px;
}
.rightColumnDonate{
	width:596px;
	margin-right:20px;
	float:right;
	position:relative;
	margin-left:15px;
	line-height: 16px;
}
.rightColumnDonate p{
margin:12px 0px 12px 0px;
}
.rightColumnDonate h2{
	margin:15px 0px 12px 0px;
	font-size: 14px;
	color: #4fa2c6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.rightColumnDonate h3{
	color: #611E16;
}
.rightColumnDonate h3 a img{
	margin-left:15px;
}
.newsletterJoin{
	width:596px;
	margin-right:20px;
	height:34px;
	text-align:right;
	margin-top:2px;
	position: relative;
	float: right;
}
.newsletterJoin input{
}

.resources{
width:387px;
height:102px;
position:absolute;
bottom:0px;
right:0px;
}
