
body{	
background: #d26f26 url(wcabackground3.jpg) no-repeat top center;

}

h1{
	font-family: times;
	font-size: 13pt;
	color: #1a421f;
	text-align: center;
	text-transform: capitalize;
	
}


p{	
	
font-family: Times;
	font-size: 13pt;
	color: #000000;

}



span{
	font-weight: bold;
	color: #800000;
}



#header{
	width: 800px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	}



#menu{
	width: 150px;
	height: 500px;
	float: left;
}
	



#content {
	width: 620px;
	height: 500px;
	float: left;
}



#contain{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}




DD671F


a:link	{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}

a:visited	{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}


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




