body {
	background: #000 url(../images/container_bg.gif) repeat-y center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	color: #333;
}

img {
	border: 0px;
	display: block;
}

a {
	color: #2f0500;
	text-decoration: underline;
}
a:hover {
	color: #ba9c24;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	margin: 0 0 12px;
	padding: 0;
}

p {
	margin: 0 0 14px;
	padding: 0;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}

#nav {
	background: url(../images/nav_bg.gif) repeat-x;
	height: 33px;
}

#nav span {
	float: right;
	margin-right: 17px;
	line-height: 32px;
	font-weight: bold;
}

#nav span a {
	color: #ba9c24;	
	background: url(../images/li.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}

#nav span a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 17px;
	padding: 0;
	line-height: 3px;
}

#nav li {
	float: left;
	margin: 0 35px 0 0;
	padding: 0;
	color: white;
}

#nav li a {
	color: white;
	line-height: 32px;
	font-weight: bold;
	background: url(../images/li.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #ba9c24;
	text-decoration: underline;
}

#head {
	margin-top: 4px;
	margin-bottom: 4px;
}

#title {
	background: url(../images/nav_bg.gif) repeat-x;
	height: 33px;
	padding-right: 17px;
	padding-left: 17px;
	color: white;
	line-height: 32px;
	font-weight: bold;
}

#title p {
	margin: 0;
	padding: 0;
}

#title span {
	float: right;
}

#content {
	background: url(/images/nav_fade.gif) repeat-x;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

#left {
	width: 370px;
	float: left;
	padding-bottom: 15px;
	margin-top: 8px;
}

#right {
	width: 370px;
	float: right;
	padding-bottom: 15px;
	margin-top: 8px;
}

#main {
	padding-bottom: 15px;
	margin-top: 8px;
}

#footer {
	clear: both;
	background: url(../images/nav_bg.gif) repeat-x;
	height: 33px;
	text-align: center;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#footer a:hover {
	color: #ba9c24;
	text-decoration: underline;
}

#copy {
	background: url(../images/nav_fade.gif) repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

#fundcalc {
	background-image: url(../images/fundraising_01.png);
	width: 370px;
	height: 280px;
}

#fundcalc h2 {
	color: white;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 15px;
}

#fundcalc h3 {
	color: white;
	margin: 0;
	padding: 6px 15px 0;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	height: 50px;
}

#fundcalc h5 {
	color: white;
	margin: 0;
	padding: 10px 15px 0;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
}

#fundcalc div {
	margin-left: 25px;
	margin-right: 30px;
	clear: both;
	height: 30px;
}

#fundcalc div h4 {
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#fundcalc p {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}

.profinput {
	border: 1px solid silver;
	width: 210px;
	font-size: 12px;
	color: #333;
}

#cont strong {
	display: block;
	float: left;
	width: 90px;
}

#cont span {
	float: right;
	width: 280px;
	display: block;
}

#cont p {
	clear: both;
	margin: 0;
	padding: 6px 0 0;
}

.continput {
	border: 1px solid silver;
	width: 250px;
	font-size: 12px;
	color: #333;
}

.contbtn {
	clear: right;
	display: block;
	font: 12px 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	border: 1px solid silver;
	padding: 5px 10px;
	background-color: #f5f5f5;
}


#giftit {
	float: right;
	margin-top: -12px;
}

DIV.clear {
	clear: both;
	font-size: 1px;
}

DIV.img {
	float: left;
	border: 1px solid #ba9c24;
	padding: 5px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
}

DIV.project h2 {
	clear: both;
	margin-right: 15px;
}

DIV.project {
	float: left;
	width: 380px;
}

DIV.break {
	clear: both;
}

SPAN.req {
	color: #c00;
	font-size: 10px;
}