@import url("training_template.css");

div.section_description{
	color: #135F2E;
	font-size:14pt;
	width:500px;
	font-family:Arial;
	line-height:1.2em;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	z-index:3; /*brings it above the menu and header block*/
	}

.section_description h1{
	font-family:times new roman;
}

div.course_section{
	font-family:Arial;
	text-align:left;
	position:relative;
	z-index:1000;
	padding-left:48px;
}

div.course_section span{
	font-size:20pt;
	color: #135F2E;
	text-decoration:underline;
	text-align:left;
}

span#tm{
	font-size:12pt;
	margin:0;
	text-decoration:none;
	vertical-align:super;
}

div.course_list{
	text-align:left;
	position:relative;
	
}

