@charset "utf-8";
/* CSS Document */

html, body {
        height: 100%;
        margin: 0 0 1px;
        padding: 0;
}

#image_hd_content {
	width: 515px;
	background: url(../img/homepage_bg.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}

#container {
	overflow:hidden;
}
#footer p {
	margin-left:27px;
}
/*********************************
* Course listings
**********************************/

.course-listings ul {
margin:10px 0;
}

dt.course-folder-name {
   font-size: 12pt;
   font-weight:bold;
}

.course-listings dt {
   font-weight:bold;
}

.ctitle {
   font-weight:bold;
}
.underline {
text-decoration:underline;
}