body {
	margin: 0px;
	padding: 0px;
	font-family: "helvetica neue", arial;
	text-align: center;
	color: #5f606e;
}

h1 {
	font-size: 36px;
/*	font-family: arial;*/
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 30px;
/*	font-family: arial;*/
	padding: 0px;
	font-weight: normal;
}

h2.heading {
	text-align: center;
	padding: 20px 0px 40px 0px;
	left: 160px;
}

h3 {
	font-size: 24px;
/*	font-family: arial;*/
	padding: 0px;
	font-weight: normal;
	line-height: 30px;
}

h4 {
	font-size: 21px;
/*	font-family: arial;*/
	padding: 0px;
	font-weight: normal;
	line-height: 26px;
}

h5 {
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	line-height: 26px;
	margin: 10px 0px 2px 0px;
}

p {
	font-size: 16px;
	line-height: 24px;
}


a:link {
	color: #f26522;
	text-decoration: underline;
}

a:visited {
	color: #f26522;
	text-decoration: underline;
}

h1 a:link, h1 a:visited {
	color: white;
	text-decoration: none;
}

.clearFix {
	clear: both;
}

.relative {
	position: relative;
}


#main {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
/*	background-image: url(/images/grid_bg_12.gif);*/
/*	background-color: #dde6ef;*/
	background-color: #fff2d3;
	text-align: left;
}

#banner {
	position: relative;
/*	background-image: url(/images/grid_bg_12.gif);*/
}

#donationButton {
	position: absolute;
	top: 54px;
/*	right: -43px;*/
	right: -19px;
/*	background-image: url(/images/make_a_donation.png);*/
/*	width: 284px;*/
/*	height: 44px;*/
	z-index: 5;
	color: white;
}

#bannerNavigation {
	position: absolute;
	top: 112px;
	right: 10px;
/*	font-family: "helvetica neue", arial;*/
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#bannerNavigation li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#bannerNavigation a:link, #bannerNavigation a:visited, #langChoice a:link, #langChoice a:visited  {
	color: white;
}

#langChoice {
	position: absolute;
	top: 10px;
	right: 10px;
/*	font-family: arial;*/
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#langChoice li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#pageHeader {
	position: relative;
}

#pageHeading {
	position: absolute;
	right: 0px;
	top: 250px;
	color: white;
/*	font-family: arial;*/
	font-size: 30px;
	width: 460px;
	background-color: #f26522;
	padding: 10px;
}

#pageHeading2 {
	position: absolute;
	right: 0px;
	top: 240px;
	color: white;
/*	font-family: arial;*/
	font-size: 30px;
	width: 460px;
	background-color: #f26522;
	padding: 10px;
}

#pageHeading2 h1 {
	font-size: 29px;
}


#content {
/*	background-color: #dde6ef;*/
	padding-bottom: 90px;
}
