/*Introduction area*/
p.intro {
	max-width: 65%;
	margin-top: 0em;
	margin-bottom 2em;
	margin-left: 15em;
	font-size: 0.850em;
	line-height: 1.7em;
	color: #000;
	}

/*Program category name*/
#programcategory { 
	float: right;
	padding: 1%;
	margin: -5.5em 0em 0.938em 0em;
	}

p.category {
	margin: -1em 0em 0em 0em;
	padding: 0%;
	font-style: italic;
	font-weight: light;
	font-size: 1.3em;
	text-align: right;
	line-height: 1.4em;
	}

/*Two column area. Div used to set background color of nested divs Column1 and Column2 */
#columnarea {
	height: 41em;
	margin-top: 3.5em;
	padding-top: -0.5em;
	background-color: #fff;
	}

/*Column1*/
#column1 {
	width: 37em; /* increased from 32 */
	height: 44em;
	float: left;
	margin: 0em 0.5em 1em 0em;
	padding: 2em 2em 2em 2em;
	background-color: white;
	border-width: thin;
	border-style: solid;
	border-color: #ddd;
	color: #000;
	line-height: 1.4em;
	font-size: 0.850em;
	}

/*Donation*/
p.topspacedonate {
	padding-top: 0em;
	}
	
/*Column 2*/
#column2 {
	width: 27em; /* reduced from 32 */
	height: 44em;
	float: right;
	position: relative;
	margin: 0em 0em 1em 0.5em;
	padding: 2em 2em 2em 2em;
	background-color: white;
	border-width: thin;
	border-style: solid;
	border-color: #ddd;
	color: #000;
	font-size: 0.850em;
	line-height: 1.4em;
	}
	
/*Legacy Gift*/
p.topspacelegacy {
	padding-top: 9.5em;
	}
	
/*Thank you text*/
#thankyou {
	float: left;
	padding: 0
	
	}
	
p.thankyou {	
	margin: 1em 0em 0em 0em;
	padding: 1%;
	color: #cf996c;
	font-style: italic;
	font-weight: light;
	font-size: 2em;
	text-align: left;
	line-height: 1.6em;
	}
