@charset "utf-8";

/********** MAIN BODY **********/

.structure #bodyTableOne div {
	padding: 0 0 10px 0;
}
.structure #bodyTableOne table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne h2 {
	font-size: 24px;
}

.structure #bodyTableTwo div {
	padding: 0 0 10px 0;
}
.structure #bodyTableTwo table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #bodyTableTwo table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #bodyTableTwo h2 {
	font-size: 16px;
	text-align: justify;
}
.structure #bodyTableTwo table tr td #donationList {
	margin-top: 10px;
}
.structure #bodyTableTwo table tr td #donationList p {
	margin: 0;
	padding: 0 3px 12px 3px;
	text-align: center;
	font-size: 11px;
	/* line-height: 10px; */
}

/********** PGS SIDEBAR **********/

.structure #sidebarRight h2 {
	font-size: 32px;
}

.structure #sidebarRight #pgsPics {
	padding: 150px 0 0 0;
}

.structure #sidebarRight #pgsPics img {
	background: none;
	padding: 20px 0 10px 0;
}


