body {
	color:#333;
	background-color: #FFFAFA;
	margin:20px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}

blockquote {
	font:12px verdana, arial, helvetica, sans-serif;
        }

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:gray;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:10px 0px 10px 0px;
	padding:0px;
	color:#333;
	}
h3 {
	font:8px verdana, arial, helvetica, sans-serif;
	margin:5px 0px 5px 0px;
	padding:0px;
        text-align:right;
	}
p {
	font:12px/14px verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 10px 20px;
	padding:2px;
	}
li {
	font:12px/14px verdana, arial, helvetica, sans-serif;
	margin: 10px 0px 10px 20px;
	padding:2px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}


a {
	color:#09c;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
	}
a:link {color:#08c;}
a:visited {color:#07a;}
a:hover {background-color:#bbb;}
  

/* 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;
	font-size:12px;
	min-width:120px;
	margin:0px 210px 20px 210px;
	border:1px solid #999;
	background-color:#ddd;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:180px;
	top:20px;
	left:20px;
	border:1px dashed #999;
	background-color:#ccc;
	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:168px;
	}
/* 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:168px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed #999;
	background-color:#ccc;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

.searchword {
     background-color: #555555;
     color: #eeeeee;
}
