/* Green = #1b7d5e; 27, 125, 94
   Purple = #6c287d; 108, 40, 125 */

/* Classes */
     a.menu:link {color: #ffffff;
                  text-decoration: none;}
  a.menu:visited {color: #dddddd;
                  text-decoration: none;}
    a.menu:hover {color: #ffffff;
                  text-decoration: underline;}
     .bottommenu {background-color: #6c287d;
                  border-left: medium double #6c287d;
                  font-size: 8pt;
                  padding-top: 25px;
                  padding-bottom: 10px;
                  padding-right: 7px;
                  text-align: right;
                  vertical-align: text-bottom;}
      .copyright {text-align: center;
                  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                  font-size: 8pt;
                  font-style: italic;
                  color: #1b7d5e;}
           .date {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                  font-size: 10pt;
                  text-align: right;
                  color: #1b7d5e;}
          .green {color: #1b7d5e;}
       .leftmenu {background-color: #1b7d5e;
                  border-right: medium double #1b7d5e;
                  font-size: 8pt;
                  padding-right: 7px;
                  text-align: right;
                  vertical-align: top;
                  width: 121px;}
      .leftmenu1 {background-color: #1b7d5e;
                  border-right: medium double #1b7d5e;
                  font-size: 8pt;
                  text-align: right;
                  vertical-align: top;
                  width: 121px;}
       .mainmenu {background-color: #6c287d;
                  border-left: medium double #6c287d;
                  font-size: 8pt;
                  padding-bottom: 10px;
                  padding-left: 7px;
                  text-align: left;
                  vertical-align: text-bottom;}
         .purple {color: #6c287d;}

/* Selectors */
          a:link {text-decoration: underline;}
       a:visited {text-decoration: underline;}
         a:hover {text-decoration: underline;}
            body {background-color: White;
                  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                  font-size: 12pt;
                  text-align: left;
                  background-position: center;}
     h3,h4,h5,h6 {font-family: arial;
                  font-weight:bold;
                  font-style: italic;
                  color: #6c287d;}
              hr {color: #1b7d5e;
                  text-align: center;
                  width: 50%;}
              ul {list-style-type: square;}
