/* Add all div's that need hiding on this line: */
#header, #topnav, #otheritems, #footer, #leftcol, #rightcol, #sectionheadsmall, #breadcrumbs, #header, #helpfoot {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, #content, #contentwrap {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}

body h2 {
    background-color: #F6961D !important	;
    clear: both;
    color: #ffffff;
    font-size: 2em;
    margin: 0 0 15px;
    padding: 4px 4px 4px 8px;
    width: 100%;
}


table.course-table a{
	display: none;
}
a.backlink{
	display: none;
}