/* Start of CMSMS style sheet 'nutria stylesheet' */
body {margin: 0; padding: 0; background-color: #ffffff; font-family: sans-serif;}

#bar {position: absolute; top: 0; left: 0; width: 22%; height: 100%; background-color: #ceba99;}

#bar2 {position: absolute; top: 25px; left: 0; width: 100%; height: 55px; background-color: #999966;}

#nav {width: 21%; position: absolute; top: 100px; left: 0; margin: 0; padding: 3px;}

#content {position: absolute; top: 100px; left: 24%; margin-right: 5%; padding: 5px;  background-color: #ffffff; font: normal 85% sans-serif; color: #111111;}

h1.sign {margin: 0; position: relative; top: 30px; left: 10%; font-weight: normal; font-size: 200%; letter-spacing: -1px;  color: #111111;}

div.nav { 
    float: left; 
    background-color: #3366cc;
    font-size: 12px; 
    padding: 7px; 
    border: 0px solid #3366cc;
    color: #3366cc; 
}

h3 {margin: 2px; color: #555555;}

#content p {margin: 1%; padding: 1;}

#copy {width: 17%; position: absolute; top: 250px; left: 2%; margin: 0; padding: 3px; color: #ffffff;}




/* +++ Start of Menu Section +++ */
.bulletmenu ul
{
margin: 0;
padding: 0; 
list-style-type: none;  /* Using no bullets. Remove this if you want bullets */
font-family: verdana, arial, Helvetica, sans-serif;  /* What font to use */
text-align:left;
}

.bulletmenu a, .bulletmenu a:link, .bulletmenu a:visited
{
color: #000000;       /* The color of links, black in this case */
text-decoration: none;  /* Links not underlined */
}

.bulletmenu a:hover
{
color: #ffffff;  /* Color when hovering, white in this case */
text-decoration: underline;  /* Underlining links when hovering */
}

.currentpage {
      font-weight: bold;  /* Making the link of the current page bold */
      }

.bulletmenu li { }

.bulletmenu ul ul li {
margin-left: 10px;
 }
/* End of 'nutria stylesheet' */

