

/* Presentation Stylesheet */ 


h1 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #FF9E01;
	margin: 3px 0px;
	}
	
h2 {
	font: 26px Arial, Helvetica, sans-serif;
	color: #FF9E01;
	margin: 3px 0px;
	}
	
p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 200%;
	color: #333;
	}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF9E01;
	text-decoration: underline;
	}
	
.fundraiser {
	margin: 5px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 140%;
	display: block;
	}
	
.testimonial {
	margin: 8px 20px 10px 27px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 140%;
	display: block;
	font-style: italic;
	text-align: left;
	}
	
	
span.footer {
	font: 10px Arial, Helvetica, sans-serif;
	#666;
	line-height: 160%;
	}
	
	
	

/* Layout Stylesheet */ 



body {
 	margin: 0px;
 	background: url(images/x_repeater.jpg) repeat-x top #F2E7D5;
 	color: #333333;
 	text-align: center;
 	padding: 0px;
 	}

#outer {
 	text-align: left;
 	width: 910px;
 	margin: auto;
 	}

#hdr {
	margin: 0px;
	padding: 0px;
	height: 314px;
	background: url(images/TopImage_01.jpg)	no-repeat top center;
	text-align: left
 	}
	
	#hdr .link {
		padding: 274px 0 0 15px;
		height: 40px;
		width: 100px;
		display: block;
		}
		
	#hdr .link a {
		text-decoration: none;
		height: 40px;
		width: 100px;
		display: block;
		}

#hdr_02 {
	margin: 0px;
	padding: 0px;
	height: 314px;
	background: url(images/TopImage_02.jpg)	no-repeat top center;
	text-align: left
 	}
	
	#hdr_02 .link {
		padding: 274px 0 0 15px;
		height: 40px;
		width: 100px;
		display: block;
		}
		
	#hdr_02 .link a {
		text-decoration: none;
		height: 40px;
		width: 100px;
		display: block;
		}
		
#hdr_03 {
	margin: 0px;
	padding: 0px;
	height: 314px;
	background: url(images/TopImage_03.jpg)	no-repeat top center;
	text-align: left
 	}
	
	#hdr_03 .link {
		padding: 274px 0 0 15px;
		height: 40px;
		width: 100px;
		display: block;
		}
		
	#hdr_03 .link a {
		text-decoration: none;
		height: 40px;
		width: 100px;
		display: block;
		}		

#hdr_04 {
	margin: 0px;
	padding: 0px;
	height: 314px;
	background: url(images/TopImage_04.jpg)	no-repeat top center;
	text-align: left
 	}
	
	#hdr_04 .link {
		padding: 274px 0 0 15px;
		height: 40px;
		width: 100px;
		display: block;
		}
		
	#hdr_04 .link a {
		text-decoration: none;
		height: 40px;
		width: 100px;
		display: block;
		}		

#bodyblock {
 	background: url(images/MainBackground_01.jpg) -5px top no-repeat #FFF;
 	border-left: 5px #CAC1AF solid;
 	width: 905;
 	padding: 0px;
 	margin: 0px auto;
	display: block;
	border-bottom: 5px #CAC1AF solid;
	margin-bottom: 30px;
 	}

#l-col {
 	float: right;
 	background: url(images/ExamplesBackground_01.jpg) repeat-y right;
 	color: #FFF;
 	width: 247px;
 	}
	
	

#cont {
 	padding: 0px 0px 0px 20px;
 	text-align: left;
 	}
	
	#cont .link {
		padding: 0px 0 25px 0px;
		height: 40px;
		width: 100px;
		display: block;
		margin-left: -10px;
		}
		
	#cont .link a {
		text-decoration: none;
		height: 40px;
		width: 100px;
		display: block;
		}

#testimonials {
	float: right;
 	background: url(images/TestimonialsBackground_01.jpg) repeat-y right;
 	color: #003366;
 	width: 247px;
	padding: 5px 0px 0px 0px;
	margin-top: 8px;
	}

#footer {
	display: block;
	margin: 20px 0px;
	width: 600px;
	}

