/* Start of CMSMS style sheet 'box' */
div #box{
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the list */
  border: 1px solid #dcdccd; 
/*  background: #fffdca;*/
}

div #box2{
  margin: 2em 0 2em 0em;
  border: 1px solid #dcdccd; 
/*  background: #fffdca;*/
}

div #box3{
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the list */
  border: 1px solid #dcdccd; 
/*  background: #fffdca;*/
  background: #dcdccd;

}


div#box h2 {
   line-height: 1.5em;
   background: #fff;
}
div#box h4 {
   text-align: center;
   background: #dcdccd;
   font-family: 'Trebuchet MS';
}

div#box2 h4 {
   text-align: left;
  padding: 0 0 0 0.5em;
   background: #dcdccd;
   font-family: 'Trebuchet MS';
}

div#box3 h4 {
   text-align: center;
   background: #dcdccd;
   font-family: 'Trebuchet MS';
}

.boxentry{
    padding: 0.5em 0.5em 0.5em; /* padding for the entry */
 font-weight: bold;
}
/* End of 'box' */

