#headerContainer {
	width:100%;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -16px;
/*	margin-bottom: 30px;*/
}

.program_header {
	top: -16px;
	margin-bottom: -16px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:center;
}

.programTitle, .pageTitle {
	position:absolute;
	width:auto;
/*	background-color:#556A6C;*/
	color:#FFF;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
/*	margin-top:-271px;*/
	margin-top:-70px;
/*	margin-left:543px;-*/
	z-index:2;
	padding:5px;
	background:url(/wp-content/themes/mwi/images/sitewide/programTitle_bck.png);
}

.left_col_700 .courseList {
}

.courseList {
	width:220px;
	display:inline-block;
	float:left;
	margin:2px;	
	min-height:400px;
}

.courseList li {
	margin-bottom:4px;
	border-bottom: 1px solid #CCC;
	padding:4px;
	margin-right:10px;	
}

.courseList li h3 {
	background:#46596a;
	padding:4px;
	color:#FFF;
	margin-bottom:4px;
}
	
.careerList {
	width:320px;
	display:inline;
	float:left;
	margin:2px;	
}

.careerList li h3 {
	background:#46596a;
	padding:4px;
	color:#FFF;
	margin-top:10px;
	margin-bottom:5px;	
}
