/*
** Author; leigh Brookshaw
** Created: 01 June, 2007
*/


* { background: transparent; 
    margin: 0px;
    padding: 0px;
  }
body { background-image: url('../images/background3.jpg');
       background-color: #CFBC94;
       color: #000000;
       font-family: sans-serif;
       }

h1, h2, h3 { font-family: sans-serif; 
             margin-top: 2ex;
             margin-bottom: 0.5ex;
}


ul { margin-left: 2em;
     margin-top: 1ex;
     margin-bottom: 1ex;}
li {margin-bottom: 1ex;}

table { margin-top: 1ex;
        margin-bottom: 1ex;}

p {margin-bottom: 1.5ex;}

center {text-align: center;}

a {text-decoration: none; }
a:hover {text-decoration: underline;}


div#header h1 { font-family: sans-serif;
                font-weight: bold;
                font-size: xx-large;
                font-variant: small-caps;
                text-align: right;
                color: white;
                }

div#body { margin-left: 10%;
           margin-right: 5%;
           width: 85%;
           background-color: #CFBC94;
           padding: 1em;
}


div#menu { width: 10%;
           position: absolute;
           top: auto;
           left: 0px;
            }

div#menu ul { width: 100%;
                  margin: 0px;
                  padding; 0px;
                }

div#menu li {list-style: none;
                    text-align: center;
                    margin: 0px;
                    padding: 0px;
                 }

div#menu a {display: block;
            text-decoration: none;
            text-align: center;
            margin-top: 1ex;
            margin-bottom: 1ex;
            color: white;
               }
div#menu a:vlink { color: gray;}
div#menu a:hover {text-decoration: underline;}

div#menu a img {border-style: none;
                border-width: 0px;}

div#footer { text-align: right;
             margin-right: 5%;
             margin-top: 1em;
             color: #c0c0c0;
            } 

@media print {
  body { color: #ffffff;
         background-color: #000000; }
  div#menu { display: none;}
  div#body { margin-left: 5%;
             width: 90% }
  div#footer { margin-right: 0px}
  div#header h1 { color: #ffffff; }
}
