body {
	color:#333;
	background-color:#444444;
	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:#999999;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#CCCCCC;
	}
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#444444;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 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;
	border: thin none #CCCCCC;
	padding: 1px;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
.nostyle {
	display: none;
	}
	
/* 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;
	top:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	background: url(layoutgfx/bl.gif) 0 100% no-repeat #CCCCCC;

	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.br {background: url(layoutgfx/br.gif) 100% 100% no-repeat}
.tl {background: url(layoutgfx/tl.gif) 0 0 no-repeat}
.tr {background: url(layoutgfx/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

#navAlpha {
	position:absolute;
	width:150px;
	top:169px;
	left:20px;
	border:1px none black;
	background: url(layoutgfx/bl.gif) 0 100% no-repeat #CCCCCC;}
#br {background: url(layoutgfx/br.gif) 100% 100% no-repeat}
#tl {background: url(layoutgfx/tl.gif) 0 0 no-repeat}
#tr {background: url(layoutgfx/tr.gif) 100% 0 no-repeat; padding:10px}
#clear {font-size: 1px; height: 1px}


	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;
	color: #444444;
	}
/* 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;}
		
#navBeta {
	position:absolute;
	width:168px;
	top:147px;
	right:18px;
	border:1px none black;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	color: #CCCCCC;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navC {
	position:absolute;
	width:168px;
	top:80px;
	right:18px;
	border:1px none black;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	color: #CCCCCC;
	}
/* Again, "be nice to Opera 5". */
body>#navC {width:168px;}

#banner {
	background:#444444;
	height:20px;
	border-top:4px solid #333333;
	border-right:1px none #000;
	border-left:1px none #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100px;
	padding:0px 0px 10px;
	border-bottom-style: none;
		}
	html>body #banner {
		height:135px;
		}
		
#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
