.special a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.special a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.special a:hover {
	color: #FF0000;
	text-decoration: none;
}
.special a:active {
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

body {
	background-color: #17793F;
	text-align:center;
	min-width: 700 px;
}

.bodydiv {
	background-image: url(/images/leftborder.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
.wrapper {
	margin:0 auto;
	width:900px;
	text-align: left;
	border: none;
	background-image: url(/images/header2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}

.sidebar {
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 23px 8px;
}
.bottom {
	background-image: url(/images/header2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #479653;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #D20236;
}
.coursetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC6600;
}
.course_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #394273;
}
.special_note {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-style: italic;
}
