#programList a {
	display: block;
	width: 500px;
	text-decoration: none;
	color: #152e53;
	height: 50px;
	font-size: 1.2em;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 5px;
}
#programList a span {
	font-size: .5em;
	font-style: italic;
	color: #666;
}
.module {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 20px;
	background-image: url(../_assets/image/diploma-programs/module.gif);
	background-position: left top;
	margin-top: 20px;
	padding: 20px 10px 0px 10px;
}
.module:hover , a.active div{
	background-position: left bottom;
	color: #FFF;
	/* [disabled]font-weight: bold; */
}

#modCol {
	width: 240px;
	float: left;
}
#modContentCol {
	width: 370px;
	float: left;
	padding-left: 30px;
}
#modContentCol h2 {
	color: #1867b9;
	font-weight: normal;
}
#modContentCol h3 {
	font-weight: normal;
	color: #333;
}

#modContentCol p {
	color: #333;
	font-size: 13px;
}
#modContentCol ul {
	margin: 0;
	padding: 0;
}
#modContentCol li {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#modContentCol li.oddRow {
	background-color: #E9E9E9;
}

/* Localized */