body {
	color:#333;
	background-color:white;
	margin:0px;
	padding:0px;
	font:13px verdana, arial, helvetica, sans-serif;
	}

/* Simple text styles */
h1 { margin-top: 0px; margin-bottom: 5px; color: #000; font-size: 18px; }
h2 { margin-top: 0px; margin-bottom: 5px; color: #000; font-size: 15px; }
h3 { margin-top: 0px; margin-bottom: 3px; color: #f00; font-size: 12px; }

hr { border: 1px black solid }

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover {background-color:#f99;}
 
 
/* Four styles to control the layout of the top banner */
#banner { width:100%; height: 98px; padding:0px; }
#topright {position:absolute; right: 0px; top:0px;} 
#headtext { position: absolute; left: 145px; right: 0px; top: 0px; z-index: 2; }
#separator {position: relative; left: 168px; right: 0px; top: -8px; background-color: #f99; height: 8px; font-size: 3px; }

/* Three styles to achieve the three columns */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 160px 0px 170px;
	background-color:white;
	z-index:3;  /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	font: 10px/120%;
	color: #666;
	padding: 0px;
}
.smalltext { font-size: 9px; }

.nav {
	position:absolute;
	width:134px;
	top:111px;
	margin-top:10px;
	border-right:1px solid black;
	background-color:#fff;
	padding: 5px;
	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:134px;
	}
/* "be nice to Opera 5" rule. Pass correct values to browsers with the parsing error
above (so they picked up the value intended for IE) but get the CSS box model right 
(so want the correct value). We take advantage of the fact that opera understand the 
CSS2 parent-child selector. */
body>.nav {width:134px;}
	
/* Box for highlighted stuff at top right of main text */	
.extrabox {
	position: relative; float: right; margin: 0px 0px 25px 20px
}

#right {
	position:absolute;
	width:130px;
	top:111px;
	right:0px;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	font-weight: bold;
	font-size: 11px;
	}
.quote {font-weight: normal; font-style: italic; }
/* Again, "be nice to Opera 5". */
body>#right {width:130px;}

/* Styles for the navigation menu */
.menu, a.menu {
	font: bold 13px/150% verdana,arial,sans-serif; color: #000; text-decoration: none;
}
.submenu, a.submenu {
	font: normal 11px/130% verdana,arial,sans-serif; color: #000; text-decoration: none;
}
.menu, .submenu {
	color: #000; margin: 0 0 0 10px;
}
a.menu, a.submenu, a.menu:visited, a.submenu:visited {
	color: #000; margin: 0;
}
.specialmenu, a.specialmenu, a.specialmenu:visited {
	font: normal 11px/130% verdana,arial,sans-serif; color: #f66; text-decoration: none; font-weight: bold;
}

/* Other text styles */
a.plain, a.plain:visited { color: #000; text-decoration: none; border: 0px; }

.stoppress { border: 5px solid #f99; background-color: #fee; vertical-align: middle; padding: 5px;}
a.stoppress, a.stoppress:visited { font-weight: bold; border: none; }