

#mainContent ul {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px
  text-align: justify;
}

#mainContent li {
   padding: 2px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 150px;
}


#LeftCol {
    float: left; /* this element must precede in the source order any element you would like it be positioned next to */
    width: 100px; /* top and bottom padding create visual space within this div */
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

#MiddleCol  {
    margin-top: 0px;
    margin-right: 120px;
    margin-left: 10px;
    padding: 0px;
}
#MiddleCol h3 {
    margin-top: 10px;
}
#RightCol  {
    float: right; /* this element must precede in the source order any element you would like it be positioned next to */
    width: 100px; /* top and bottom padding create visual space within this div */
    margin-top: 10px;
    margin-right: 25px;
    position: relative;
    text-align: center;
} 

div#mainContent table {
  text-align: left;
  border: none;
  background-color: white;
  padding: 10px;
  margin-left:150px;
  margin-bottom:20px
}
#mainContent table td{
  padding: 1px;
  padding-right: 50px;
  padding-left: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.section  {
  position:relative; /*this is the key*/
  z-index:24;
}

