/* Start of CMSMS style sheet 'Inside Chart' */
body {
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   min-width: 720px;
}

#pagewrapper {
   margin: 0px auto;
   text-align: left;
   width: 720px;
}

div#header {
   height: 150px;    /* adjust according your image size */
   width: 720px;
}

div#header h1 {
   width: 720px;
   height: 150px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   background: url(uploads/images/mmcHeader.gif) no-repeat; 
   margin: 0;
   padding: 0;
}

div.breadcrumbs {
   font-family: Tahoma; 
   padding: 1em 0 1.0em 0; 
   font-size: 90%;        
   margin: 0 1em;      

}
div.breadcrumbs a{
   color: #3b8981;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}

div#topbar {
   float: right;
   background: url(uploads/images/midbar.gif);
   margin: 0;
   padding: 0;
}

div#topbar a{
      font-family: Ariel, Helvetica, sans-serif; 
      font-size: 90%;
      font-weight: bold;
      background-color: inherit; 
      color: #3b8981; 
      padding-left: .5em;
}

#content{
   width: 720px;
   float:left;
   padding-top: 15px;
   padding-right: 0;
   padding-bottom: 10px;
   padding-left: 10px;
}

div#content h2 {
	color: #330000; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: .5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #330000; 
	border-left: 1em solid #330000; 
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #330000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   padding: 0;
}

div#footer p a {
   color: #046e79; /* needed becouse footer link would be same color as background otherwise */
}
/* End of 'Inside Chart' */

