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

.search {
	font-size: 69%;
	color: #3B3B3B;
}

.footer {
	font-size: 63%;
	color: #3B3B3B;
}

.footer a { 
	color: #E16F2A;
	text-decoration: underline;	
 }

.footer a:hover { 
	color: #E16F2A; 
	text-decoration: underline;
}

#pageHeadingText {
	font-size: 175%;
	color: #E16F2A;
}

/* ---------- Secondary Navigation---------- */
#secNav {
  	margin: 0px; 
  	padding: 0px;
  	padding-top: 0px;
  	line-height: 11px;
  	vertical-align: top;
}	
#secNav ul {
  	list-style-type: none;
  	margin: 0px; 
  	padding: 0px;
}
#secNav li {
 	margin-top: 1px;
	margin-bottom: 6px; 
	padding: 0px;
	padding-bottom: 6px;
	background-color: #ffffff;
}

#secNav a {
 	font-size: 69%;
	color: #E16F2A;
 	display: block;
 	text-decoration: none;
 	font-weight: normal;
	padding-left: 20px;
	padding-top: 7px;
 	padding-right: 3px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#secNav a:active, #secNav a.active, #secNav a:hover  {
	font-weight: normal;
  	color: #E16F2A;
  	text-decoration: none;
  	background-color: #FFFFFF;
  	background: url(/images/arrowIcon.gif);
  	background-repeat: no-repeat;
  	background-position: 7px 10px;
}
#secNav ul ul {
	padding-left: 3px;
	padding-top: 2px;
	background-color: #FFFFFF;
}
#secNav ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
}
#secNav ul ul a {
	border-top: solid 1px #FFFFFF;
	color: #E16F2A;
  	text-decoration: none;
  	font-weight: normal;
  	background-color: #FFFFFF;
	padding-top: 3px;
 	padding-bottom: 3px;
  	background: url(/images/orangeBullet.gif);
  	background-repeat: no-repeat;
  	background-position: 12px 7px;
  	vertical-align: top;
}
#secNav ul ul a:hover{
	color: #3B3B3B;
  	font-weight: normal;
  	text-decoration: none;
  	background-color: #FFFFFF;
  	background: url(/images/grayBullet.gif);
  	background-repeat: no-repeat;
  	background-position: 12px 7px;
}
#secNav ul ul a:active, #secNav ul ul a.active {
	color: #3B3B3B;
  	font-weight: normal;
  	background-color: #FFFFFF;
  	background: url(/images/grayBullet.gif);
  	background-repeat: no-repeat;
  	background-position: 12px 7px;
}

/* ---------- Breadcrumbs ---------- */
#breadCrumbs {
  	font-size: 69%;
  	color: #3B3B3B;
}	
#breadCrumbs a, #breadCrumbs a:hover{
  	color: #E16F2A;
}	
#registerTable td {
	padding: 2px;
}
