@charset "utf-8";
/* CSS Document */

#redNav ul a,
#redNav ul a:visited,
#redNav ul a:link,
#redNav li{
	color: #FFCC33;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	}
#redNav ul a:hover{
	background: url(images/buttons/bulGoldBox.gif) no-repeat left;
	}
#blueNav ul a,
#blueNav ul a:visited,
#blueNav ul a:link,
#blueNav li{
	color:#FFCC33;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	}
#blueNav ul a:hover{
	background: url(images/buttons/bulGoldBox.gif) no-repeat left;
	}


#goldNav ul a,
#goldNav ul a:visited,
#goldNav ul a:link,
#goldNav li{
	color: #FF0000;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	}
#goldNav ul a:hover{
	background: url(images/buttons/bulRedBox.gif) no-repeat left;
	}


/* Navigation Helper for Highlighting Active Section */

#events #blueNav .events a,
#contact #blueNav .contact a{
	background: url(images/buttons/bulGoldBox.gif) no-repeat left;
	cursor: default;
	}

#history #redNav .history a,
#donate #redNav .donate a,
#directions #redNav .directions a,
#mission #redNav .mission a,
#donateBW #redNav .donateBW a{
	background: url(images/buttons/bulGoldBox.gif) no-repeat left;
	cursor: default;
	}

#annual #goldNav .annual a,
#application #goldNav .application a,
#programs #goldNav .programs a{
	background: url(images/buttons/bulRedBox.gif) no-repeat left;
	cursor: default;
	}.rightCellBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.noTableBorder {
	border: none;
}
