@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;
}

#content ul ul {
margin:6px 0 0 40px;
}
#content ol ul {
margin:6px 0 0 40px;
}
#content ul ol {
margin:6px 0 0 40px;
}
#content ol ol {
margin:6px 0 0 40px;
}
#nav_horizontal {
	font-size: 0.9em;
}
/*********************************
* 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;
}
.convert_course {
}
.letter {
    display: inline-block;
    width: 16px;
}
#column2 table {
	margin:0 0 8px 0;
}
#column2 table td {
	padding:0px;
}
#column2 table td p{
	margin:3px;
}