p.intro {
	max-width: 65%;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 15em;
	font-size: 0.850em;
	line-height: 1.7em;
	color: #000;
	}
	
/*Program category name*/
#programcategory { 
	margin: -5.25em 0em 0.938em 0em;
	padding: 1%;
	float: right;
	}
	
p.category {
	margin: -0.6em 0em 0em 0em;
	padding: 1%;
	font-weight: light;
	font-style: italic;
	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: 64em;
	margin-top: 2.5em;
	background-color: #fff;
	}
	
p.quote {
	margin-top: 1.6em;
	font-style: italic;
	font-size: 0.95em;
	}
	
/*Column1*/
#column1 {
	width: 32em;
	height: 69em;
	float: left;
	position: relative;
	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;
	}
	
img.intlphoto1 {
	float: right;
	margin-top: 0em; 
	margin-left: 1%;
	padding: 2.5em 0.625em 0.625em 0em; 
	}
	
img.intlphoto2 {
	float: left;
	margin-top: 1em; 
	margin-right: 1.5%;
	padding: 1.5em 0.625em 0.625em 0em;
	}

/*Column2*/
#column2 {
	width: 32em;
	height: 69em;
	float: right;
	position: relative;
	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;
	}
	
img.memberphoto1 {
	float: right;
	margin-top: -0.75em; 
	margin-left: 1%;
	padding: 0.625em;
	}
	
img.memberphoto2 {
	float: left;
	margin-top: 0em; 
	margin-right: 1%;
	padding: 0.625em;
	}
	
