@charset "UTF-8";
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}


.centeredText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}


.centeredHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.centeredSlideshow {
	text-align: center;
	width: 500px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.imageContainerLeft {
	width: 300px;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	float:left;
}

.imageTrainingLeft {
	width: 230px;
	height: 200px;
	float:left;
	margin-left: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.imageTrainingRight {
	width: 230px;
	height: 200px;
	float:right;
	margin-right: 120px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.showSchedule {
	width: 420px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}

.footer a {
	color: #FFF;
	text-decoration: underline;
}

