#hd {
	background: url(../images/wcsfp_banner.jpg) #db1e1c top left no-repeat;
	height: 245px;
}
	#hd h1{
		display:none;
	}
	#hd p {
		display: none;
	}
#bd {
	background-color: #ffffff;
	border-left: 1px solid #332c26;
	border-right: 1px solid #332c26;
}
	#bd #pnav a:link {
		color: #d3c8bf;
		text-decoration: none;
	}
	#bd #pnav a:hover {
		color: #f69c00;
		text-decoration: none;
	}
	#bd #pnav a:active {
		color: #f69c00;
		text-decoration: none;
	}
	#bd #pnav a:visited {
		color: #d3c8bf;
		text-decoration: none;
	}
	#bd #content {
		padding: 10px 50px 10px 20px;
		width:575px;
		_width:555px;
	}
		#bd #content h2 {
			font-size: 152%;
			font-weight:bold;
			margin: 30px 0 10px 0;
			display: block;
		}
		#bd #content h3 {
			font-size: 122%;
			font-weight:bold;
			margin: 12px 0 2px 0;
			display: block;
		}
		#bd #content h4 {
			font-size: 107%;
			font-weight:bold;
			margin: 10px 0 2px 0;
			display: block;
			clear: both;
		}
		#bd #content h5 {
			font-size: 100%;
			font-weight:bold;
			margin: 12px 0 2px 0;
			display: block;
		}
		#bd #content h5.faq {
			font-size: 100%;
			font-weight: 500;
			font-style: italic;
			margin: 12px 0 -4px 0;
			display: block;
		}
		#bd #content p {
			font-size: 100%;
			margin: 8px 0 2px 0;
		}
		#bd #content ul {
			font-size: 100%;
			margin: 10px 0;
			list-style-type: disc;
			list-style-position: outside;
			_list-style-position: inside;
		}
			#bd  #content ul li {
				padding: 5px 0 3px 0;
				margin: 0 0 0 12px;
			}
	
	#bd #testimonials { 
		color: #d3c8bf;  
		background-color: #332c26; 
		margin: 10px 10px 10px 10px;
		padding: 5px 15px 10px 15px;
		font-size: 92%;
	}
	
		#bd #testimonials p.attribution {
			font-weight: bold;
			text-align: right;
			font-size: 85%;
			margin:-8px 0 20px 0;
		}
		
		#bd #testimonials a:link,
		#bd #testimonials a:hover,
		#bd #testimonials a:active,
		#bd #testimonials a:visited {
			color: #d3c8bf;
			text-decoration: underline;
			background-color: #332c26;
		}
		
		#bd dl.delegate_listing {
			width: 41.1em;
			margin: 0;
			padding: 0;
		}


		#bd dl.delegate_listing dt {
			width: 15em;
			float: left;
			margin: 0 0 0 0;
			padding: .2em;
		}

		/* commented backslash hack for mac-ie5 \*/
		dt { clear: both; }
		/* end hack */

		#bd dl.delegate_listing dd {
			float: left;
			width: 18em;
			margin: 0 0 0 0;
			padding: .2em;
		}		
		

#ft {
	height: 20px;
	background-color: #332c26;
	text-align: right;
}
	#ft p {	
		color: #d3c8bf;
		font-size: 77%;
		margin: 0 10px;
		padding: 4px 10px;
	}
	
	#ft a:link {
		color: #d3c8bf;
		text-decoration: underline;
	}

	#ft a:hover {
		color: #d3c8bf;
		text-decoration: underline;
		background-color: #332c26;
	}

	#ft a:active {
		color: #d3c8bf;
		text-decoration: underline;
	}