@charset "utf-8";
/* CSS Document */

/*Styles for Main Container*/

.mainContent {
	margin-left:45px;
	margin-right:45px;
}

/*Styles for TopNav which contains the link buttons*/

.topNav {
	height:73px;
	margin-bottom:230px;
}

/*Styles for text*/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color: #A45A37;
	text-decoration:none;
	text-align:left;
}

.red {
	color:#ff0000;
}

.seasonHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #68292D;
	text-decoration:underline;
	margin-bottom:25px;
}

.courseName {
	font-family:Comic Sans MS;
	font-size:18px;
	font-weight: bold;
	color: #365B10;
	text-decoration:underline;
	margin-bottom:25px;
	line-height:1.8em;
}

.free-trial {
	color: #FF0000;
	font-size:28px;
}

.courseDates {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000000;
	/*text-decoration:underline;*/
	margin-bottom:25px;
	line-height:1.7em;
}

.courseLocation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	margin-bottom:25px;
}

.contactLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	margin-bottom:25px;
}

.cost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.limitedSpace {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
	margin-top:25px;
}

.nounderline {
	text-decoration:none;
}

.underline {
	text-decoration:underline;
}

/*These styles pertain to items in the Upcoming Workshops and Performances area. Certain styles listed above are also used in the aforementioned area*/

.reg-info {
	font-size:25px;
	font-weight:bold;
}


.listMonth, .reg-info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#68292D;
	text-decoration:underline;
	margin-bottom:20px;
	margin-top:12px;
}

.uwpList {
	margin-left:42px;
	font-weight: bold;
	font-family:Arial;
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
