body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.45em;
	color: #333333;
	background-color: #EFEFEF;
	margin: 0px;
}
.topBar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.navSide {
	background-color: #003300;
	width: 170px;
	height: 320px;
}
#kinderBorder {
	border: thin solid #642F9A;
}
.box {
	background-color: #689A69;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-right-color: #003300;
	border-bottom-color: #003300;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	border-top-color: #B3CCB4;
	border-left-color: #B3CCB4;
}
.courseTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.courseDesc {
	font-size: 11px;
}
.kinderBorder {
	border: thin solid #003300;
	padding: 10px;
}
.singleBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
a:link {
	color: #003300;
}
a:visited {
	color: #689A69;
}
a:hover {
	color: #689A69;
}
a:active {
	color: #003300;
}
.underline {
	text-decoration: underline;
}
.picLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.content {
	padding-right: 10px;
	padding-left: 15px;
}
hr {
	color: #003300;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #003300;
}

