/* STYLES FOR UPCOMING COURES PULLED FROM COURSE MANAGEMENT APPLICATION */

#upcomingcourses-wrapper{ }


#upcomingcourses-wrapper h2 {
	font-size:18px;
	font-weight:normal;
	color: #c8ae6b;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom:0;
	line-height:120%;
}

#upcomingcourses-wrapper h3 {
	font-size:14px;
	color:#9d6936;
	font-weight:bold;
	line-height: 130%;
	margin: 1.2em 0 0 0;
}

#upcomingcourses-wrapper h3 a {
	color:#9d6936;
}


#upcomingcourses-wrapper h4{
	margin: 1em 0 .1em 0;
	font-size:14px;
	color: #000000;
	line-height:140%;
	font-weight:bold;
}

#upcomingcourses-wrapper h4 a{
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}


#upcomingcourses-wrapper p{
	margin: .1em 0 1em 0;
}

#upcomingcourses-wrapper p a{
	text-decoration:underline;
}
