div.block{
    width:778px;
    background-color: white;

}

div.block table{
  width=100%;

}   /*  End */



div.block table td{
  width: 50%;
  border: solid 1px #98AFC7;
}
/*  End */

div.block table td div{
  width: 80%;
  position: relative;
  left: 20px;
 /* border: solid 1px #98AFC7;     */
}

div.heading{
   border: solid 1px #98AFC7;

   height: 23px;
   padding: 6px;
 /*background-color:#E0FFFF;  */
  background-color:#BDEDFF;
  /*   background-color:#F665AB;*/
   margin-bottom: 10px;
   color: white;
}

span.more{
   position:absolute;
   right: 5px;

}


div.contents{

   height: 100px;
   overflow: hidden;



}

div.contents li{
   position: relative;
   left: 20px;
}



span.title{
   font-family:Times;
   color: #2B65EC;
   font-size: 13px;
   font-weight: 900;

}
 p{
  text-indent:25px;
}

li.list{
   margin-bottom: 6px;
}


li.lis a{
/*  font-size:14px;     */
  font-weight: bold;
  color: #38ACEC;
}

li.list a.link{
   color: red;
}
/* <DIV id="navBar" style="text-align:left; position: absolute; top: 180px; left: 30px; width: 120px; height: 300px; background-color: yellow;"> */
div#navBar{
    text-align:left;
    position: absolute;
    top:100;
    left: 30px;
    width: 170px;
    height: 300px;
    background-color:yellow;
}

/*<a class="fixed" style="font-weight:bold;font-size: 15px; color: red; margin: 5px; display: block; text-decoration:underline;" */
a.fixed{
    font-weight:bold;
    font-size:15px;
    color: red;
    margin: 5px;
    display: block;
    text-decoration: underline;
}
