main/*
*{
	/* Universal page reset 
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack *
	font-size:13px;
	color:#333333;
	background-color:#f9faf7;
	font-family:Rockwell, 'Courier New', Courier, Georgia, serif;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

h1{
	border-bottom:1px solid #E3EBD2;
	color:#639600;
	font-size:70px;
	line-height:1;
	margin-left:-20px;
	padding:0 0 0 30px;
}

h2{
	border-left:1px solid #E3EBD2;
	color:#ABC084;
	font-size:25px;
	height:35px;
	line-height:75px;
	margin:-70px 0 0;
	padding:55px 0 0 10px;
}

h3{
	color:#639600;
	font-size:28px;
}
*/
.donors{
	margin-top:10px;
}

.donors h3{
	border-bottom:1px solid #E3EBD2;
	color:#639600;
	font-size:40px;
	line-height:1;
	margin-left:-20px;
	padding:0 0 0 30px;
}

.donors h4{
	border-left:1px solid #E3EBD2;
	color:#ABC084;
	font-size:15px;
	height:35px;
	line-height:65px;
	margin:-60px 0 0;
	padding:45px 0 0 10px;
}/*
#main{
	/* The main container div */
	/*margin:0px auto; 
	padding:0 0 0 0px;
	position:relative; 
	width:550px;
}*/

.payPalForm{
	padding:20px;
	text-align:center;
}

.lightSection{
/*	background-color:#EEF3E6;*/
	font-size:10px;
	margin:0px 0 0px;
	padding:0px 0px;
}

.lightSection p{ padding:5px 0;}

.chart{
	margin:0 0 0 300px;
	text-indent:-300px;
	width:200px;
}

.donations,.chart{
	color:#ABC084;
	font-size:50px;
	font-weight:bold;
	float:left;
	height:200px;
	line-height:200px;
}

.donations{	text-align:right; width:150px;}

.comments{ margin-top:5px; }

.entry{margin-bottom:5px;}

.comment{
	/*background-color:#edf2e4;*/
	padding:10px;
	position:relative;
	margin-bottom:20px;
}

.name{
	color:#639600;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	position:relative;
}

.name a.url{
	color:#333;
	font-weight:normal;
	padding-left:10px;
}

.tip{
	width:0;
	height:0;
	bottom:-40px;
	left:-40px;
	border:5px solid #000;
	border-width:10px 10px;
	border-top-color:#000;
	position:absolute;
	
}

select{
	bottom:7px;
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	position:relative;
	right:7px;
	width:80px;
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}

/*
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}
*/
label{
	display:block;
	font-size:20px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.thankyouPage input,
.thankyouPage textarea{
	border:1px solid #cdcdcd;
	margin:3px 0 10px;
	padding:4px 6px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

.thankyouPage input[type=submit]{
	width:120px;
	cursor:pointer;
}

.thankyouPage textarea{
	width:150px;
}

p.error{
	color:#CC3300;
	font-size:15px;
	font-weight:bold;
}

p.success{
	color:#000;
	font-size:15px;
	font-weight:bold;
}