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

#maincontent {
	background: url(none);
}
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
	visibility: hidden;
}

.row {
	margin: 20px 0px 15px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 98%;
}

.firstcell {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
	width: 47%;
	height: auto;
	clear: left;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	display: inline;
}

.lastcell {
	margin: 0px;
	padding: 10px 0px 10px 5px;
	clear: right;
	float: right;
	height: auto;
	width: 47%;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	display: inline;
}

ul#topnav li#licourses a.sub{
border-bottom: 5px solid #FFF;
}
