/* Start of CMSMS style sheet 'CCMT-11Handheld' */
/* Begin CCMT-11Handheld */
/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */
body {
  margin:0;
  padding:0;
  width:100%;
}
/* hide accessibility noprint and definition */
.accessibility, .noprint, dfn, #breadcrumbs {
  display:none;
}
/* dont want to download image for header so just set bg color */
div#header_top, div#footer {
  background-color: #385C72;  
  color: #fff;
  text-align:center;
}
/* text colors for header and footer */
div#header_top a, div#footer a {
  color: #fff;
}
/* this doesnt look as nice, but takes less space */
div#menu ul li {
  display:inline;
}
/* small border at the bottom to have some indicator */
div#menu ul {
  border-bottom:1px solid #fff;
}
/* End CCMT-11Handheld */
/* End of 'CCMT-11Handheld' */

