/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

.breadcrumbs {
	color: #002662;
	font-size: 63%;
}
.breadcrumbs a {
	color: #6199D6;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #6199D6;
	text-decoration: underline;
}
.searchForm {
	font-size: 63%;
}
.footer {
	text-align: left;
	font-size: 57%;
	color: #FFFFFF;
}
.footer a {
	color: #6199D6;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.header {
	text-align: left;
	font-size: 63%;
	color: #FFFFFF;
}
.header a {
	text-decoration: none;
	color: #FFFFFF;
}
.header a:hover {
	text-decoration: underline;
	color: #6199D6;
}
.navBg {
	background-color: #002562;
	background-image: url(/images/nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.primaryNav {
	font-size: 69%;
	color: #FFFFFF;
}
.primaryNav a {
	text-decoration: none;
	color: #FFFFFF;
}
.primaryNav a:hover {
	text-decoration: underline;
	color: #6199D6;
}
.primaryNavActive a:hover {
	color: #FFFFFF;
}
/* ---------- Secondary Navigation ---------- */
#secNav {
  	font-size: 69%;
  	margin: 0px; 
  	padding: 15px 3px 15px 25px;
}
#secNav ul {
  	list-style: none;
  	margin: 0px; 
  	padding: 0px;
  	line-height: 14px;
}
#secNav li {
	padding-bottom: 2px;
}
#secNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#secNav a:hover, #secNav a:active, #secNav a.active {
	text-decoration: underline;
	color: #6199D6;
}
a.custom_link, a.custom_link:link, a.custom_link:visited {
	color: #6199D6;
	text-decoration: none;
}
a.custom_link:hover, a.custom_link:active {
	color: #002662;
	text-decoration: underline;
}