@charset "utf-8";
/* CSS Document */

html, body {
        height: 100%;
        margin: 0 0 1px;
        padding: 0;
}

#nav_horizontal li a {
	background:none repeat scroll 0 0 #EDEDED;
	border-right:1px solid #D9D9D9;
	display:block;
	padding:10px 10px 9px;
}

#image_hd_content {
	width: 515px;
	background: url(../img/coas_hd.jpg) no-repeat;
	padding: 130px 15px 0px 0px;
}


/*********************************
* Course listings
**********************************/

.course-listings ul {
margin:10px 0;
padding:3px 0 0;
}

h6.course-folder-name {
   font-size: 8pt !important;
   font-weight:bold !important;
   padding-left: 26px;
}

dt.course-folder-name {
   font-size: 12pt;
   font-weight:bold;
}

.course-listings dt {
   font-weight:bold;
}

.ctitle {
   font-weight:bold;
}
.underline {
text-decoration:underline;
}

/***************************
* Misc adjustments
****************************/

h6.course-folder-name {
   font-size: 9pt !important;
   font-weight:bold !important;
   padding-left: 26px;
}

#content ul {
  margin: 6px 0 1.5em 40px;
}
