  body { margin: 0px;
    padding: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.166;
    text-align: center;
    font-size: small;
    }

  table { font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: small;
    }
  
  .left {
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 369px;
    height: 600px;
    background-image: url(/img/tpl/leftbar.jpg);
    background-position: left top;
    background-repeat: no-repeat;
  }

  .left .menu{
    padding: 0px;
    margin-top:372px;
    margin-left:24px;
    height: 200px;
    width: 180px;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .left .menu a{
    color: #660000;
    text-decoration: none;
    display: block;
    border-left: 3px solid  #660000;
    border-right: none;
    line-height: 31px;
  }

  .left .menu a:hover{
    text-decoration: none;
    display: block;
    border-left: 3px solid #aa0000;
    border-right: none
  }

  .top {
    width: 607px;
    height: 162px;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 30px;
    background-image: url(/img/tpl/top.jpg);
    background-position: right top;
    background-repeat: no-repeat;
  }
  
  .top .links {
  }

  .top .links a{
    color: #660000;
    padding-right: 20px;
    text-decoration: none;
  }


  .top .links a:hover{
    text-decoration: underline;
  }
  
  
  .center {
    width: 1024px;
    background-color: #ffffaa;
    background-image: url(/img/tpl/rollbg.jpg);
    background-repeat: repeat;
  }

  .content {
    background-image: url(/img/tpl/rollbg.jpg);
    background-position: right top;
    padding-left: 20px;
    padding-right: 30px;
    width: 607px;
    text-align: justify;
  }

  .bottom-content {
    background-color: #ffffaa;
    background-image: url(/img/tpl/rollbg.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: justify;
    padding-bottom:20px;
  }


  .bottom-menu{
    background-color: #ffffaa;
    background-image: url(/img/tpl/rollbg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    padding-left: 20px;
    margin-right: 0px;
    text-align: justify;    
    width: 369px;
  }

 
  .content h1 {
    color: #660000;
  }
  
  a.partic{
    display: block;
    color: #660000;
  }