/*
	BEGIN + STRUCTURE MODULE + + + STRUCTURE MODULE + + + STRUCTURE MODULE
*/
/*
	BEGIN
		Tantek Celik's "Box Model Hack"
	for
		Dan Cederholm's "Flexible Text" technique
	featuring
		Cliff Walker's "Nested Block Reset" modification
	PAM's explanation of all this lives at
		http://www.positiveatheism.org/conventions.htm#BOXMODEL
		http://www.positiveatheism.org/conventions.htm#FLEXIBLETEXT
*/
/*	The Box Model Hack hiding code for the Flexible Text technique */
body, ul {
	font-size: x-small; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
/*	The "Be kind to Opera" twist. */
html>body {
	font-size: small;
}
/*	END Box Model Hack.
*/
body {
	width: 750px;
}
#DivNavBarCenteringBox {
	text-align: center;
}

#n {
	text-align: center;
	margin: 18px 0;
}
#BoxTitleArial img {
	margin: 3px 0;
	clear: both;
}

ul li {	/*	ubiquitous */
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 2pt;
	font-size: 100%;
}
.InSmCapsFAUX, .InPamWarn, .InRTFD {
	font-size: 80%;
}
/*	ImgNavBarArtAw */
a {
	text-decoration: none;
	font-weight: bold;
}
/*	RuleBarTocBot: W: 64%; H: 4px. */
.RuleBarTocBot {
	background-position: center;
	padding: 0;
	text-align: center;
	text-decoration: none;
	height: 2px;
	margin: 12pt 18%;
	width: 64%;
	font-family: Times, mono;
	font-size: 1px;
	line-height: 2px;
}
/*	Specific Colors. */
#DivSPOOFBox ul li {
	color: #EEEEEE;
}
#DivSPOOFBox .RuleBarTocBot {
	color: #002;
	background-color: #eee;
}
#DivSPOOFBox a {
	color: #CC99FF;
	background-color: #000066;
}

