.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-top: 20px;
	margin-left: 60px;
}

strong {
	font-weight: bold;
}

.images img {
	margin-left: 60px;
	width: 260px;
	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: 650px) { 
	.images {
		text-align: center;
	}

    .images img {
    	width: 200px;
    	margin-left: 30px;
    }

    .info {
    	margin-left: 40px;
    	margin-right: 40px;
    }
}
