/* CSS Document */
#CourseName
{
	text-align:center;
	font-size: 1.25em;
	font-weight: bold;		
}

#leftColumn
{
	width:48%;
	float:left;
}

#rightColumn
{
	width:48%;
	float:right;
}

#coursePageFooter
{
	width:100%;
	clear:both;
}
#leftColumn div, #rightColumn div
{
	border:1px solid #000000;
	text-align:left;
	padding: 0 0 1em 0;
	margin-bottom: .5em;
	font-size: small;

}

#leftColumn h1, #rightColumn h1
{
	text-align: center;
	font-size: 1.1em;
	background:#B39A59;
	margin:0 0 1em 0;
	padding: .4em;
	border-bottom: 1px solid #000;	
}

#leftColumn a, #rightColumn a 
{
	color: #7D6628;
	text-decoration:none;
}
#leftColumn a:hover, #rightColumn a:hover
{
	color: maroon; 
	text-decoration: none;
	border-bottom: 1px dotted maroon;
}

#leftColumn p, #rightColumn p {
margin-right: 1em;
margin-left:1em;
}

#leftColumn h4, #rightColumn h4 {
margin-right: 1em;
margin-left:1em;
}