 /* Generic Selectors */ 

    body { 

    font-family: Georgia, "Helvetica", Times, serif;

    font-size: 14px; 

    color: #000000;

    background-color: #ffffff; 
	text-align:center;

    } 


    p { 

    width: 100%; 

    }

    li {

    list-style-type: none; 

    line-height: 150%; 

    list-style-image: url(../images/arrowSmall.gif); 

    } 

    h1 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 18px; 

    font-weight: bold; 

    color: #000000; 

    } 

	
    h2 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 16px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    } 

 
    /**************** Pseudo classes ****************/ 
 
   
    /************************* ID's *************************/ 

  #everything{
    width: 1024px;
	margin: 0 auto ;
            

        
  }
   #header {
   position: relative;
   width: 1024px;
   height: 229px;
   z-index: 14;
   padding: 0px 0 0 0px;
  
   
   }
   
   	 #navigation {
	position: relative;
	z-index: 15;
	width: 1024px;
	height:px;
	padding: 0px 0 0 0px;
	margin-top: ;
	font-weight: normal;
	overflow: none;
	text-align:left;
    } 
	
	#donate {
	position: absolute;
	z-index: 15;
	width:260px;
	height:132px;
	margin-top:25px;
	left: 20px;
	}


   #donation {
   position: absolute;
	z-index: 15;
	width:600px;
	height:132px;
	margin-top:-50px;
	margin-left: 200px;
   }
    #centerDoc {
	position: relative;
	width: 600px;
	overflow: ;
	height: auto;
	z-index: 15;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin-left: 275px;
	margin-top: 50px;
	text-align:left;
	
    }
	 #centerDoc1 {
	position: relative;
	width: 200px;
	overflow: ;
	height: auto;
	z-index: 14;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin-left: 275px;
	text-align:left;	
    }
	
		 #centerDoc2 {
	position: relative;
	width: 200px;
	overflow: ;
	height: auto;
	z-index: 15;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin-left: 475px;
	text-align:left;
	margin-top: -432px;
	    }
	
		 #centerDoc3 {
	position: relative;
	width: 200px;
	overflow: ;
	height: auto;
	z-index: 15;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	margin-left: 675px;
	text-align:left;
	margin-top: -480px;
    }
	
	
	#footer {
	position:relative;
	width:1024px;
	height:30px;
	z-index:15;
	padding: 25px 0px 0px 0px;
	
	}
	
	#footer2 {
	position:relative;
	width:1024px;
	height:30px;
	z-index:15;
	padding: 45px 0px 0px 0px;
	margin-top:0px;
	}

