h1 {
	padding: 1%;
	font-weight: normal;
	font-size: 1.8em;
	text-align: left;
	line-height: 1;
	margin-left: 8em;  
	}	
	

p.intro {
	max-width: 65%;
	margin-top: 0em;
	margin-bottom 0em;
	margin-left: 15em;
	font-size: 1em;
	line-height: 1.7em;
	color: #000;
	}

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

#upcoming {
	height: 68em;
	width: 26%;
	float: left;
	padding: 0.5em 0em 0em 1.75em;
	background-color: #fff;
	border-color: #ccc;
	line-height: 1.25em;
	} 

p.upcomingt {
	margin: 2em 0.75em 0.75em 0.75em; 
	text-align: left;
	font-size: 0.850em;
	color: #000;
	}
	

	/* Content on right side */
#bodycontent {
	height: 72em;
	width: 39em;
	float: left;
	margin: 1em 0em 3em 2.5em;
	line-height: 1.25em;
	}
	
p.bodycontent {
	margin: 2em 0.75em 0.75em 0.75em; 
	text-align: left;
	font-size: 0.850em;
	color: #000;
	}
	
hr {
	height: 1px;
	width: 85%;
	margin-left: 0em;
	background-color: #ccc;
	border: none;
	}
		




