<FONT FACE="Times New Roman"></FONT>body {
  margin: 0;
  padding: 0;
}
#wrapper {
  font-family: "Times New Roman", verdana, sans-serif;
  font-weight: 600;
  font-size: 12pt;
  margin: 0 0px;
  padding: 0;
}


h1 {
  font-size: 20pt;
  line-height: 100%;
  color: #000;
}
h2 {
  font-size: 18pt;
  line-height: 100%;
  color: #000;
}

h3 {
  font-size: 16pt;
  line-height: 100%;
  color: #000;
}

i {
  font-size: 16pt;
  font-weight: 600;
  color: #000;
}

li {
  font-family: "Times New Roman", verdana, sans-serif;
  font-weight: 600;
}

A {color: #000; font-weight: 700}
A:visited {color: #999; font-weight: 700}
A:active {color: #666; font-weight: 700}
A:hover {color: #333; font-weight: 700}

p {
	margin:5px 5px 16px 5px;
	padding:5px;
	}

.Content>p {margin:0px;}
.Content>p+p {text-indent:10px;}

 

/* All the content boxes belong to the content class. */
.content {
	font-family: "Times New Roman", verdana, sans-serif;
	font-weight: 600;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:600px;  
	min-width:120px;
	margin-top: 10px;
	margin-left: 130px;
/*	border:4px solid RED;                 */
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}



#navLeft {
	position:absolute;
	width:120px;    
	top:200px;
	left:0px;
	background-color:white;
	padding:2px;
	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;
	}


/* 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:128px;
	}
/* 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:128px;}

		
/* Commented out
#navRight {
	position:absolute;
	width:190px;  
	top:165px;
	right:20px;
	border:3px dashed GREEN; 
	background-color:#eee;
	padding:5px;
	z-index:1;
Again, the ugly brilliant hack. 
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
*/

#header {
	background_color:#eee;
	position:absolute;
	width:790px;  
	top:10px;
	right:100px;
/*	border:3px dashed GREEN;  */
	background-color:#eee;
	padding:10px;
	z-index:0;
	}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #00f;
}


ul#menu li a:link, ul#menu li a:visited {
	display: block;
	text-decoration: none;
	width: 89%;
	padding 3px 3px;
	background-color: #00f;
	font: bold 10pt/1.5 arial, sans-serif;
	color: #fff;
}

ul#menu li a:hover {
	background-color:YELLOW;
	color: #f00;
}

#footer {
	font-family: "Times New Roman", verdana, sans-serif;
	font-weight: 700;
  background: #fff;
  margin: 20px;
  text-align: center;
}


/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




