﻿/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body {
      background-color: rgb(0,0,0);
      color: rgb(139,48,212);
      font-family: Georgia, serif;
      border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
      border-left-style: none; border-right-style: none; border-top-style: inset; border-bottom-style: inset;
      border-color: rgb(172,137,199);
     }

#content {
          font-size: 97%;
          background-color: rgb(92,67,113);
          color: rgb(255,255,255);
          border-left-width: 2px;
          border-right-width: 2px;
          border-top-width: 2px;
          border-bottom-width: 2px;
          border-left-style: solid;
          border-right-style: solid;
          border-top-style: solid;
          border-bottom-style: solid;
          padding: 29px 29px 29px 29px;
          border-color: rgb(0,0,0);
          text-align: left;
          margin-left: 21%;
          width: auto
          margin-bottom: 0;
         }

#content a {
            color: rgb(198,157,232);
            text-decoration: none;
           }

#content a:hover, #content a:active {text-decoration: underline;}


#menu {
       float: left;
       width: 21%;
       background-color: rgb(186,171,204);
       color: rgb(59,21,104);
       font-family: Times New Roman, serif;
       font-style: normal;
       border-color: rgb(145,108,190);
      }

#menu ul {
          list-style: none;
          margin: 0;
          padding: 0;
         }

#menu li {
          width: auto;
          display: block;
          font-size: 126%;
          margin-left: 9px;
          margin-right: 9px;
          margin-top: 9px;
          margin-bottom: 9px;
          background-color: rgb(92,67,113);
          color: rgb(255,255,255);
          font-variant: normal;
          text-transform: none;
          font-weight: normal;
          border: inset black;
          text-align: center;
         }

#menu a {
         text-decoration: none;
         color: rgb(255,255,255);
        }

#menu a:hover {
               text-decoration: underline;
              /* font-weight: bold; */
               color: rgb(255,255,255);
               }

/* #menu li:hover {background-color: rgb(51,44,59);} */

#header, #header p {
                    font-size: 183%;
                    background-color: rgb(186,171,204);
                    color: rgb(92,67,113);
                    font-family: Georgia, serif;
                    font-style: normal;
                    font-variant: normal;
                    text-transform: none;
                    font-weight: bold;
                    /* padding: 0px 0px 0px 0px; */
                    border-color: rgb(137,180,103);
                    text-align: center;
                    margin: 0;
                    padding-bottom: 5px;

                   }

#header a {text-decoration: none;}

#submenu, #submenu a {
                  background-color: rgb(92,67,113);
                  color: rgb(140,65,200);
                  font-style: normal;
                  font-variant: normal;
                  text-transform: none;
                  font-weight: normal;
                  border: inset black;
                  padding-right: 5px;
                  padding-left: 5px;

                 }

#submenu a {
            text-decoration: none;
            color: white;
           }

#submenu a:hover {text-decoration: underline; height: 30px;}


h1, h2, h3, h4, h5, h6 {
                        font-family: Georgia, serif;
                        font-style: normal;
                        font-variant: normal;
                        text-transform: none;
                        font-weight: normal;
                       }

h1 {font-size: 130%;}
h2 {font-size: 115%;}
h3 {font-size: 100%;}
h4 {font-size: 85%;}
h5 {font-size: 70%;}
h6 {font-size: 55%;}

#footer {
         background-color: rgb(92,67,113);
         border: inset black;
         color: rgb(255, 255, 255);
         font-style: normal;
         font-variant: normal;
         font-weight: bold;
         text-transform: none;
         font-weight: normal;
         text-align: right;
        }
#footer p {
           margin: 0;
           padding-top: 0;
           padding-bottom: 0;
           padding-right: 5px;
          }


/* layout */


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}
