/* CSS Document */


#faqContent {
              text-align: justify;
              position: absolute;
              top: 293;
              *top: 293; 
              left: 50%;
              *left: 50%;
              width: 750;
              height: 1730;
              *height: 1730;
              background-color: #b39471;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -375px;
          
    }
    
    
.faqContainer{
              text-align: justify;
              position: absolute;
              top: 0;
              *top: 0; 
              left: 50%;
              *left: 50%;
              width: 571;
              height: 1730;
              *height: 1730;
              background-color: #f1eae3;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -344px;
          
    }    
    
.faqContent {
              text-align: justify;
              position: absolute;
              top: 20;
              *top: 20; 
              left: 50%;
              *left: 50%;
              font-family: Times; 
              font-size: 11pt;
              color: #000000;
              width: 495;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -260px;
          
    }
    
.faqContent2 {
              text-align: justify;
              position: absolute;
              top: 400;
              *top: 400; 
              left: 50%;
              *left: 50%;
              font-family: Times; 
              font-size: 11pt;
              color: #000000;
              width: 495;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -260px;
          
    }


.faqContentHeader     {    
              font-family: Arial; 
              font-size: 15pt;
              color: #003665;
              line-height: 190%;
              font-weight: bold;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
            }
            
.faqContentHeader2     {    
              font-family: Times; 
              font-size: 18pt;
              color: #003665;
              line-height: 100%;
              font-weight: normal;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
            }
            
.faqContentHeader3     {    
              font-family: Times; 
              font-size: 13pt;
              color: #003665;
              line-height: 130%;
              font-weight: normal;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
            }
            
.question     {    
              font-family: Arial; 
              font-size: 14pt;
              color: #000000;
              line-height: 130%;
              font-weight: bold;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
            }
            
            
#footerFAQ {
         text-align: left;
         position: absolute;
         top: 2085;
         *top: 2075; 
         left: 50%;
         *left: 50%;
         width: 750;
         background-color: #f1eae2;
          margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -362px;
         *margin-left: -362px;
          
    }
		
		
		#donateContent {
              text-align: justify;
              position: absolute;
              top: 293;
              *top: 293; 
              left: 50%;
              *left: 50%;
              width: 750;
              height: 530;
              *height: 530;
              background-color: #b39471;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -375px;
          
    }
    
    
.donateContainer{
              text-align: justify;
              position: absolute;
              top: 0;
              *top: 0; 
              left: 50%;
              *left: 50%;
              width: 571;
              height: 530;
              *height: 530;
              background-color: #f1eae3;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -344px;
          
    }

		#footerdonate {
         text-align: left;
         position: absolute;
         top: 875;
         *top: 875; 
         left: 50%;
         *left: 50%;
         width: 750;
         background-color: #f1eae2;
          margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -362px;
         *margin-left: -362px;
          
    }
    
 .donateContent2 {
              text-align: justify;
              position: absolute;
              top: 200;
              *top: 200; 
              left: 50%;
              *left: 50%;
              font-family: Times; 
              font-size: 11pt;
              color: #000000;
              width: 495;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 5px;
              margin-left: -260px;
          
    }

           
/*/position:absolute; this is a statement that dictates your positions are absolute not a float
 //margin-left:50%; start in the middle
 //left:-150px; offset from the middle in this case it's negative so it goes past the middle to the left*/
 
