/* CSS Document */


body
{
	
background: #ffffff;
	
text-align: center;
}


a.one:link {color:#000000; 
text-decoration:none;}


a.one:visited {color:#000000; 
text-decoration:none;}

	
a.one:hover {color:#ff0000;}

	

img {border:3px solid #ffffff}

	
        
h1 { font-size: 125%; }

        
h2 { font-size: 110%;
        	
font-weight: normal;
        	
color: red }
 
       
h3 { font-size: 100%;
             
font-weight: bold;
             
color: blue }


#main
{
	
margin:  0 auto;
	
width: 768px;
	
height: 210px;
	
background: #ffffff url(FayettevilleNCCPRlogo.jpg) repeat-x;
	
text-align: left;
}



#main p
{
 
padding-left: 98px;
	
padding-top: 152px;
	
color: black;
	
word-spacing: 30px;
	
font-size: 24px;
	
font-weight:bold;

margin-top: 0;	
}