body {
	background-color: #003366;
}
#maintable {
	background-color: #FFFFFF;
	border: thin solid #006600;
}
#headerline {
	background-image: url(assets/images/headerline.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#navbar {
}

#bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #003366;
}
bullets {
	list-style-position: inside;
	list-style-image: url(assets/images/subpagebullet.jpg);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}


#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
#maintable #bodytext #programbracket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #336666;
	font-style: normal;
}
