/* CSS Document */

body,td,th {
	color: #000000;
}
a:link {
	color: #112266;
	text-decoration: underline;
}
a:visited {
	color: #112266;
	text-decoration: underline;
}
a:hover {
	color: #112266;
	text-decoration: none;
}
a:active {
	color: #112266;
	text-decoration: underline;
}
a.news:link {
	color: #3c83b4;
	text-decoration: none;
}
a.news:visited {
	color: #3c83b4;
	text-decoration: none;
}
a.news:hover {
	color: #112266;
	text-decoration: underline;
}
a.news:active {
	color: #3c83b4;
	text-decoration: none;
}
a.nav:link {
	color: #FFCC00;
	text-decoration: none;
}
a.nav:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.nav:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a.nav:active {
	text-decoration: none;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1F0B6A;
	line-height: normal;
	
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #F47C20;
}
ul{
	list-style-image: url('images/orangearrow.gif');
}
li{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;	
}
ul.programs{
	list-style-image: url('images/orangearrow.gif');
	margin-left: -15px;
	padding-left: 40px;
}
li.programs{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;	
}
.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.blueBold { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #084887;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 12px;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.eventHeader
{
	background-color:#084887;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	padding: 3px;
	border-bottom: 2px solid #F47C20;
}
.event
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
}
.event2
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
}
.more
{
	background-color:#dddddd;
	color: #084887;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
}
.news{
	font-family: Arial;
	text-align: left;
	font-size: 14px; 
	color: #3c83b4;
}

