/* * v2 * */
a:link.header, a:visited.header {
	color: #d0e0ef;
	text-decoration : none;
}
a:hover.header { color: #ffffff; }

a:link.asearch, a:visited.asearch {
	color: #9e3039;
	text-decoration : none;
}
a:hover.asearch { 
	color: #ccc; 
}

table#dern {
	color: #00315c;
	background-color: #d0e0ef;
}
#dern a:link, #dern a:visited {
	color: #00315c;
	text-decoration : none;
}
#dern a:hover { 
	color: #fff; 
}
td.leftMenuBG a:link.leftMenu, td.leftMenuBG a:visited.leftMenu {
	color: red;
	text-decoration : none;
}
td.leftMenu a:link, a:visited.leftMenu {
	color: red;
	text-decoration : none;
}
a:hover.leftMenu {
	color: red;
	text-decoration : none;
}

a:link.printer {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover.printer {
	text-decoration: underline;
}



/* ************ Charity Navigator on giving nav *********** */
.leftMenuBG #charityNav {
	z-index: 0;
	position: relative;
	text-align: center; 
	padding-top: 60px; 
	font-size: 10px; 
	color: #000066; 
	font-weight: bold;
}
.leftMenuBG #charityNav > p {
	position: relative;
}
.leftMenuBG #charityNav img {
	border: 0;
}
.leftMenuBG #charityNav a {
	text-decoration: none;
}
.leftMenuBG #charityNav a:link span, .leftMenuBG #charityNav a:visited span {
	display: none;
	text-indent: -5000px;
	width: 280px;
	position: absolute;
	top: 10px;
	left: 70px;
	font-weight: normal;
	text-decoration: none;
	background-color: #336699;
	color: #fff;
	text-align: left;
	padding: 5px;
	font-size: 9px;
	background: url('/giving/images/bgCharityNav.gif') repeat top left;
	border: 1px solid #fff;
}
.leftMenuBG #charityNav a:hover span, .leftMenuBG #charityNav a:active span {
	display: block;
	text-decoration: none;
	text-indent: 0;
	z-index: 1000;	
}


/* ******* -- IAS button -- ******* */
a#btnIAS {
	display: block;
	width: 136px;
	height: 40px;
	text-indent: -5000px;
	clear: both;
	outline: none;
	background: url('../images/btnIASLogin.gif') no-repeat bottom left;
	margin: 20px 0 10px 3px;
}