.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	font-weight: bold;
}  
a { color: #FF7F00; text-decoration: none }
a:hover { text-decoration: underline} 
td {  font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px}
body {  background-color: #DBDBDB}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; color: #DB0029}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: bold; color: #DB0029}

.sitecredit {color:#DB0029; font-size:0px;}

/*** NAV BUTTONS ***/
a#profile {
	display: block; 
	width: 82px; 
	height: 37px; 
	background: url(images/nav_profile.gif) no-repeat;
}

a#profile:hover {
	background-position: -87px 0;
}

a#news {
	display: block; 
	width: 92px; 
	height: 37px;
	background: url(images/nav_news.gif) no-repeat;
}

a#news:hover {
	background-position: -94px 0;
}

a#programs {
	display: block; 
	width: 93px; 
	height: 37px; 
	background: url(images/nav_programs.gif) no-repeat;
}

a#programs:hover {
	background-position: -95px 0;
}

a#policy {
	display: block; 
	width: 85px; 
	height: 37px; 
	background: url(images/nav_policy.gif) no-repeat;
}

a#policy:hover {
  background-position: -87px 0;
}

a#volunteering {
	display: block; 
	width: 115px; 
	height: 37px; 
	background: url(images/nav_volunteering.gif) no-repeat;
}

a#volunteering:hover {
	background-position: -117px 0;
}

a#commercial {
	display: block; 
	width: 86px; 
	height: 37px; 
	background: url(images/nav_commercial.gif) no-repeat;
}

a#commercial:hover {
  background-position: -86px 0;
}


a#partnerships {
	display: block; 
	width: 87px; 
	height: 37px; 
	background: url(images/nav_partnerships.gif) no-repeat;
}

a#partnerships:hover {
  background-position: -87px 0;
}

a#support {
	display: block; 
	width: 100px; 
	height: 37px;
	background: url(images/nav_support.gif) no-repeat;
	 
}

a#support:hover {
  background-position: -107px 0;
}

