body {
	padding: 0px;
	margin: 0px;
	background-color: #c8c8c8;
	font-size: 11pt;
	line-height: 1.3em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

#outerWrapper {
	float: none;
	position: relative;
	display: block;
	padding: 0px;
	background-image: url(../i/dsBg.gif);
	background-color: white;
	margin: -3px auto;
	width: 818px;
	padding: 1px 0;
}

#contentWrapper {
	margin: 0 auto;
	width: 800px;
	background-repeat: repeat-y;
	position: relative;
}

#header {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../i/header.jpg);
	height: 515px;
	width: 800px;
	display: block;
	position: relative;
}

#wcccdNav{
	display: block;
	position: relative; 
	float: right;
	width: 410px;
}

#wcccdNav a{
	color: #000;
}

ul#top3 li{
	list-style: none;
	float: left;
	margin-right: 40px;
}

#wcccdNavCols{
	clear: both;
}

#wcccdNavCols ul{
	display: block;
	float: left;
	list-style: none;
	font-size: 0.8em;
}

#barNav{
	position: absolute;
	float: left;
	bottom: 10px;
	right: 10px;
}

#barNav li{
	list-style: none;
	float: left;
	margin-right: 65px;
}

#barNav a{
	color: #fff;
}

#contentBody{
	width: 100%;
	height: auto;
	background: url('../i/sidebarBg.jpg') 0 0 repeat-y;
	position: relative;
	float: left;
}

#sidebar{
	width: 282px;
	height: auto;
	float: left;
	font-size: 0.85em;
	font-weight: bold;
}

#sidebar ul{
	padding: 0;
	margin: 0;
	margin-left: 43px;
	padding-right: 5px;
	list-style: none;
}

#sidebar li{
	margin-bottom: 7px;
}

#courseList li span{
	cursor: pointer;
}

#courseList li span:hover{
	color: #0000FF;
	text-decoration: underline;
}

#course-detail p{
	font-size: 0.9em;
}

#course-detail h2{
	font-size: 0.95em;
}

.purchase-info{
	font-weight: bold;
}

#mainContent{
	width: 485px;
	height: auto;
	float: right;
	padding-right: 15px;
	line-height: 1.5em;
	color: #5c5c5c;
}

#mainContent h1{
	line-height: 1.2em;
	color: #00529c;
	font-size: 1.4em;
}

#footer{
	clear: both;
	height: 143px;
	display: block;
	width: 100%;
	background: url('../i/footer.gif') 0 0 no-repeat;
}

#login_box{
	display: block;
	width: 210px;
	float: right;
	margin: 0 -15px 10px 10px;
	background-color: #eee;
	padding: 15px;
	font-size: 0.9em;
	text-align: right;
}

.login_hl{
	font-size: 1.1em;
	font-weight: bold;
}

#login_box input{
	margin-bottom: 10px;
}

#login_box a{
	font-size: 0.8em;
	font-weight: bold;
}