body {
	bgcolor: #CCCCCC;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 3;
	color: #000000;
	}
	
#primary_layer {
	position: absolute;
	top: 100px;
	left: 80px;
	width: 650px;
	z-index: 101;
	}

#course_title {
	position:absolute;
	left:340px;
	top:0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, Tahoma;
	font-size: 30px;
	font-weight:bold;
	font-style:italic;
	color: #ffffff;
	z-index:25;
	}

#course_title div{
	position:inherit;
	top:-5px;
	margin-left:10px;
}


#course_title_shadow
{
	position:absolute;
	left:342px;
	top:2px;
	font-family: Arial Narrow;
	font-size: 30px;
	font-weight:bold;
	font-style:italic;
	color: #444444;
	z-index:20;
	}

#course_title_shadow div{
	position:inherit;
	top:-5px;
	margin-left:10px;
}
	


#page_title {
	font-family: Century Gothic, Verdana, Arial, Helvetica, Tahoma;
	font-weight:bold;
	color: #006600;
	font-size: 20px;
	}

/*Default list settings. */	
ol {
	margin-left: 0px;	
	}	
ul {
	margin-left: 0px;
	}	
	
li {
	padding-left: 3px;
	margin-left: 15px;
	list-style-image: url(gbl_bullet_redish.jpg);
	padding-bottom: 3px;
	}

li.grey {
	padding-left: 3px;
	margin-left: 15px;
	list-style-image: url(gbl_bullet_gray.jpg);
	padding-bottom: 3px;
	}
		
a:link {
	color:#000000;
	font-size: 12px;
	}
a:visited {
	color:#000000;
	font-size: 12px;
	}
a:hover {
	color:#006600;
	font-size: 12px;
	}
a:active {
	color:#000000;
	font-size: 12px;
	}

.underline {
	text-decoration: underline;
	}
