.banner_bg {
	background-image: url('/images/banner.jpg');
	background-repeat: no-repeat;
}
.body_nav {
	background-image: url('/images/bg_image.jpg');
	background-repeat: no-repeat;
}
.border {
	border: 1pt solid #666;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80A1B6;
}
.body_copy_white_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.body_copy_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.nav_bg {
	background-image: url('/images/nav_bg.jpg');
	background-repeat: no-repeat;
	text-align:right;
	padding-right:12px;
}
.inside_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5E88A1;
}
.body_copy_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.headline_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #187D3E;
}

a:link {
	color: #5F87A0;
}
a:visited {
	color: #62879F;
}
a:hover {
	color: #0A264B;
}
#topnav a { text-decoration:none; font-weight:bold; color:white; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#topnav a:hover { text-decoration:underline; 
}
.error { color:red; }
h3.interviewers { color: #187D3E; width:778px; border-bottom:1px solid #187D3E; }