/* give now printable donation forms */

.printTables {
	padding:6px 0;
}
#printFr {
	width:84px;
	height:25px;
	cursor:hand;
	text-align:right;
	float:right;
}
#printEn {
	width:64px;
	height:25px;
	cursor:hand;
	text-align:right;
	float:right;
}
/* feature areas */

.featureBoxBottom {
	background:url(../newimages/event-box-br.gif) no-repeat bottom right;
	text-align:left;
}
/* feature frame for the monthly feature */

#feature1BoxOuter {
	width:172px;
	background:url(../newimages/event-box-ml.gif) repeat-y left;
	position:relative;
}
#feature1Box {
	width:172px;
	background:url(../newimages/event-box-mr.gif) repeat-y right;
	position:relative;
}
#feature1BoxTop {
	background:url(../newimages/event-box-green-tr.gif) no-repeat top right;
	position:relative;
	float:left;
}
#feature1Title {
	width:172px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	text-align:center;
	top:-28px;
	margin-bottom:8px;
	position:relative;
}
#feature1Content {
	width:140px;
	padding:0 15px;
	margin-top:-20px;
	position:relative;
	float:left;
}
/* feature frame for the volunteer info */

#feature2BoxOuter {
	width:172px;
	background:url(../newimages/event-box-ml.gif) repeat-y left;
	position:relative;
}
#feature2Box {
	width:172px;
	background:url(../newimages/event-box-mr.gif) repeat-y right;
	position:relative;
}
#feature2BoxTop {
	background:url(../newimages/event-box-blue-tr.gif) no-repeat top right;
	position:relative;
	float:left;
}
#feature2Title {
	width:172px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	text-align:center;
	top:-28px;
	position:relative;
}
#feature2Content {
	width:140px;
	padding:0 15px;
	margin-top:-12px;
	position:relative;
	float:left;
	clear:both;
}

/* feature frame for Ken's video testimonial */

#feature3BoxOuter {
	width:230px;
	background:url(../newimages/event-box-ml.gif) repeat-y left;
	margin-right:15px;
	float:left;
}
#feature3Box {
	width:230px;
	background:url(../newimages/event-box-mr.gif) repeat-y right;
}
#feature3BoxTop {
	background:url(../newimages/event-box-tr.gif) no-repeat top right;
}
#feature3Content {
	width:200px;
	margin-left:14px;
	text-align:center;
}


/* feature frame for Joe's video testimonial */

#feature4BoxOuter {
	width:230px;
	background:url(../newimages/event-box-ml.gif) repeat-y left;
	margin-left:15px;
	float:right;
}
#feature4Box {
	width:230px;
	background:url(../newimages/event-box-mr.gif) repeat-y right;
}
#feature4BoxTop {
	background:url(../newimages/event-box-tr.gif) no-repeat top right;
}
#feature4Content {
	width:200px;
	margin-left:14px;
	text-align:center;
}

/* frame for legacy giving examples in middle of page*/

.exampleBoxOuter {
	width:520px;
	background:url(../newimages/event-box-ml.gif) repeat-y left;
	margin:20px 0 20px 10px;
}
.exampleBox {
	width:520px;
	background:url(../newimages/event-box-mr.gif) repeat-y right;
}
.exampleBoxTop {
	background:url(../newimages/event-box-tr.gif) no-repeat top right;
}
.exampleBoxMiddle {
	width:490px;
	padding:0 15px;
}
.exampleTopBottom {
	background:url(../newimages/event-box-br.gif) no-repeat bottom right;
}
/* classes for photos */

.photoLeft {
	float:left;
	margin:2px 15px 2px 0;
}
.photoRight {
	float:right;
	margin:2px 0 2px 15px;
}
.donorQuote {
	margin:20px 0;
}

