/* ********************************************************************
* Full-page Visible Statement Stylesheet
* 
*   This stylesheet encodes visual styles for the content area of VS
* pages with no right or left floated images.  Right and left margins
* are increased to decrease the number of words per line.
* 
* This sheet is used by the clients.htm and aboutus.htm pages
******************************************************************** */

#content p {
  margin:8px 15%;
}

#content h2 {
 margin:8px 15%;
 }
 
 #content h3 {
 margin:8px 15%;
 }
 
 #content h4 {
 margin:8px 15%;
 }

#content ul {
  font-size:80%;
  margin:0px 15% 5px 17%;
  padding:0px 2em 0px 0px;
  text-align:left;
}

#content ul.coltriplet {
  list-style-type:none;
  margin:5px 5%;
  font-weight:bold;
  font-size:70%;
  height:1%;
}
#content ul.coltriplet li {
  float:left;
  width:32%;
  padding-right:4px;
}

