body {
	background-color: #CCCCCC;
	margin: 5px 0px 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

.columnRight {
	background-image: url(slices/location-bg.jpg);
	width: 331px;
}
.columnRightText {
	padding: 5px 35px 5px 35px;
}
.columnRightImage {
	padding: 0px 20px 0px 25px;
}
.columnRightText ol, .columnRightText ul {
	margin: 0 0 0 1px;
	padding: 0 0 0 25px;
}
.columnRightText li {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}
.columnLeft {
	background-image: url(slices/content-bg.jpg);
	width: 422px;
}
.columnLeftText {
	padding: 0px 20px 5px 40px;
}
.footerText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footerText a:link {
	text-decoration: none;
	color: #666666;
}
.footerText a:visited {
	text-decoration: none;
	color: #666666;
}
.footerText a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.schedTable {
	border-collapse: collapse;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.schedTable td {
	padding-left: 3px;
	border-top: 1px solid #CCCCCC;
}
.textSmall {
	font-size: 11px;
}

.locationBlock {
	margin-bottom: 5px;
	border-top: 1px solid #999999;
}
.locationTop {
	margin: 10px 0px;
	clear: both;
}
.locationInfo {
	float: left;
	margin-bottom: 10px;
}
.locationMap {
	float: right;
	width: 61px;
	margin: 5px 0px;
}
.locationMap a img {
	border: 0px;
}
.classSchedule {
	clear: both;
	margin: 5px 0px 15px 0px;
}
a.register_online {
	text-decoration: none;
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover.register_online {
	color: #990000;
}
.rowHighlight {
	background-color: #E6EEF6;
}
.classDateSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#urgentNews {
	width: 283px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 20px 0 25px;
	background-color: #f9f9f9;
}
#urgentNews div {
	padding: 10px 15px;
	font-size: 11px;
	color: #990000;
}

#mainMenu {
	width: 422px;
}
#mainMenu #menu_home {
	width: 78px;
	height: 31px;
	float: left;
	text-align: center;
	line-height: 31px;
}
#mainMenu #menu_schedule {
	width: 148px;
	height: 31px;
	float: left;
	text-align: center;
	line-height: 31px;
}
#mainMenu #menu_register {
	width: 138px;
	height: 31px;
	float: left;
	text-align: center;
	line-height: 31px;
}
#mainMenu #menu_spacer {
	width: 58px;
	height: 31px;
	float: left;
}
#mainMenu a {
	display: block;
	height: 31px;
	text-indent: -99999px;
	outline: 0;
}
#mainMenu a.home {
	background-image: url(slices/menu_home.png);
	background-position: top;
}
#mainMenu a.home:hover {
	background-position: bottom;
}
#mainMenu a.schedule {
	background-image: url(slices/menu_classes.png);
	background-position: top;
}
#mainMenu a.schedule:hover {
	background-position: bottom;
}
#mainMenu a.register {
	background-image: url(slices/menu_register.png);
	background-position: top;
}
#mainMenu a.register:hover {
	background-position: bottom;
}

