.curriculum {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 0.9em;
}
.curriculum .title {
	color: #577F4A;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #577F4A;
}
.curriculum .point {
	color: #577F4A;
}
.curriculum .schedule {
	background-color: #333333;
	border: 1px solid #333333;
}
.curriculum .schedule th {
	background-color: #E7F1CF;
	font-weight: bold;
	color: #007F41;
	margin: 1px;
	padding: 5px;
	white-space: nowrap;
}
.curriculum .schedule .scheduleCol {
	color: #FFFFFF;
	background-color: #577F4A;
	width: 60px;
}

.curriculum .schedule td {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 1px;
	text-align: center;
	line-height: 1.2em;
	font-size: 1em;
}
.curriculum .schedule .private {
	background-color: #0068B6;
	color: #FFF100;
	width: 50%;
	padding: 1px;
	text-align: center;
	margin: auto;
}
.curriculum .schedule .class {
	background-color: #E60012;
	color: #FFFFFF;
	width: 50%;
	padding: 1px;
	text-align: center;
	margin: auto;
}
.stories {
	background-color: #FCDFA4;
	background-image: url(../img/curriculum/storyies_title.gif);
	background-position: 10px 10px;
	width: 500px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.stories .story {
	margin-top: 10px;
	margin-bottom: 10px;
}
.stories .story .name {
	font-weight: bold;
	color: #00693E;
	margin-bottom: 2px;
}
.stories .story .success {
	padding-left: 50px;
	margin-bottom: 3px;
}
.stories .story .body {
	background-image: url(../img/curriculum/story_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	margin-top: 2px;
	clear: both;
}

.stories .story .univ {
	color: #FFFFFF;
	background-color: #333333;
	padding: 3px;
	float: left;
	margin-bottom: 5px;
}
