/* ======================================================================================= */
/* PROGRAM INFO > Styles used within the PROGRAM INFO section of the web site              */
/* ======================================================================================= */

.leftColumnInner {
padding-top: 0px;
}

.copyUL {
margin-left: 0px;
margin-top: 4px;
width: 320px;
}

.copyULnoBG {
line-height: 18px;
}

HR {
height: 1px;
background: #66c6ec;
border: 0;
overflow: hidden;
margin: 3px 0px;
}

.prog_info_title_sess1, .prog_info_title_sess2,.prog_info_title_term1, .prog_info_title_term2 {
	background-repeat:no-repeat;
	width:426px;
	height:43px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent:-10000px;
	}
.prog_info_title_sess1 {
	background-image:url(../../images/program_info/programInfo_header_session1.gif);
}
.prog_info_title_sess2 {
	background-image:url(../../images/program_info/programInfo_header_session2.gif);
}
.prog_info_title_term1 {
	background-image:url(../../images/program_info/programInfo_header_term1.gif);
}
.prog_info_title_term2 {
	background-image:url(../../images/program_info/programInfo_header_term2.gif);
}

.module {
	overflow:hidden;
	padding: 18px 0 18px 174px;
	margin-left:-35px;
	margin-top:0px;
	}
	
.module h3 { margin-top:0px;}

.gradBG {
	background-image:url(../../images/program_info/bg_gradient_horizontal.gif);
	background-repeat:repeat-y;
}

#programInfonav {
float: left;
width: 139px;
padding-right: 2px;
padding-left:0px;
}

#programInfonav LI {
border-bottom: 1px solid #00a0df;
padding: 8px 0px;
margin-left:0px;
/*text-align: center;*/
}

.firstLI {
padding-top: 0px !important;
}

#programInfocopy {
float: right;
width: 444px;
}


/* ======================================================================================= */