  .hiddenClass {
  	text-align: left;
  	display: none;
  	float: left;
  	
  }
  .instructorBio {
  	font-size: .9em;
	font-style: italic;
	width: 95%;
  }
  .classDescription {
	  width: 95%;
  }
  
  .classDescription p {
	  font-size: 1.2em;	  
  }
  .classData-header {
	font-size: 1.5em;
  	border-style: dotted;
  	border-width: 1px;
  	border-top: none;
  	border-left: none;
  	border-right: none;
  	clear: both;
  }
  .classData {
	font-size: 1.2em;
  	border-style: none;
  	border-width: 1px;
  	clear: both;
  }
  .classDataTP1 {
	border-style: none;
	border-width: 1px;
  	clear: both;
  	background-color: #e6e3e7;
  	border-top: none; 
  	letter-spacing: 1px;
  }
/*   #ded5eb */

  .classDataTP2 {
	border-style: none;
	border-width: 1px;
  	clear: both;
  	border-top: none; 
  	letter-spacing: 1px;
  }

  .classDataSS1 {
	border-style: none;
	border-width: 1px;
  	clear: both;
  	border-top: none; 
  	letter-spacing: 1px;
  }
    .classDataSS2 {
	border-style: none;
	border-width: 1px;
  	clear: both;
  	background-color: #E6E3E7;
  	border-top: none; 
  	letter-spacing: 1px;
  }
/*   #ebd2d2 */

  .instructorImage {
	  float: left;
	  padding-right: 5px;
	  padding-top: 5px;
  }
/* class & divs common to both instructor.php and classdescription.php */
	.gotoTop{
		float: right;
		font-size: .9em;
	}
	#quicklinksUl {
		float: left;
		clear: left;
		max-width: 90%;
		font-size: 1.1em;
		text-align: left;
	}
	.classdescription_quicklink {
		list-style-type: none;	
	}
/*  classes & divs used for instructor.php  */
	.instructorContainer{
		min-height: 120px;
		margin-bottom: 10px;
		padding-left: 8px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 5px;
		border: dotted;
		border-width: 1px;
		overflow: hidden;
	}
	.instructorName{
		font-size: 1.4em;  
		clear: right;
		color: #390104;
	}
	#instructorsBigWrapper{
		width: 95%;
	}
	.instructors_quicklink {
		list-style: none;
	}
/*  classes & divs used for classdescription.php  */
	.classdescriptionContainer{
		margin-bottom: 10px;
		padding-left: 8px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 5px;
		border: dotted;
		border-width: 1px;
		overflow: hidden;
	}
	.classdescriptionName{
		font-size: 1.4em;  
		clear: right;
		color: #390104;
	}
/* WEBYEP specific classes - for test purposes; should integrate these into main stylesheet to match standard classes*/
.WEBYEP-HEADER1{
	font-size: 1.5em;
	padding: 5px;
	color: #990000;
	clear: left;
}
/*
#content {
	padding: 20px;
	padding-top: 0px;
	margin-right: 245px;
	margin-left: 8px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

*/