<STYLE type=text/css>
	
body {
	color:#333;
	background-color:#white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
     }

h1   {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
     }

FORM {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000080;
        background: #B0C4DE;
        border: 2px solid #4682B4;
	padding: 2px; 
     }
	
h2   {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
     }

h3 {
	font:11px verdana, arial, helvetica, sans-serif;
   }


	
p  {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#3366CC;}
a:visited {color:#3366CC;}
a:hover {background-color:#eee;}

#Header {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:44px; /* 14px + 17px + 2px = 33px */
	/*border-style:solid;
	border-color:black;*/
	border:1px solid black;
	font-size:14px;
	font-family:verdana, arial, helvetica, sans-serif;
	color: white;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px; /*11px*/
	background: url(images/texture.gif);
	voice-family: "\"}\"";
	voice-family:inherit;
	height:44px; /* the correct height */
	
	}
body>#Header {height:44px;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; 
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 190px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; 
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:120px;
	top:68px;
	left:20px;
	border:1px solid black;
	background-color: white;
	padding:10px;
	z-index:2;
	/* 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;
	width:120px;
	}
    /* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
   length values to user agents that exhibit the parsing error exploited above yet get 
   the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
   a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:120px;}
		
#navBeta {
	position: absolute;
	width:180px;
	top:68px;
	right: 20px;
	border:1px solid black;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
body>#navBeta {width:160px;}

#navGamma {
	position: absolute;
	width:180px;
	top: 310px;
	right: 20px;
	border:1px solid black;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
body>#navGamma {width:160px;}
  </style>