@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1em;
}
div , h3, p{
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #000;
	padding-bottom: 0px;
}
#calendar h2 {
	padding-top: 10px;
}

#calendar h3 {
	font-size: 1em;

}
#calendar .location {
	font-size: 1em;
}

#rightColumn h3 {
	padding-left: 14px;
	display: none;
}
#wrapper {
	text-align: left;
	width: 850px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#nav {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: none;
}
#leftColumn {
	float: none;
	text-align: left;
	padding-right: none;
	line-height: 4em;
	display: none;
}
#rightColumn {
	float: none;
	width: 380px;
	text-align: left;
	padding-right: 10px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #A4A5A4;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	line-height: 1.3em;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	display: none;
}
.clear, br {
	clear: both;
}
#calendar {
	clear: both;
	text-align: center;
	font-size: 11px;
	line-height: 1.1em;
	color: #000;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
#calendar table , tr{
	text-align: center;
	border: 1px solid #FFF;
}
#footer {
	clear: both;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
	display: none;
}
#footer p {
	padding-left: 40px;
	padding-right: 40px;
	font-size: .9em;
}
#leftColumn p {
	font-size: 1em;
	line-height: 1em;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#classDescription {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
.time {
	font-weight: bold;
	color: #000;
}
.notice {
	font-weight: bold;
	color: #000;
}
