.footer_text {font-size: 12px}
body {
	background-color: #FFFFFF;
}

.nav a:link {color: #FFFFFF; text-decoration: none; font-weight:bold;}
.nav a:visited {color: #FFFFFF; text-decoration: none; font-weight:bold;}
.nav a:active {color: #FFFFFF; text-decoration: none; font-weight:bold;}
.nav a:hover {color: #FFFFFF; text-decoration: underline; font-weight:bold; display:block; width:128px; height:20px; border:0px; background-image:url("../site_images/nav_hover.jpg");}

.link a:link {color: #FFFFFF; text-decoration: none;}
.link a:visited {color: #FFFFFF; text-decoration: none;}
.link a:active {color: #FFFFFF; text-decoration: none;}
.link a:hover {color: #FFFFFF; text-decoration: underline;}

.blue_link a:link {color:#0066FF; text-decoration: none; font-size: 12px;}
.blue_link a:visited {color: #0066FF; text-decoration: none; font-size: 12px;}
.blue_link a:active {color: #0066FF; text-decoration: none; font-size: 12px;}
.blue_link a:hover {color: #0066FF; text-decoration: underline; font-size: 12px;}

.bottom_link a:link {color: #FFFFFF; text-decoration: none; font-size: 12px;}
.bottom_link a:visited {color: #FFFFFF; text-decoration: none; font-size: 12px;}
.bottom_link a:active {color: #FFFFFF; text-decoration: none; font-size: 12px;}
.bottom_link a:hover {color: #FFFFFF; text-decoration: underline; font-size: 12px;}

.table_link a:link {color: #003991; text-decoration: none; font-size: 14px; font-weight:bold;}
.table_link a:visited {color: #003991; text-decoration: none; font-size: 14px; font-weight:bold;}
.table_link a:active {color: #003991; text-decoration: none; font-size: 14px; font-weight:bold;}
.table_link a:hover {color: #003991; text-decoration: underline; font-size: 14px; font-weight:bold;}

.table_header_link a:link {color: #000000; text-decoration: none; font-size: 18px; font-weight:bold;}
.table_header_link a:visited {color: #000000; text-decoration: none; font-size: 18px; font-weight:bold;}
.table_header_link a:active {color: #000000; text-decoration: none; font-size: 18px; font-weight:bold;}
.table_header_link a:hover {color: #000000; text-decoration: underline; font-size: 18px; font-weight:bold;}

.table_header_text {
	color: #FFFFFF;
	font-weight: bold;
}

.table_text {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.table_text2 {
	color:#9D0202;
	font-weight: bold;
	font-size: 14px;
}

table.programs {
	border-width: 0px;
	border-collapse: collapse;
}
table.programs td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 150;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#141414;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: auto;
left: 75px; /*position where enlarged image should offset horizontally */
}
/*end credits*/