/*
** Author: Leigh Brookshaw
** Created: Feb, 2008
*/


* { color:      inherit;
    background: transparent; 
    margin: 0px;
    padding: 0px;
  }
body { margin: 5px;
       background-color: #000053;
       color: #E3E9FC;
       font-family: sans-serif;
                /* background-image: url("images/feather.png");
                 background-repeat: no-repeat;
                 background-position: right top; */

     }

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

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

dl {margin-top: 1em;
    margin-bottom: 1em;}
dt {font-weight: bold;}
dd {margin-left: 2em;
    margin-bottom: 1em;}

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

p {margin-bottom: 1.5ex;}

.first { margin-top: 0px; }

div#header h1 { color: #ffffff;
                font-family: sans-serif;
                font-weight: bold;
                font-size: x-large;
                text-align: left;
                min-height: 75px;
                z-index: 1;
                margin: 0px;
                margin-left: 20px;
                }

div#header h1:first-line { font-size: xx-large; }


div#body {
          margin-left:  20px;
          margin-right: 150px;
          margin-top: 10px;
          margin-bottom: 10px;
          background-color: #E3E9FC; 
          min-height: 300px;
          border-left-style: solid;
          border-left-color: #4860AC;
          border-left-width: 2px;
          border-right-style: solid;
          border-right-color: #4860AC;
          border-right-width: 2px;
        }

div#body a { text-decoration: none; }
div#body a:link { color: blue;}
div#body a:visited { color: purple;}
div#body a:active { color: purple; }
div#body a[href]:hover { text-decoration: underline; }
div#body a[name]:hover { text-decoration: none; }
div#footer {
            margin-left:  20px;
            margin-right: 150px;
            padding-top: 10px;
            font-size: 60%;
            color: #6F7BA1;
    }
div#footer a {display:  block; float: right; }
div#footer a img {border: 0px;}

div#contents {
                 color: #000000;
                 min-height: 300px;
                 padding: 1em;
								 background-image: url("images/Background_4.jpg"); 
								 background-repeat: no-repeat;
								 background-position: center center;
        }


                      
div.Top {        
                 background-image: url("images/Top.png");
                 background-repeat: repeat-x;
                 background-position: left top;
                 height: 30px;
                 width: 100%
           }
div.Bottom {    
                 background-image: url("images/Bottom.png");
                 background-repeat: repeat-x;
                 background-position: left bottom;
                 height: 30px;
                 width: 100%;
           }


div.floatright1 {
        float: right;
        width: 140px;
        margin-top: 25px;
        margin-right: -60px;
        margin-left: 1ex;
}

div.floatright2 {
        float: right;
        width: 140px;
        margin-top: 25px;
        margin-right: 0px;
        margin-left: 1ex;
        display: none;
}


div.menu {
        color: #ffffff;
        background-color:  #000053;
        font-size: 80%;
        z-index: 5;
        padding-right: 1ex;
        padding-right: 0.5ex;
          border-left-style: solid ;
          border-left-color: #4860AC;
          border-left-width: 1px;
          border-right-style: solid ;
          border-right-color: #4860AC;
          border-right-width: 1px;
          border-top-style: double;
          border-top-color: #4860AC;
          border-top-width: 4px;
          border-bottom-style: double;
          border-bottom-color: #4860AC;
          border-bottom-width: 4px;
       }

div.menu h3 {margin-top: 0px;
             text-decoration: underline;
             text-align: right;
             color: #E1E9FF;}

div.menu h4 {margin-top: 1ex;
             text-align: right;
             }

div.menu ul {
            margin: 0px;
          }

div.menu ul li {
            list-style: none;
            margin: 0px;
          }

div.menu li a {
          display: block;
          text-decoration: none;
          text-align: right;
          padding-top: 1px;
          padding-bottom: 1px;
 }

div#body div.menu  a:link { color: #A5AFCC; }
div#body div.menu  a:visited { color: #949DBC; }

div.menu li.current a {
                     font-weight: bold;
                     cursor: default;
                    }
div.menu li.nolink { font-weight: bold; }


div.note { border:ridge; 
           border-width: 4px; 
           border-color: blue;
           width: 70%;
           margin-left: 15%;
           padding: 0.5ex;}


/* Now change the Style Sheet for printing */ 
@media print {
div.floatright1,
div.floatright2, 
div#footer a { display: none; }
* { color: #000000;
    background: #ffffff;
    border-color: #000000;
  }
div#footer,
div#header h1 { margin-left: 2%;
                margin-right: 2%;
              }

body {margin: 0px;
      width:100%;
      font-family: serif; }

div#body { margin-left: 2%;
           margin-right: 2%;
           width: 96%;
           padding: 0px;
           border: 0px none;
          }
div#body a,
div#body a:link,
div#body a:visited { color: #000000; }
div#body a[href] { text-decoration: underline; }
div#body a[name] { text-decoration: none; }
}
