body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-family: Arial;
	text-align: center;
}
h1, h2, h3, h4, p{
	margin: 20px;
}
h1{
	font-size: 58pt;
	font-weight: normal;
	color: #999999;
	line-height: 100%;
}
h2{
	font-size: 125%;
}
h2.compact{
	font-size: 125%;
	margin-bottom:0px;
}
h3{
	margin-top: 0;
	font-size: 100%;
}
p, li{
	font-size: 11pt;
	line-height: 150%;
}
p.compact {
	line-height: 100%;
	margin-top:5px;
	margin-bottom:5px;
}
li{
	margin-right: 20px;
}
ul{
	margin-top:-10px;
}
a{
	color: #669900;
}
b{
	font-size: 11pt;
}
i{
	font-family: Georgia, serif;
	color: #666666;
}
hr{
	clear: both;
	margin: 20px;
	background: none;
	color: #FFFFFF;
	border: 0;
	border-bottom: 2px dotted #999999;
}
img, object{
	display: block;
	border: 0px;
}
#page{
	margin: 0px auto;
	width: 990px;
	text-align: left;
}
.header{
	border-top: 10px solid #333333;
	margin: 0px auto;
}
.feature{
	float: right;
	margin: -30px 20px 20px 20px;
	width: 286px;
	border: 2px dotted #99cc00;
	background: #eeeeee;
}
.colContainer{
	float: left;
	width: 990px;
}
.col1, .col2, .col3, .col4, .col5{
	float: left;
	width: 330px;
}
.doubleCol{
	float: left;
	width: 660px;	
}
.quarterCol{
	float: left;
	width: 24.5%;
}
.instructor{
	float: right;
}
.schedule_table, .future_schedule_table, .added_workshops_table{
	margin: 0px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11pt;
}
.schedule_table th, .future_schedule_table th{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #EEEEEE;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}
.schedule_table td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 125px;
	height: 115px;
}
.schedule_table p{
	margin: 0px 0px 10px 0px;
	line-height: 100%;
}
.schedule_table .number{
	font-family: Georgia;
	font-size: 18pt;
}
.future_schedule_table{
	width: 950px;
}
.future_schedule_table td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 175px;
}
.added_workshops_table td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.fullspan{
	width:auto;
}
#topnav{
	margin-bottom:90px;
}
#topnav ul{
	list-style: none;
	padding: 0;
	margin-left:20px;
	margin-top:-20px;
} 
#topnav li{
	float: left;
	margin: 0 15px 0 0;
	font-size:125%;
}
#topnav li a{
	text-decoration:none;
}