/* Start of CMSMS style sheet 'Left Column Box' */
div#box {
  margin: 0.2em 0 1em 6px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFF8C0; 
}

p.box-title {
   background: #ffffff;
   color: #203070; 
   font-size: 14px; 
   font-weight: bold;
   text-align: left; 
/* some air around the text */
   padding-left: 0.6em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #f0b000; 
   border-left: 1.3em solid #f0b000; 
   line-height: 1.8em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

div#summary {
    padding: 0 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1.0em 5px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #F0B000; 
}

div#summary p {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 2px;
    padding: 0;
}


/* End of 'Left Column Box' */

