body{
   background-color: #E7E7E7;
   color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
}
#videoblock a, #footer a{
   color:maroon;
   text-decoration:underline;
}
#videoblock a:hover, #footer a:hover{
   color:#333;
   text-decoration:none;
}
img a, img{
   border:0;
   
}
img a:hover{
   border: 1px silver solid;
}
#container{
  position: absolute;
   left: 50%;
   margin-left: -375px;
   margin-top: 5px;
   margin-bottom: 50px;
   border:1px silver solid;
   background-color:#fff;
  }
  #container, #block1, #block2, #block3, #footer{
     width: 797px;
  }

#block1{
   height:107px;
}#block1 img{
   margin-left:10px;
}

#block2{
   height:250px;}
#block2 img{
   height:250px;

}
#block3{
   height:400px;

}
#block3a{
   width:389px;
   height:400px;
   padding: 10px;
   position: absolute;
   left: 0;
   border-right:1px silver solid;
   
}
#block3a h1, #block3a h2, #block3a p{
   padding:0 25px 0 25px ;
}
#block3a p{
   text-align: justify;
}
#block3b{
   width:369px;
   margin-left:409px;
  top:0;
  padding: 10px;

}
#block3btop, #block3bbot{
   height:180px;
   
   }#buttonblock, #videoblock{
      width: 95%;
      background-color: #dcdcdc;
   padding:5px;
   }
#buttonblock{
  height:155px; 
}
#videoblock{
   height:145px;
}
#videoblock img{
   float: left;
   padding-right:10px;
}
#videoblock p{
 padding-left:10px;
}
#videoblock a,#footer a{
 font-size:10px;
}

.left{
   float: left;
   border:0;
}

.buttons a{
   border:1px silver solid;
   color: #a52a2a;
      font-size: 14px;
   font-weight: bold;
   padding:5px;
   width:90px;
   text-align: center;
   background-color: #fff;
   margin:5px;
   display:block;
   float:left;
   text-decoration:none;
}
.buttons a:hover{
   background-color: #a52a2a;
   color: white;
}
#text{
   width: 420px;
   left: 0;
   margin-top:10px;
   color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height:18px;
}
.note{
   width:100px;
   height:100px;
   background-color: silver;
   color: #fff;
   display: block;
   position: relative;
   margin: 5px;
}
h1{
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:14px;
   line-height: 18px;
   color: #333;
   text-align:center;
   font-weight:bold;
}
h2{
    color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:18px;
}

.pd{
   padding:15px 0;
}
#footer{
   height:100px;
position:absolute;
   border:1px silver solid;
   text-align: center;
   background-color:#fff;
   padding-bottom: 20px;
}
#footer img{
   margin-left:80px;
}
/* Sortable tables */
table.sortable thead {
    background-color:#ccc;
    color:#336699;
    font-weight: bold;
    cursor: default;
}
table.sortable td{
   background-color: #fff;
   border-left: 1px silver solid;
   border-top: 1px silver solid;
   border-collapse: collapse;
   font-size: 11px;
   
}
table.sortable{
   border-right:1px silver solid;
}
