/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { background-color: #ddd0d0;
	   background-image: url("pics/bkimage.jpg");
       background-repeat:repeat-x; }
       
#container
		{
        width:800px;
        margin:0 auto;
        background-color:#ffffff;
        }
p
        {
        text-align: left;
	    font-size: 20px;
	    font-family: "Times New Roman";
        margin:0px 40px 10px 40px;
	    }
        
pcaption
        {
        text-align: auto;
	    font-size: 16px;
	    font-family: Arial,Helvetica,sans-serif;
        margin:10px 40px 10px 40px;
	    }
pcap2
        {
        text-align: auto;
	    font-size: 16px;
	    font-family: Arial,Helvetica,sans-serif;
        margin:10px 10px 0px 80px;
	    }
pcap3
        {
        text-align: auto;
	    font-size: 16px;
	    font-family: Arial,Helvetica,sans-serif;
        margin:0px 0px 10px 0px;
	    }

h1    
        {
        color: #444444;
        text-align: center;
	    font-size: 24px;
	    font-family: "Times New Roman";
        margin:10px 10px 10px 10px;
        }
        
h2        
        {
        text-align: left;
	    font-size: 20px;
	    font-family: "Times New Roman";
        margin:10px 40px 10px 40px;
        }
        
h3        
        {
        color: #444444;
	    text-align: center;
	    font-size: 18px;
	    font-family: "Times New Roman";
        margin:10px 10px 10px 10px;
        }
        
h4        
        {
        color: #444444;
	    text-align: center;
	    font-size: 18px;
	    font-family:Arial,Helvetica,sans-serif;
        margin:10px 10px 10px 10px;
        }
h5        
        {
        color: #444444;
	    text-align: left;
	    font-size: 18px;
	    font-family: "Times New Roman";
        margin:10px 10px 10px 10px;
        }
        
A:link 
        {
        text-decoration: none; 
        color: blue;
        }
A:visited 
        {
        text-decoration: none; 
        color: blue;
        }
         
.TextWrap
   	   	 {
   		 float: right;
   		 margin: 40px;
   		 }
.TextWrap2
	     {
		 float: left;
   		 margin-right: 20px;
		 }
      