@charset "UTF-8";
.topnav {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
}
a.topnav {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
a.topnav:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: underline;
}
.footer_nav {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
}
a.footer_nav {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
a.footer_nav:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: underline;
}
.body_text {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
}
a.body_text {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
a.body_text:hover {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999;
}
.body_text_bold {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
.body_text_bold_blue {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #5094C7;
}
.subhead_caps {
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.subhead {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #5094c7;
	text-transform: none;
}
.bio_name {
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #5594C8;
}
.bio_creds {
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666;
}
.side_bg {
	background-image: url(../images/sidebar_bckgrd.gif);
	background-repeat: repeat-y;
	background-position: top;
}

