/* CSS Document */
body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.backArrow {
	padding-left: 10px;
	background: url(../images/arrow_back.gif) left center no-repeat;
}

.alignRight {
	text-align: right;
}

/** HEADER **/
div#headerLoginArea {
	color: #676d71;
}

div#header div#navButtons {
	width: 460px;
}

div#navButtons ul li a {
	padding: 0 7px;
}


a#RaisingMoney {
	color: #FFFFFF;
	background: url(../images/btn/raise_link_bg_btn.gif) top left no-repeat;
	display: block;
	height: 58px;
	padding: 15px 0 0 16px;
	font-size: 9px;
	text-decoration: none;
}

a#RaisingMoney span {
	display: block;
	font-size: 16px;
	padding: 0 0 3px;
	font-weight: 600;
}

div#featCauseButtonArea {
	height: 255px;
}

div#featCause div.featCauseText {
	height: 170px;
}

div#sponsorArea {
	text-align: center;
	height: 71px;
	padding: 20px 0 0 0;
	background: url(../images/bg/sponsor_bg.gif) top left no-repeat;
}

div#sponsorArea img {
	padding: 0 5px;
}


div#footerLeft {
	width: 880px;
	padding-right: 0px;
	float: left;
}

div#footerRight {
	width: 80px;
	float: left;
}


div#footerLeft a {
	color: #7d7e80;
	font-size: 10px;
}

div#footerLeft a:hover {
	color: #959697;
	text-decoration: none;
}

/** END OF CSS **/