body
{
	background: #d3dde2 url(../images/body-bg-tile.png) repeat;
}
#headerWrapper
{
	background: #BDCCD4 url(../images/header-bg-tile.png) repeat-x;
}

#headerBlock
{
	height: 110px;
	margin: 0 auto;
	width: 950px;
	padding: 10px 0px 0px 10px;
}
#dividerWrapper
{
	height: 20px;
	background: #8FA3B7 url(../images/divider-bg-tile.png) repeat-x;
}
#contentWrapper
{
	background: #8FA3B7 url(../images/content-bg-tile.png) repeat;
}
#contentBlock
{
	margin: 0 auto;
	padding: 1px;
	width: 960px;
}
#contentBlockTY
{
	margin: 0 auto;
	padding: 50px;
	height: 250px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #01263F;
}
form#donationform label.error 
{ 
	display: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	margin: 15px 0px 0px 0px;
}
.formInfoWrapper
{
	width: 460px;
	margin: 5px 10px 20px 10px;
}
.formTributeWrapper
{
	width: 460px;
	margin: 5px 10px 20px 10px;
	float: right;
}
.formSubmit
{
	width: 310px;
	margin: 150px 0px 0px 0px;
	float: right;
}
.formOuter
{
	background: #E8E9EA url(../images/form-section-bg-tile-outside.png) repeat-y;
	margin: 0 auto;
}
.formContent
{
	width: 440px;
	margin: 0px 10px 0px 10px;
	background: #E6E6E6 url(../images/form-section-bg-tile-inside.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E425E;
}

.formFooter
{
	background: none;
}
.formContent .textfield input
{
	background-color: #DFE6EA;
	border: 1px solid #2E425E;
	padding: 5px;
	margin: 15px 10px 0px 10px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E425E;
}
.formContent input#radio
{
	margin: 15px 0px 0px 10px;
}

#footerWrapper
{
	background: #ced8dd url(../images/footer-bg-tile.png) repeat-x;
}

#footerBlock
{
	margin: 0 auto;
	padding: 50px 0px 0px 10px;
	width: 950px;
	height: 38px;
}
#footerBlock p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E425E;
}