/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body{
      background-color:#adadad;
   }

   #page{
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
        background-color:#ffffff;
        border:1px solid black
	}      

   #navcontainer{
   }

   #navcontainer ul {
   
   list-style-type: none;
   margin: 0;
   padding: 0;
   text-align: center;
   }

   #navcontainer ul li {
   display: inline;
   }

   #navcontainer ul li a {
   text-decoration: none;
   padding: .2em 1em;
   color: #fff;
   background-color: #036;
   }

   #navcontainer ul li a:hover
   {
   color: #fff;
   background-color: #369;
   }

   #navcontainer a span {     
   display: none;
   }

   #navcontainer a:hover span {   
   display: block;
   position: absolute;
   top: 200px;
   left: 8%;
   width: 60%;       
   text-align: left;
   color: #000;
   }

   #text{
     min-height:450px;
     margin-left:1em;
     margin-right:1em;
   }

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


   #footer{
      float:right;
   }

   p { list-style-type: circle ! important;
     font-family: Arial,Helvetica,sans-serif;
     text-align: justify;
     text-indent:  2%;	
   }

  p:first-letter {
   font-size: 200%;
  }

  ul { border-color: rgb(0, 0, 0);
    border-width: 1pt;
    font-family: "Times New Roman",Times,serif;
    list-style-type: circle;
    }

  h1 { 
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    height:120px;
    
    }


  h2 { 
     text-decoration: underline;
     text-align: center;
    }