/* --- 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% --- */

.style2 {
	font-size: 9px;
}
.breadcrumbs {
	color: #566056;
	font-size: 69%;
	text-transform: lowercase;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #359679;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.searchTxt {
	font-size: 69%;
	margin-bottom: 3px;
}
.footer {
	text-align: left;
	font-size: 57%;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* ---------- Secondary Navigation ---------- */
#secNav {
	width: 100%;
  	font-size: 75%;
}
/* Safari */
*>#secNav {
	height: auto;
}	
#secNav ul {
  	font-weight: bold;
  	color: #000000;
  	list-style: none;
  	margin: 15px 15px 15px 15px;
  	padding: 0px;
  	line-height: 14px;
}
#secNav li {
 	margin: 0px; 
	margin-top:0px; 
	padding: 0px;
}

#secNav a {
 	display: block;
 	color: #000000;
 	/* width: 183; */
 	text-decoration: none;
	padding-left: 0;
	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-right: 10px;
}
#secNav a:hover, #secNav a:active, #secNav a.active {
  	color: #359679;
  	text-decoration: none; 
  	/* Netscape 4 */
  	border: none;
}
#secNav a.active {
	font-weight: bold;
}
#secNav ul ul {
	margin: 0px;
  	font-weight: normal;
  	font-size: 95%;
}
#secNav ul ul a {
	/* width: 164px; */
	padding-left: 10px;
}
#secNav ul ul ul {
}
#secNav ul ul ul a {
	/* width: 154px; */
	padding-left: 20px;
}


table.container {
	margin: 0 auto;
}

.contentBg {
	background-color: #FFFFFF;
}

td.mainpicTop {
	height: 100%;
}

.parentPageNameHeading {
	color: #FFFFFF;
	font-size: 125%;
	margin-left: 15px;
	margin-bottom: 10px;
}
.parentPageNameHeadingContainer {
	height: 125px;
	vertical-align: bottom;
}
.narrowContentArea {
	width: 180px;
}

.nav_repeatBg {
	background-image: url(/images/nav_repeatBg.gif);
}
.home_newsPanelBg {
	background-image: url(/images/home_newsPanelBg.gif);
}
.shadow_repeat {
	background-image: url(/images/shadow_repeat.gif);
}
.footer_shadowRepeat {
	background-image: url(/images/footer_shadowRepeat.gif);
}