/* Start of CMSMS style sheet 'Handheld' */
html, body {
	font: 12px/15px sans-serif;
	background: #fff;
	padding: 3px;
	color: #000;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

/* hide accessibility noprint and definition */
.accessibility,
.noprint,
dfn {
display:none;
}

/* dont want to download image for header so just set bg color */
div#container, 
div#header,
div#footer {
background-color: #385C72;  
color: #fff;
text-align:left;
}

/* text colors for header and footer */
div#header a,
div#footer a {
color: #fff;
}

div#sidebarleft {
   display: none;  

}


/* this doesnt look as nice, but takes less space */
div#menu_vert ul li {
display:inline;
text-decoration:none; 
}

/* small border at the bottom to have some indicator */
div#menu_vert ul,
div#menu_horiz ul {
border-bottom:1px solid #fff;
}

/* save some space */
div.breadcrumbs {
display:none;
}
/* End of 'Handheld' */

