@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;
}

/*********************************
* 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;
}

/*Breadcrumbs and Header Styles*/


#header h3#powered {
    top: 143px;
    bottom: 3px;
    color: #000;
    font-size: 0.725em;
    font-weight: normal;
	left: 8px;
	position: absolute;
	z-index: 2;
}

/****************************************
 * Breadcrumb Navigation
 ****************************************/
 
#breadcrumb {
	/*margin: 0 0 15px 0;*/
    margin: 0px;
	font-size:1em;
	width:530px;
	/*float:left;*/
}

#column1, #column2, #column3{
   /* min-height: 800px !important;*/
  min-height: 100% !important; 
}    
}

