/* This CSS file is strictly for the Book layout series that Cooper and JLSME are using.
   If you want to turn on this option you need to link this file in a local jsheader.inc file */

ul#book_list {
  list-style:circle;
}


#leftcol {
  margin-top: 15px;
  width: 250px;
  background:#EEEEEE; 
  border-right:2px solid black;
  float: left;
  width: 45%;
  padding:0 1%;
}

li#left_col_hlt {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 2px solid white;
    border-left: 2px solid black;
    background:#FFF;
    margin-right: -16px;
    padding: 5px;

}

#rightcol {
  background: transparent;
  padding: 0 2%;
  float: left;
  width: 45%;
   
}