  *{
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS;
    
    }
        body {
      background:#fff url(images/main_bg.jpg) no-repeat top right;
    }
    img{
      border: 0;
    }
    
    p{
      padding: 5px 5px 10px 5px;
      text-align: justify;
      
    }
    #container {
      position: relative;
      margin: 0 0 0 auto;
      width: 930px;
      border: 0px solid black;
      }
    #top {
      width: 610px; height: 258px;
      background:url(images/top.jpg);
      color: #fff;
      padding: 20px 240px 0 80px;
      text-align: right;
      
      }
      
    #support_menu{
        position: absolute;
        top: 250px; left: 62px;
        font-size: 12px;
        color: #036;
       
      }
    #support_menu a{
      display: block;
      float: left;
      color: #fff;
      background: #83b4ce;
      height: 21px;
      padding: 4px 10px 0 10px;
      border-right: 1px solid white;
      border-bottom: 1px solid #036;
      border-left: 1px solid #036;
      text-decoration: none;
      color: white;
    }  
    
    #support_menu a:hover{
      background: #f60;
      text-decoration: underline;
      border-top: 1px solid #036;
      border-bottom: 1px solid white;
      
      
    }
      a.intext{
        color: #246A8C;
    }
    
    a.intext:hover{
        color: #f60;
    }
     a.button{
      color: #fff;
      background: #f60;
      padding: 5px 10px 5px 10px;
      border-right: 1px solid white;
      border-bottom: 1px solid #036;
      border-left: 1px solid #036;
      text-decoration: none;
    }  
     a.button:hover{
      background: #83b4ce;
      text-decoration: underline;
    }
    
    #middle {
      width: 930px; min-height: 200px;_height: 200px;
      background: url(images/middle.jpg) repeat-y;
      }
    #bottom {
      width: 930px; height: 70px;
      background: url(images/bottom.jpg) repeat-y;
      }
    #content {
      width: 709px; 
      margin: -200px 0 0 62px;
      background:url(images/content_bg.jpg) repeat-y;
      padding: 5px;
      color: #246A8C;
      font-size: 12px;
    }
   
    #menu{
      position: absolute;
      top: 131px; left: 40px;
    }
    
    #logo{
      position: absolute;
      top: 193px; left: 62px;
    }
    
    #fontsize{
      
      color: #006;
      text-align: right;        
    }
    #fontsize a{
     color: #246A8C;
     text-decoration: none;
     }
    #fontsize a:hover{
     text-decoration: underline;
     } 
     
    #menu a{
      display: block;
      float: left;
      text-align: center;
      background:url(images/idle.jpg);
      width: 80px; height: 21px;
      padding: 7px 0 0 0px;
      font-family: Arial, Tahoma;
      font-size: 12px;
      font-weight: bold;
      color: #333;
      text-decoration: none;
      
           
    }
    #menu a:hover {
      color: #a00;
      text-decoration: underline;
    }
    .active{
      background:url(images/active.jpg);
      color: white;
    }
    .floated {
      float: left;
      padding: 5px;
    }
    .floatedr {
      float: right;
      padding: 5px;
      display: block;
    }
    
    h1 {
      font-size: 32px;
      padding-right: 20px;
    }
    h2 {
      font-size: 24px;
      padding: 5px;
    }
    h3 {
      font-size: 16px;
    }
.center{
  text-align: center;
}

.right{
  text-align: right;
}
.question {
  font-weight: bold;
  background: url(images/question_bg.jpg) repeat-x;
  color: #246A8C;
  padding: 5px;
  font-size: 13px; 
}
#facts {
  padding-left: 20px;
   color: #f00;
}
#facts li{
  padding: 0 0 10px 0; 
}

a.test{
  text-decoration: none;
  color: #246A8C;
}

a.test:hover{
  text-decoration: underline;
  color: #f00;
}

#contact_details p {
  text-align: left;
  padding-left: 100px;
}

#contact_details p.spacer {
  padding-left: 20px;
}

#contact_details a{
  text-decoration: none;
  color: #246A8C;
  
}

#contact_details a:hover{
  text-decoration: underline;
  color: #f60;
}
ul, li {
  margin-left: 20px;
  padding: 5px;
  list-style-image: url(images/arrow.png);
}
