.program-header
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #003399;
	background-color: #eaeaea;
}

.section-header
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #003399;
	text-align: left;
}

li
{
	list-style-type: disc;
}

table.program-facts
{
	border-collapse: collapse;
	width: 100%;
}

table.program-facts tr td
{
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	background-color: #99ccff;
}

table.program-facts tr.header td
{
	text-align: center;
	font-weight: bold;
	color: #003399;
	background-color: #ffffff;
}

table.helpful-links
{
	width: 98%;
}

table.helpful-links tr td
{
	width: 25%;
	text-align: center;
}

