.program_header {
	height: 31px; /*50px - 19px for padding*/
    padding-top: 19px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 27px;
}

.line {
    width: 630px;
    border-top: 1px solid #24435A;
    margin-bottom: 20px;
}

.program_subheader {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 60px;
}

strong {
	font-weight: bold;
}

.images img {
	margin-left: 150px;
	margin-top: 20px;
	width: 400px;
	height: auto;
}

.info {
	margin: 20px 60px;
	text-align: justify;
}

.info ul {
	list-style: circle inside;
}

.info ul li {
	margin-top: 3px;
	line-height: 17px;
}

.info a{
	text-decoration: none;
	color: #00B3B3;
}

.info a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.images {
		text-align: center;
	}

	.images img {
		width: 350px;
		margin-left: 0;
	}
}

@media screen and (max-width: 450px) {
	.info {
		margin: 20px 30px;
	}

	.program_subheader {
		margin: 20px 30px;
	}

	.images img {
		width: 250px;
	}
}
