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

.pageSubTitle,
.pageTitleWorkshops {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.pageSubTitle {
	font-style:italic;
}

.pageTitleWorkshops {
	color:#557183;
	font-weight:bold;
	text-transform:uppercase;
}

.workshopFooter {
	background-color:#557183;
}

#mainContent {
	position:absolute;
	height:350px;
	width:480px;
	overflow:auto;
	padding:10px;
	margin:0 auto;
	top:13px;
	left:8px;
}

#mainContent a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
}

#workshopHeader {
	padding:10px;
}

#workshopTarget {
	width:96%;
	height:150px;
	padding:10px;
	overflow:auto;
}

.largeImage {
	padding-right:15px;
}

.wsDate {
	font-weight:bold;
	padding-bottom:10px;
}

.wsPrice {
	padding-bottom:10px;
}

.backButton {
	padding-left:10px;
}

.backButton a,
.moreButton a {
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#557183;
	text-decoration:none;
}

