body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
font-family: "Comic Sans MS", verdana, sans-serif;
font-weight: 400;
font-size: 12pt; 
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:blue;
	}
h2 {
/*	font:bold 12px/14px verdana, arial, helvetica, sans-serif; */
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
  font-size: 16pt;
  line-height: 95%;
  color: blue;
}

B {
font-family: "Comic Sans MS", verdana, sans-serif;
font-weight: 600;
font-size: 12pt; 
  color: RED;


}


.Content>p {margin:0px;}
.Content>p+p {text-indent:10px;}

a {
text-decoration:none;
}
a:link {color:#1F05E3;}
a:visited {color:#1F05E3;}
a:hover {background-color:YELLOW;}
  

/* All the content boxes belong to the content class. */
.content {
font-family: "Comic Sans MS", verdana, sans-serif;
font-weight: 400;
font-size: 12pt; 
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;  
	min-width:120px;
	margin-top: 72px;
	margin-left: 200px;
	line-height: 155%;
/*	border:4px solid RED;                 */
	background-color:white;
	padding:20px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navLeft {
  font-family: "Bookman Old Style", verdana;
  font-weight: 700;
  font-size: 14pt;
  line-height:30px;
	position:absolute;
	width:190px;    
	top:190px;
	left:0px;
	background-color:#85CEED;
	color: 1F05E3;
	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: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: auto;
/*	width:490px;  */
	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;
}



/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




