a {
	color: #3471a9;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.mainAreaHome {
	background-image: url(assets/backgrounds/backgroundHome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}
.mainAreaDonate {
	background-image: url(assets/backgrounds/backgroundDonate.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}
.mainAreaVolunteers {
	background-image: url(assets/backgrounds/backgroundVolunteers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}
.mainAreaNews {
	background-image: url(assets/backgrounds/backgroundNews.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}
.mainAreaResources {
	background-image: url(assets/backgrounds/backgroundResources.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}
.mainAreaContact {
	background-image: url(assets/backgrounds/backgroundContact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 575px;
	text-align: left;	
}

.bottomArea{
	position: relative;
	width: 840px;
	height: 390px;
	top: 150px;
}
.sidebarContent{
	position: absolute;
	width: 180px;
	height: 320px;
	left: 25px;
	top: 50px;
}

.pageTitle{
	position: relative;
	width: 200px;
	height: 50px;
	left: 300px;
	top: 50px;
}
.pageContent{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	position: relative;
	left: 300px;
	top: 40px;
	width: 495px;
	height: 260px;
	line-height: 26px;
	padding-right: 15px;
	overflow: auto;
}

.popContent{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	position: relative;
	top: 20px;
	width: 495px;
	height: 260px;
	line-height: 26px;
}

.contactInfo{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	position: relative;
	letter-spacing: 1.5px;
	vertical-align: middle;
	top: 165px;
	text-align: center;
	height: 15px;
	width: 840px;
}

.iconHolder{
	spacing: 2px;
}


.navcontainer {	
	position: relative;
	height: 30px;
	width: 575px;
	padding: 0px;
	top: 145px;
	margin-left: 250px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	border-width: 0px;
}