@charset "utf-8";
/* CSS Document */
#contentContainer {
	
	padding: 0px;
}

#twoColRtContent {
	background-image: url(../images/2ColRt_page_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* sections and divs */
#columnLft {
	float: left;
	width: 450px;
	margin-left: 25px;
	padding-top: 20px;
}

#sidebarRt {
	float: right;
	width: 230px;
	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

/* heading styles */

#columnLft h1 {
	margin-bottom: 25px;	
}

#columnLft h6 {
	color: #584d2d;
	font-size: 16px;
	font-weight: normal;	
}

#columnLft h3 {
	color: #AB6532;
	padding-top: 8px;
	padding-right: 5px;
	font-size: 14px;
	
}
#columnLft h4 {
	color: #AB6532;
	font-size: 24px;
	margin-bottom: 12px;
}

#columnLft h4 span {
	font-weight: normal;
	font-size: 14px;
}
#sidebarRt h4 {
	color: #FFF;
	background-color: #AB6532;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}


#sidebarRt h6 {
	color: #3F3F3F;
	margin-top: 8px;
	font-weight: normal;
}

/* p styles */

.quoteName {
	text-align: right;
	display: block;
	font-size: 10px;
}

#sidebarRt p {
	font-size: 10px;
}

#sidebarRt p.quote {
	font-size: 13px;
	line-height: 20px;
}




/* image styles */

div.imgBox { /* image with caption centered  */
	background:#F5F3E8;
	border:1px solid #797979;
	overflow:hidden;
	text-align:center;
	margin-bottom: 30px;	
}

.imgBoxCenter {
	
	width: 450px;
}

div.imgBoxCenter img {
	margin:8px;
}


/* Payment section */
table td span {
	font-size: 11px;
}
.marLft {
	margin-left: 10px;
	margin-bottom: 10px;
}

#tableWrap {
	border: 1px dashed #999;
	margin-bottom: 30px;
	padding: 20px;
}

table.donateTable {
	padding: 0px;
}

table.donateTable td.tableHead {
	background-color: #F5F3E8;
}


table.donateTable td {
	padding-bottom: 15px;
	
}
table.donateTable td img {
	margin-left: 5px;
}

