
html {
	margin: 0px;
	padding: 0px;
}
    body {
      margin: 10px 0;
      padding: 0px;
      background-color: #e6e6e6;
      color: #000000;
      font: 0.86em/1.3em 'Century Gothic',Montreal, 'Futura-Medium', Tahoma, Verdana, sans-serif;
      /*
      */
      text-align: center;
    }
    h1, h2, h3 {
      padding: 0;
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #e6e6e6;
      color: #000000;
    }
    h1 {
      text-align: right;
      font: bold 1.6em/1.6em 'Century Gothic',Montreal, 'Futura-Medium', Tahoma, Verdana, sans-serif;
      /*
      border: 1px solid #ff9966;*/
    }
    h2 {
      color: #45b5d6;
      font: bold 1.2em/1.2em 'Century Gothic',Montreal, 'Futura-Medium', Tahoma, Verdana, sans-serif;
      margin: 1em 0 0 0;
      border-bottom: 1px solid #45b5d6;
    }
    p {
      margin: .5em 0;
    }
    textarea {
      font-family: Verdana, sans-serif;
      font-size: 0.86em;
    }
    ul {
      margin-top: 0;
      margin-left: 0;
      padding-left: 0;
      text-align: left;
      text-indent: -1.2em;
      list-style: disc url(/img/site/mmmblue_logo_30.gif) inside;
    }
    ul.two {
      list-style: square url(/img/site/mmm_bullet_2.gif) inside;
    }
    ul.three {
      list-style: circle url(/img/site/mmm_bullet_2.gif) inside;
    }
    li {
      color: #45b5d6;
      margin-left: 1.5em;
    }
    
    
    a:link, a:visited {
      color: #000000;
      background-color: transparent;
      text-decoration: underline;
    }
    a:hover, a:active {
      color: #45b5d6;
      background-color: transparent;
      text-decoration: underline;
    }
    .sidebar_titles {
      color: #000000;
      font-family: 'Century Gothic',Montreal, 'Futura-Medium', Tahoma, Verdana, sans-serif;
      font-size: 0.7em;
      text-decoration: none;
      font-weight: normal;
      /*
      font-weight: bold;
      border: 1px solid #ff9966;
      */
    }

  /*
    #banner {
      background: url(/img/site/logo_colors_50.gif) repeat-x;
      height:50px;
    }
    #more {
      margin: 10px 25px;
      text-align:center;
    }
    */
  #container {
    margin: 0 auto;
    padding: 0;
    background-color: #e6e6e6;
    width: 600px;
    text-align: left;
    /*
    border: 1px solid #ff9966;
    width: 90%;
    margin: 10px auto;
    */
  }
  #top {
    height: 49px;
  }
  html>body #top {
    height:49px;
  }
  #left_col {
    background-color: #e6e6e6;
    margin: 0px;
    width: 154px;
    /*
    border: 1px solid #666666;*/
  }
  
  #menuOne {
    margin: 0;
    width: 154px;
    font-weight: normal;
    font: 1em/1.3em 'Century Gothic',Montreal, 'Futura-Medium', Tahoma, Verdana, sans-serif;
    /*
    border: 1px solid #ff9966;
    border-bottom: 15px solid #45b5d6; */
  }
  #menuOne ul, #menuOne ul.two, #menuOne ul.three {
    margin-top: 0;
    margin-left: 1em;
    /*
    border: 1px solid #ff9966;*/
  }
  #menuOne ul {
    margin-left: 1.2em;
    padding-left: 0px;
    list-style: disc url(/img/site/mmmblue_logo_30.gif) inside;
    font-weight: normal;
    /*
    text-indent: -1em;*/
  }
  #menuOne li {
    margin: 10px 0 10px 0px;
    font-weight: normal;
  }
  #menuOne ul.two {
    margin-left: 2em;
    font-size: .86em;
    list-style: square url(/img/site/mmm_bullet_2.gif) inside;
  }
  #menuOne ul.three {
    margin-left: 3em;
    font-size: .86em;
    list-style: circle url(/img/site/mmmblue_logo_30.gif) inside;
  }
  #menuOne ul.four {
    margin-left: 4em;
    font-size: .86em;
    list-style: disc url(/img/site/mmmblue_logo_30.gif) inside;
  }
  a.menu1:link, a.menu1:visited, a.menu1sub1:link, a.menu1sub1:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  a.menu1:hover, a.menu1:active, a.menu1sub1:hover, a.menu1:active {
    color: #45b5d6;
    background-color: transparent;
    text-decoration: underline;
  }
  .menu1static, .menu1sub1static {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    margin-bottom:0px;
  }
/*
*/
  #content {
    width: 436px;
    background-color: #e6e6e6;
    /*
    border: 1px solid #ff9966;
    margin-left: 164px;
    border-left: 2px solid #ab9b72;
    border-right: 2px solid #ab9b72;*/

  }
  #content p {
    text-align: justify;
    line-height: 1.5em;
  }
  #footer {
    background-color: #e6e6e6;
    color: #f8f2e8;
    border-top: 1px solid #45b5d6;
    height:50px;
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #menuTwo {
    margin-left: 10px;
    margin-right:10px;
    padding: 10px;
    text-align: center;
    font-size: 1em;
  }
  #menuTwo ul, #menuTwo li {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  #menuTwo li {
    margin-left: 6px;
    margin-right:6px;
    font-weight: normal;
  }
  #menuTwo .two {
    border: 1px solid #666666;
  }
  /*
  #menuTwo a.menu1:link, #menuTwo a.menu1:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  #menuTwo a.menu1:hover, #menuTwo a.menu1:active {
    color: #45b5d6;
    background-color: transparent;
    text-decoration: underline;
  }
  #menuTwo .menu1static {
    color: #000000;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    margin-bottom:0px;
  }
  */

