/* CSS Document */

body {text-align: center;
      margin: 0%;
      background-color: #ffffff;
      
}


            
#header {
         text-align: left;
         position: absolute;
         top: 0 !important;
         top: 0; 
         left: 50% !important;
         left: 50%;
         width: 725;
         background-color: none;
          margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -363px;
      }
    
#content {
         text-align: left;
         position: absolute;
         top: 200 !important;
         top: 225; 
         left: 50% !important;
         left: 50%;
         width: 490;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -160px;
      }
      
#companies {
         text-align: left;
         position: absolute;
         top: 345 !important;
         top: 345; 
         left: 50% !important;
         left: 50%;
         width: 520;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -160px;
      }
      
.copy     {font-family: Arial; 
            font-size: 13pt;
            color: #000000;
            font-weight: bold;
            line-height: 150%;
            text-decoration: none;
            }
            
b.style1-text-blk    {font-family: Verdana;
                      font-size: 10pt;
                      color: #000000;
                      font-weight: normal; 
                      margin-left: 10px;
                      margin-right: 0px;
                      } 
             
b.style1b-blk    {font-family: Verdana;
                  font-size: 10pt;
                  color: #000000;
                  font-weight: bold; 
                  margin-left: 10px;
                  margin-right: 0px;
                 } 
            
.title2 {font-family: Arial; 
            font-size: 11pt;
            color: #000000;
            font-weight: normal;
            line-height: 150%;
            text-decoration: none;
            }
          
.title3 {font-family: Arial; 
            font-size: 11pt;
            color: #000000;
            font-weight: normal;
            line-height: 70%;
            text-decoration: none;
            }
            
.title4 {font-family: Arial; 
            font-size: 9pt;
            color: #000000;
            font-weight: normal;
            line-height: 70%;
            text-decoration: none;
            }
            
.number {font-family: Times; 
            font-size: 24pt;
            color: #fe2133;
            font-weight: bold;
            line-height: 120%;
            text-decoration: none;
            }
            
a.email {font-family: Arial; 
            font-size: 10pt;
            color: #000000;
            font-weight: normal;
            line-height: 150%;
            text-decoration: none;
       }
       
a.email:hover {font-family: Arial; 
            font-size: 10pt;
            color: #fe2133;
            font-weight: normal;
            line-height: 150%;
            text-decoration: none;
       }
       
a.email2 {font-family: Arial; 
            font-size: 11pt;
            color: #000000;
            font-weight: normal;
            line-height: 150%;
            text-decoration: none;
       }
       
a.email2:hover {font-family: Arial; 
            font-size: 11pt;
            color: #fe2133;
            font-weight: normal;
            line-height: 150%;
            text-decoration: none;
       }
       
.co_title {font-family: Arial; 
            font-size: 12pt;
            color: #fe2133;
            font-weight: bold;
            line-height: 100%;
            text-decoration: none;
            margin-left: 35px;
            }
            
.website {font-family: Times; 
            font-size: 9pt;
            color: #000000;
            font-weight: normal;
            font-style: italic;
            line-height: 100%;
            text-decoration: none;
            }
            
.descrip {font-family: Times; 
            font-size: 11pt;
            color: #000000;
            font-weight: normal;
            line-height: 100%;
            text-decoration: none;
            }
        



          
.copyright   {
        font-family: Arial;
        font-size: 7pt;
        color: #000000;
        font-weight: normal;
        line-height: 100%;
}

.links    {   
              color: #000000;
              text-decoration: none;
              font-size: 7pt;
              font-weight: normal;
              font-family: Arial;
              }  
              
.web    {   
            font-family: Times; 
            font-size: 9pt;
            color: #000000;
            font-weight: normal;
            font-style: italic;
            line-height: 100%;
            text-decoration: none;
              }        

.web2    {   
            font-family: Arial; 
            font-size: 12pt;
            color: #fe2133;
            font-weight: bold;
            line-height: 100%;
            text-decoration: none;
              } 
              
.web2:hover    {   
            font-family: Arial; 
            font-size: 12pt;
            color: #bbbbba;
            font-weight: bold;
            line-height: 100%;
            text-decoration: none;
              }         
           

           
//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
 


              

              

