body {
	background:#CCCC66;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}


.center_page {
	width: 985px;
	margin:0 auto;
}

#header {
	width: 985px;
	height: 298px;
	padding: 0px;
	margin: 0px;
	background-image:
	url('images/header.jpg');
	background-repeat: no-repeat;
}

#header_confirmation {
	width: 985px;
	height: 298px;
	padding: 0px;
	margin: 0px;
	background-image:
	url('images/header_confirmation.jpg');
	background-repeat: no-repeat;
}

.dark_blue_content_box {
	width: 985px;		
	padding: 0px;
	margin: 0px;
	background-image:
	url('images/bg_dark_blue_box.jpg');
	background-repeat: repeat-y;
}

.light_blue_content_box {
	width: 985px;		
	padding: 0px;
	margin: 0px;
	background-image:
	url('images/bg_light_blue_box.jpg');
	background-repeat: repeat-y;
}

.article_title {
	padding-left: 40px;
	padding-bottom: 5px;
	font-family: arial, verdana, tahoma;
	font-size: 1.5em;
	color: #ffffff;

}

.article_body {
	width: 910px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.3em;
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	color: #e9e9e9;

}

.big_gold {
	font-size: 1.4em;
	color: #FFCC00;
	font-weight: bold;

}

#donation_form {
	width: 390px;
	background-color: #ffffff;
	color: #333333;
	
}

#newsletter {
	width: 390px;
	background-color: #ffffff;
	color: #333333;
}

#footer {
	width: 985px;
	margin-top: 10px;
	line-height: 1.3em;
	font-family: arial, verdana, tahoma;
	font-size: .7em;
	color: #1A3A4A;
	font-weight: normal;
}

#footer a{	
	color: #1A3A4A;
	font-weight: normal;
}