/*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;
	margin: -5em 0em 0.938em 0em;
	padding: 1%;
	}
	
p.category {
	margin:-1.75em 0em 0em 0em;
	padding: 1%;
	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: 66em;
	margin-top: 3em;
	background-color: white;
	}
	
/*Column1*/
#column1 {
	width: 32em;
	height: 71em;
	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 {
	display: block;
	width: 85%;
	margin: auto;
	}
	
p.quote {
	margin-top: 1.6em;
	font-style: italic;
	font-size: 0.95em;
	}
	
p.red-bold {
		color: red;
		font-weight: bold;
		}

/*Column 2*/
#column2 {
	width: 32em;
	height: 71em;
	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 {
	display: block;
	margin: 0;
	}
	
figure {
	display: block;
	margin: 0;
	margin-right: 0.5em;
	}
	
figcaption {
	margin-top: 0em;
	font-style: italic;
	font-size: 0.95em;
	}	

/* img.memberphoto2 {
	display: block;
	width: 18em;
	margin: auto;
	} */
	
