body {
	font-family: Helvetica, Arial, sans-serif;
}

#big {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 960px;
}


#left {
	width: 160px;
	float: left;
	background-color: #62B841;
}

#content {
	float: right;
	text-align: left;
	margin-left: 10px;
	width: 786px;	
	margin-bottom: 12px;
}

#footer {
	margin-top: 12px;
	clear: both;
	width: 960px;
	height: 20px;
	background-image: url(../i/footer.gif);
	background-repeat: no-repeat;
}

#left h3 {
	font-size: 10pt;
	width: 160px;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #62B841;
	background-color: #FF6;
}

#left ul {
	list-style: none;
	color: #FF0;
	padding-left: 4px;
	margin: 0 0 0 0;
}

#left li {
	margin-left: 0;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFC;
}

#left a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}


#left a:link, #left a:visited {
	color: #FFC;
}

#left a:hover {
	color: #62B841;
	background-color: #FFC;
}

#content {
	color: #333;
}

h2.blue {
	margin: 0 0 0 0;
	height: 40px;
	padding: 6px 0 0 18px;
	background-image: url(../i/bluedot.gif);
	background-repeat: no-repeat;
}
h2.green {
	margin: 0 0 0 0;
	height: 40px;
	padding: 6px 0 0 18px;
	background-image: url(../i/greendot.gif);
	background-repeat: no-repeat;
}
h2.chart {
	margin: 0 0 0 0;
	height: 40px;
	padding: 6px 0 0 18px;
	background-image: url(../i/chartdot.gif);
	background-repeat: no-repeat;
}

.quotebox {
	width: 400px;
	margin: 12px auto 12px auto;
	border: 4px solid #80ACDB;
	padding: 10px;
	text-align: left;
	color: #80ACDB;
	font-style: italic;
	font-size: 12pt;
}

.course {
	padding-bottom: 1em;
	padding-top: 1em;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 2px solid #62B841;
}

h2.coursename {
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #040;
}

.courseinfo td {
	font-weight: bold;
	font-size: .9em;
	vertical-align: top;
	text-align: left;
	border-bottom: 2px solid #EEE;
	}


.firstcol {
	width: 200px;
}
.secondcol {
	width: 200px;
}
.thirdcol {
	width: 200px;
}
.fourthcol {
	width: 200px;
}

h3 {
	margin: .5em 0 0 0;
}





