#navigation {
	float: right;
	padding-right: 20px;
	padding-bottom: 1em;
	}
#navigation ul {
	margin: 0;
	}
#navigation li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: center;
	float: left;
	list-style: none;
	border: 1px solid #669999;
	border-width: 0 0 0 1px;
	}
#navigation li a, #navigation span.selected {
	display: block;
	padding: 0 1em;
	}

#sideNav {
	width: 200px;
	float: left;
	}
#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 11px;
	}
#sideNav li {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style: none;
	background: url(../images/border_tile.gif) 0 4px repeat-x;
	padding: 6px 0 6px 0;
	}

#sideNav a, #sideNav span.selected {
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	background: url(../images/arrow.gif) 0 14px no-repeat;
	padding: 0.5em 0 0.1em 18px;
	}
#sideNav span.selected {
	background-image: url(../images/arrow_ovr.gif);
	}
#sideNav a:hover {
	text-decoration: underline;
	background-image: url(../images/arrow_ovr.gif);
	}

#course_nav {
	padding: 4px 40px 40px 40px;
	}
#course_nav ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid white;
	}
#course_nav li {
	text-align: center;
	width: 133px;
	background-color: #0099CC;
	float: left;
	list-style: none;
	border: 1px solid white;
	border-width: 0 0 0 1px;
	padding: 8px 0;
	}

div#course_details {
	padding-top: 20px;
	}
div#course_details ul {
	padding-bottom: 16px;
	}
div#course_details li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.8em;
	}
div#faq li {
	padding-top: 2em;
	}

#sup_links p {
	color: #999999;
	}
#sup_links p a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: lowercase;
	}
#sup_links p a:hover {
	text-decoration: underline;
	}
