<style type="text/css">
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
     }
	

  p {
	font-family:verdana, arial, helvetica, sans-serif;
     font-size:small;
     padding:0px 0px 0px 0px;
    }

 h1 {
	font-family:verdana, arial, helvetica, sans-serif;
     font-size:medium;
     padding:0px 0px 5px 0px;
    }

 li {
	font-family:verdana, arial, helvetica, sans-serif;
     font-size:small;
     padding:0px 0px 5px 0px;
    }

 em {
 	font-family:verdana, arial, helvetica, sans-serif;
     font-size:x-small;
     padding:0px 0px 5px 25px;
    }

 A { color: #187531; 
     TEXT-DECORATION: none;
     background: transparent;
    }
 A:visited { color: #187531;
           } /* for visited links */
 A:hover { color: #000000; 
           text-decoration: underline;
         } /* when mouse is over link */

#Header {
         margin:40px 0px 10px 0px;
         padding:17px 0px 0px 210px;
              /* For IE5/Win's benefit height = [correct height] + [top padding] + 
              [top and bottom border widths] */
         height:33px; /* 14px + 17px + 2px = 33px */
         border-style:solid;
         border-color:black;
         border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
         line-height:11px;
         background-color:#eee;

         /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
            Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
            IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
            declaration. The incorrect IE5/Win value is above, while the correct value is 
            below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
       }

#Content {
          margin:0px 50px 50px 200px;
          padding:10px;
          voice-family: "\"}\"";
          voice-family:inherit;
          }

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:180px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
</style>