@charset "utf-8";
/* CSS Document */

.holder {
	width: 800px;
	margin: auto;
	background-color: #FFF;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #FF4200;
}
a:active {
	color: #FF4200;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	width: 631px;
}
.main {
	width: 800px;
	margin: auto;
	background-color: #FFF;
	overflow: auto;
}
.nav2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
}
.textleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 500px;
	float: left;
	background-color: #FFF;
}
.rightimage {
	width: 250px;
	float: right;
}
#course {
	color: #FF4200;
}
#apDiv1 {
	position:absolute;
	width:401px;
	height:26px;
	z-index:1;
	left: 630px;
	top: 59px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #CCC;
}
.canvas {
	background-color: #FFF;
	margin: auto;
	width: 800px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #666;
}
