/* page layout */

   #header
   {
      height: 130px;
      background-color: #ffffff;      
      padding:0px;
   }
	 
   #header p
   {
      padding:0 5px;
      font-size: 12pt;
   }

   #address
	 {
      float:right;
      font-size:150%;
      font-weight:bold;
      color:#339966;
	 }
	 
	 .menubox
	 {

      border-top: dotted 1px #000000;
      margin-top: 5px;
      padding-top: 5px;
	 }
	 
   #menu
   {
      position:absolute;
      left:4px;
      top:141px;
      padding:3;
      width:165px;
      height:682px;
      background:#ffffff;
      font-family: sans-serif;
   }



   #menu ul
	 {
      margin:0 0 0 1em;
      padding:0;
   }
      
   #menu li
	 {
      list-style-type:disc;
      margin:0;
	  padding:0;
   }
	  
   #menu li li
	 {
      list-style-type:circle;
      margin:0;
      padding:0;
      text-indent:0em;
   }
   #menu li span
	 {
      font-weight:bold;
	 }
	 
	 #menu p
	 {
      padding:0 10px;
   }
	 
	 
   #footnotes
   {
      font-size: 80%;
      padding-left: 0%;
      border-top: dotted 1px #000000;
      margin-top: 5px;
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
   }
			
   body
   {
      margin:0;
      padding:0;
      color:#000;
      height:100%;
   }
	 
/* page formatting */

   h1, h2, h3, h4, h5, h6
   {
      font-family: helvetica, arial, sans-serif;
      font-weight: bold;
      color: #0000CC;
   }
     
   a
	 {
      font-weight:bold;
      text-decoration:none;}
			
   a:link
   {
      color: #339966;
      background-color: transparent;
   }

   a:visited
   {
      color:#006633;
      background-color: transparent;
   }
			
   a:active
	 {
      color: #339999;
      background-color: transparent;
   }
			
   a:hover
	 {
      color:#FF8000;
      background-color: transparent;
   }
		
   p.top
	 {
	  margin-top:20px;
	 }
			

	
   .hidden
	 {
      display:none;
	 }
			
   .caption
	 {
      text-align: center;
   }
			
   #content
	 {
      padding:3px;
      margin-top:10px;
      margin-left:190px;
      margin-right:0px;
      margin-bottom:20px;
      color:#333;
      background:#ffffff;
      padding:0 10px;
			font-family: sans-serif;
   }
	 
   #printcontent
	 {
      padding:3px;
      margin-top:10px;
      margin-left:0px;
      margin-right:0px;
      margin-bottom:20px;
      color:#333;
      background:#ffffff;
      padding:0 10px;
			font-family: serif;
   }
	 
   #content li
   {
      padding-left: 1em;
   }
			
   .tbldoc
	 {
      border: 1px solid black;
      background-color:#cccccc;
	 }

   .tbldoc td
	 {
      background-color:#ffffdd;
      padding:2px;
	 }
			
   .tblheader
	 {
      background-color:#ccffcc;
      color:#000000;
      font-weight: bold;
	 }
			
   .tblheader td
   {
      background-color:#ccffcc;
      color:#000000;
      font-weight: bold;
   }
			
   tr
	 {
      background-color: lightgrey;
   }
			
   .whiteback
	 {
      background-color: #ffffff;
   }
	
   td
	 {
      background-color: white;
	 }

   .footer
	 {
      text-align: center;
      font-size: 100%;
      font-weight: bold;
	 }
	 
   .important
	 {
   padding:5px;
   margin:0px;
   border:1px solid black;
	 }


	 