/* CSS Document */
/* define site's section colours into classes */
.home{
	color: #cc6600;
}
.donations{
	color: #378523;
}
.objectives{
	color: #C39D65;
}
.media{
	color: #9c65ce;
}
.volunteer{
	color: #d63c39;
}
.about-us {
	color: #ff9a31;
}
.contact{
	color: #2d4e94;
}
/* Navigation crumbs for ie without javascript */
#crumbs {
  margin: 0 0 5px 30px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color: #999;
  voice-family:"\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>body #crumbs {
  font-size: x-small;
}

#crumbs a {
  font-weight: normal;
  color: #69c;
  text-decoration: none;
}
#crumbs a:active {
  font-weight: normal;
  color: #f000033;
  text-decoration: none;
}

#crumbs a:hover {
  text-decoration: underline;
}
@media print {
#crumbs {display: none;}
}