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




#copyHolder
{
	max-width:800px;
	width:800px;

}

#copyText
{
	line-height:normal;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

a:link, a:visited{
	color: inherit;	
}

a:hover, a:active{
	color:#00C;	
}

div.course{
	padding: 5px 10px;	
	font: 12px Arial, Helvetica, sans-serif;
	position: relative;
}

	.course span{
		display: inline-block;
	}
	
	.course .title{
		width: 290px;
		font-weight: bold;
		font-style: italic;
	}
	
	.course .date{
		width: 140px;	
		font-weight: bold;
		font-style: italic;		
	}
	
	.course .instructor{
		width: 200px;	
		font-weight: bold;
	}
	
	.course .tuition{
		width: 150px;	
		font-weight: bold;
	}

div.course-header {
	font-weight: bold;
	border-bottom: 1px solid black;
	
}


#schedule-cartwright-feature {
	background-color: #FFFF66;
	border: 3px double black;
	padding: 5px;
	position: absolute;
	right: -100px;
	top: 120px;
	width: 200px;
	z-index: 50;
}

#schedule-salminen-flag{
background-color:#FFFF66;
border:3px double black;
padding:2px 5px;
position:absolute;
right:-160px;
top:0;
width:230px;
z-index:100;
}