    body{
      margin: 0px;
      padding: 0px;
      text-align: center;
      background: url(images/bg_main.jpg) top left no-repeat #d1f1fc;
      font-family: sans-serif;
      font-size: 12px;
    }
    a{
      border: none;
    }
    img{
      border: none;
    }
    .container{
      width: 759px;
      background: transparent;
      margin: 49px auto;
      text-align: left;
    }
    .banner{
      background: url(images/bg_banner.png) top left no-repeat transparent;
      width: 759px;
      height: 180px;
    }
    .content_holder{
      background: #ffffff;
      width: 739px;
      padding: 10px;
    }
    .content{
      float: left;
      width: 540px;
      max-width: 560px;
      padding: 0px 5px 0px 5px;
    }
    .sidebar{
      float: right;
      width: 171px;
      max-width: 180px;
      padding: 0px 5px 0px 5px;
    }
    .footer{
      background: url(images/bg_footer.png) top left no-repeat transparent;
      width: 759px;
      height: 109px;
    }
    .copyright{
      color: #000;
      text-align: center;
    }

    .right{
      float: right;
    }
    .left{
      float: left;
    }
    ul.ddm{
      margin: 20px 0px 0px 0px;
      padding: 0px;
      z-index: 300;
    }
    ul.ddm a{
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
    }
    ul.ddm a:hover{
      font-size: 12px;
      text-decoration: underline;
      color: #000000;
    }
    ul.ddm li{
      float: left;
      list-style: none;
      vertical-align: top;
      margin: 10px 10px 0px 10px;
      text-align: center;
    }
    ul.ddm li .menuOptions{
      text-align: left;
      font-weight: normal;
      position: absolute;
      margin: 0px;
      padding: 5px;
      background: #d1f1fc;
    }
    ul.ddm li .menuOptions a{
      font-weight: normal;
    }
    .alert{
      border: 1px solid #f00;
      background: #fcc;
      color: #900;
      padding: 5px;
    }


    .table td{
      background: #ddd;
    }
    .center{
      text-align: center;
    }
    .contact_btn{
      background: url(pages/images/contact_bg.png) top left no-repeat;
      padding-top: 10px;
      padding-left: 10px;
      width: 176px;
      height: 50px;
    }
    p{
      margin: 0px;
      padding: 5px;
    }
    .header1, .header{
      display: block;
      font-size: 16px;
      font-weight: bold;
      color: #1879C8;
      padding: 0px;
      margin: 0px 0px 10px 0px;
    }
    .noMargin{
      display: inline;
      margin: 0px;
    }
    .content ul{
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .center{
      margin: 0 auto;
    }
    table.classes th, table.classes td{
      padding: 5px;
      border: 1px solid #ccc;
    }