@charset "utf-8";
/* CSS Document */

#topnav li a#tutoring {
	border-bottom: 3px solid #FC3;
}
#content{
	width:940px;
	margin-top: 60px;
	height: auto;
	overflow: hidden;
	min-height: 1000px;
}
#sidebar{
	display: none;
}
#content #intro {
	margin: 0px 0px 20px;
	padding: 0px;
	clear: left;
	float: left;
	width: 700px;
	height: auto;
	overflow: hidden;
	line-height: 1.5em;
	position: relative;
	left: 0px;
	top: 0px;
}



#content #topregister {
	margin: 0;
	padding: 0px;
	clear: right;
	float: right;
	height: 50px;
	width: 160px;
	vertical-align: bottom;
	position: absolute;
	left: 700px;
	top: 150px;
}
#content #bottomregister {
	margin: 0px 100px 0px 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: 50px;
	width: 160px;
	vertical-align: bottom;
}
input.btnregister {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background: #4E74C5;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 150px;
	clear: right;
	float: right;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px outset #FFF;
	border-left: 3px solid #FFF;
	position: relative;
	left: 0px;
	top: 0px;
}
a.btnregister {
	color: #FFF;
	background: #4E74C5;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 150px;
	clear: right;
	float: right;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px outset #FFF;
	border-left: 3px solid #FFF;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	font: bold normal 14px/40px Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
#content ul {
	margin: 1em 0px 1em 1em;
	padding: 0px 0px 0px 1em;
}
#content ul li {
	margin: 0.5em 0px 1em 0em;
	padding: 0px;
	line-height: normal;
}
#content ul.blue {
	font-size: 0.9em;
	font-weight: bold;
	color: #004460;
}



#content #outline {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
	clear: both;
}


#content   ol{
	list-style:none;
	font-size:12px;
	margin: 0em 0em 1em;
	padding: 0px;
	float: left;
	overflow: hidden;
	height: auto;
	width: 300px;
}
#content ol li{
	margin: 0em;
	padding: 0px;
}
#content ol ul{
	color: #333;
	margin: 0.5em 0px 2em 1em;
	padding: 0px 0px 0px 1em;
	font-size: 1em;
}
#content ol ul li{
	margin: 0.5em 0px;
	padding: 0px;
}

#content ol h3{
	margin: 0em 0px 0.5em;
	padding: 0px;
	color: #F63;
}
#content ol.column1{
	float:left;
	clear:left;
	width:300px;
	display: inline;
	height: auto;
}
#content ol.column2{
	float:left;
	clear:none;
	width:320px;
	display: inline;
	margin-left: 1em;
}
#content ol.column3{
	float:left;
	clear:right;
	width:300px;
	display: inline;
	height: auto;
	margin-left: 0.5em;
}
#content #intro #toplist{
	margin: -20px 0px 10px;
	padding: 0px 10px 0px 0px;
	clear: right;
	width: 550px;
	overflow: hidden;
}

#content #intro ul {
	list-style: disc;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 15px;
	clear: right;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#content #intro ul li {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: relative;
}
#content .course {
	margin: 0px 0px 40px;
	padding: 0px;
	height: 200px;
	width: 445px;
	display: inline;
	clear: left;
	float: left;
	overflow: hidden;
	border: 1px dashed #09F;
}
#content .floatright {
	display: inline;
	clear: right;
	float: right;
	border: 1px dashed #09F;
}
#content .course p    {
	margin: 8px;
	padding: 0px;
}
#content .course:hover {
	background: #EFEFEF;
}
