.sidemenu
{
   position: absolute;
   top: 163px;
   left: 10px;
   width: 140px;
   height: 130px;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-top: solid 2px black;
   border-left: solid 2px black;  
}

.sidemenu a
{
  color: white;
  background-color: #C0C0C0;
  margin-top: 1px;
  height:40px; 
  width: 140px;
  font-family:Arial; 
  font-size:14pt; 
  text-decoration:none;
  padding:4px
}

.sidemenu a:hover
{
  filter:alpha(opacity=50);
  color: white;
  background-color:#333333;
}

.heading
{  
   position: absolute;
   top: 15px;
   left: 216px;
   border-bottom: 1px solid #000000;  
   color: white;
   background: green;
   height: 151px;
   font-size: 40pt;
   text-align: center;
   padding: 10px;
   width: 79%;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-top: solid 2px black; 
}
.pic
{ 
  height: 10px:
  width: 10px
  left: 30px;
  top: 10px;  
  border-top: solid 2px black;
  border-left: solid 2px black;
}

.news
{
   padding: 5px;
   font-size: 12pt;
   color: white; 
   text-align: center;
   width: 144px;
   height: 361px;
   top: 371;
   left: 10px;
   background-color: green;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-left: solid 2px black;
   position: absolute;
}

.table
{
   text-align: Center;
   padding: 12px;
   font-size: 13.5pt;
   background: white;
   position: absolute;
   top: 164px;
   left: 152px;
   height:473px;
   width: 841px;
   border-right: solid 2px black;  
   border-bottom: solid 2px black;
   border-top: solid 2px black;
   border-left: solid 2px black; 
}