/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* Mast head is simulation of top frame */
#mastHead{ position: fixed;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 100px;
           z-index: 1;
           background-color: #FFD700;
           }
           
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: fixed;
            left: 0px;
            top: 104px;
            width: 200px;
            padding: 3px;
            }
           
#contentsBox{ position: relative;
              margin-top: 104px;
              margin-left: 215px;
              padding: 0px 5px;
              }
           
  body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: rgb(153, 255, 153);
    color: rgb(102, 0, 0);
    }

  ul.navbar { margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em;
    }

  h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
    }

  ul.navbar li { border-right: 1em solid rgb(102, 51, 0);
    margin: 0.5em;
    padding: 0.3em;
    background: rgb(0, 102, 0) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    }

  ul.navbar a { text-decoration: none;
    }

  a:link { color: #CD5C5C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
    }

  a:visited { color: #DEB887;
		font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
    }
    
a:hover {
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	background-color: yellow;
}

  address { border-top: thin dotted;
    margin-top: 1em;
    padding-top: 1em;
    }

