a.contactemail {
	display:				block;
	height:					53px;
	width:					216px;
	text-indent:			-9999px;
	overflow:				hidden;
	font-size:				0;
	background-repeat:		no-repeat;
	background:				transparent url(../images/buttons/email.png) 0 -53px;
	}

a.contactemail:hover 	{
	background:				transparent url(../images/buttons/email.png) 0 0;
	}

a.newsarchive {
	display:				block;
	height:					47px;
	width:					243px;
	text-indent:			-9999px;
	overflow:				hidden;
	font-size:				0;
	background-repeat:		no-repeat;
	background:				transparent url(../images/buttons/archive.png) 0 0;
	}

a.newsarchive:hover 	{
	background:				transparent url(../images/buttons/archive.png) 0 -47px;
	}




/*---- NAV ----*/
#Tr a {
	display:				block;
	height:					50px;
	float:					left;
	text-indent:			-9999px;
	overflow:				hidden;
	font-size:				0;
	background-repeat:		no-repeat;
	}

#Nl {
	width:					121px;
	height:					50px;
	background:				transparent url(../images/structure/navSprite.png);
	}

#Tr a.home {
	width:					66px;
	background:				transparent url(../images/structure/navSprite.png) -121px 0;
	}
#Tr a.involved {
	width:					121px;
	background:				transparent url(../images/structure/navSprite.png) -187px 0;
	}
#Tr a.partners {
	width:					104px;
	background:				transparent url(../images/structure/navSprite.png) -308px 0;
	}
#Tr a.about {
	width:					101px;
	background:				transparent url(../images/structure/navSprite.png) -412px 0;
	}
#Tr a.contact {
	width:					104px;
	background:				transparent url(../images/structure/navSprite.png) -513px 0;
	}
#Nr {
	width:					91px;
	height:					50px;
	background:				transparent url(../images/structure/navSprite.png) -617px 0;
	}
	
		#Tr a.home:hover,
		#Tr a.home.active {
			background:		transparent url(../images/structure/navSprite.png) -121px -51px;
			}
		#Tr a.involved:hover,
		#Tr a.involved.active {
			background:		transparent url(../images/structure/navSprite.png) -187px -51px;
			}
		#Tr a.partners:hover,
		#Tr a.partners.active {
			background:		transparent url(../images/structure/navSprite.png) -308px -51px;
			}
		#Tr a.about:hover,
		#Tr a.about.active {
			background:		transparent url(../images/structure/navSprite.png) -412px -51px;
			}
		#Tr a.contact:hover,
		#Tr a.contact.active {
			background:		transparent url(../images/structure/navSprite.png) -513px -51px;
			}



/***===BOTTOM BUTTONS===***/
#Bi a {
	display:				block;
	height:					143px;
	float:					left;
	text-indent:			-9999px;
	font-size:				0;
	background-repeat:		no-repeat;
	}



#Bi a.recent {
	width:					223px;
	background:				transparent url(../images/buttons/homeSprite.png);
	}

#Bi a.accomplishments {
	width:					318px;
	background:				transparent url(../images/buttons/homeSprite.png) -223px 0;
	}
	
	#Bi a.recent:hover {
		width:				223px;
		background:			transparent url(../images/buttons/homeSprite.png) 0 -143px;
		}

	#Bi a.accomplishments:hover {
		width:				318px;
		background:			transparent url(../images/buttons/homeSprite.png) -223px -143px;
		}



#Bi a.donate {
	width:					287px;
	height:					53px;
	background:				transparent url(../images/buttons/donate.png);
	float:					right;
	margin-right:			50px;
	margin-top:				45px;
	}
	
	#Bi a.donate:hover {
		width:				287px;
		height:				53px;
		background:			transparent url(../images/buttons/donate.png) 0 -53px;
		}



#Bi a.links {
	width:					298px;
	height:					101px;
	background:				transparent url(../images/buttons/partnerSprite.png);
	}

#Bi a.criteria {
	width:					329px;
	height:					101px;
	background:				transparent url(../images/buttons/partnerSprite.png) -298px 0;
	}

#Bi a.application {
	width:					322px;
	height:					101px;
	background:				transparent url(../images/buttons/partnerSprite.png) -627px 0;
	}

	#Bi a.links:hover {
		background:			transparent url(../images/buttons/partnerSprite.png) 0 -101px;
		}

	#Bi a.criteria:hover {
		background:			transparent url(../images/buttons/partnerSprite.png) -298px -101px;
		}

	#Bi a.application:hover {
		background:			transparent url(../images/buttons/partnerSprite.png) -627px -101px;
		}


/***===SIDE COLUMN BUTTONS===***/
div.OneCol div.col1 a {
	display:				block;
	width:					212px;
	height:					40px;
	float:					left;
	text-indent:			-9999px;
	font-size:				0;
	background-repeat:		no-repeat;
	margin:					0 0 10px 14px;
	}

div.OneCol div.col1 a.mission {
	background:				transparent url(../images/buttons/mission.png);
	}

div.OneCol div.col1 a.people {
	background:				transparent url(../images/buttons/people.png);
	}

div.OneCol div.col1 a.events {
	background:				transparent url(../images/buttons/news.png);
	}

div.OneCol div.col1 a.report {
	background:				transparent url(../images/buttons/annualReport.png);
	}

div.OneCol div.col1 a.subscribe {
	background:				transparent url(../images/buttons/subscribe.png);
	}

div.OneCol div.col1 a.scholarships {
	background:				transparent url(../images/buttons/scholarships.png);
	}

	div.OneCol div.col1 a.mission:hover,
	div.OneCol div.col1 a.mission.active1 {
		background:				transparent url(../images/buttons/mission.png) 0 -40px;
		}

	div.OneCol div.col1 a.people:hover,
	div.OneCol div.col1 a.people.active2 {
		background:				transparent url(../images/buttons/people.png) 0 -40px;
		}

	div.OneCol div.col1 a.events:hover,
	div.OneCol div.col1 a.events.active3 {
		background:				transparent url(../images/buttons/news.png) 0 -40px;
		}

	div.OneCol div.col1 a.report:hover,
	div.OneCol div.col1 a.report.active4 {
		background:				transparent url(../images/buttons/annualReport.png) 0 -40px;
		}

	div.OneCol div.col1 a.subscribe:hover,
	div.OneCol div.col1 a.subscribe.active5 {
		background:				transparent url(../images/buttons/subscribe.png) 0 -40px;
		}

	div.OneCol div.col1 a.scholarships:hover,
	div.OneCol div.col1 a.scholarships.active6 {
		background:				transparent url(../images/buttons/scholarships.png) 0 -40px;
		}

