/* The W3C Core Styles Copyright (c) 1998 W3C (mit, inria, Keio), All Rights
Reserved. W3C liability, trademark, document use and software licensing rules
apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html

This stylesheet has been served in a form to avoid known bugs in your user
agent's css implementation. Copying and serving this stylesheet to other
agents may lead to unexpected results. Please refer to its address rather than
copy it. */
/* this is a modified version of the above. */

	/* begin body type */	/* 1 - humanist sans a */

body	{	
	font-family:	Verdana, "Myriad Web", Syntax, sans-serif;
	color:	#D0FFD0;
	background:	#212121;
}	
.small	{	font-size: 0.8em; }	
small	{	font-size: 0.8em; }	
.quiet { color: #444444; }
big	{	font-size:	1.17em; }	
pre	{	font-family:	'Monotype.com', "Courier New", monospace; }	
ol li	{	list-style-type:	decimal; }	
ol ol li	{	list-style-type:	lower-alpha; }	
ol ol ol li	{	list-style-type:	lower-roman; }	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	font-family:	"Trebuchet ms", Verdana, "Myriad Web", Syntax, sans-serif; 
	color:	rgb(245,245,245);
	background:	#212121;
	}	
em strong, strong em	{	text-transform:	uppercase; }	
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	yellow;
	color:	black;
}	
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
}
img { border: 0px; }
hr	{	color:	#ccc; }	
#colophon	{	display:	none; }	
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F72;
	background:	#212121;
	padding-left: 1px;
	padding-right: 1px;
	}	
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	/*color:	#C96;*/
	color:	#D40;
	background:	#212121;
	padding-left: 1px;
	padding-right: 1px;
	}	
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#ffc;
	background:	#212121;
	padding-left: 1px;
	padding-right: 1px;
	}	
a:hover	{	
	text-decoration:	none;
	color:	#FC0;
	background:	#212121;
	padding-left: 1px;
	padding-right: 1px;
	}	
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#F60;
	background:	#212121;
	padding-left: 1px;
	padding-right: 1px;
	}	
		
	/* end affordances */	




	/* END CHOCOLATE CORE CSS STYLE */
	/* BELOW: CSS BOXES. FROM http://glish.com */

body {
	margin:10px 10px 0px 10px;
	padding:0px;
}

#leftcontent {
	position: absolute;
	left:10px;
	/*top:50px;*/
	/*top:5em;*/
	width:195px;
	border-right:2px solid #D0FFD0;
}

#centercontent {
	/* in theory, i'd like to put this in: */
	/*position: absolute;*/
	/* but it makes IE6 make centercontent twice as wide!*/
	margin-left: 199px;
	margin-right:199px;
	/*top:5em;*/
	border:0px solid #D0FFD0;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	/*top:50px;*/
	/*top:5em;*/
	width:195px;
	border:0px solid #D0FFD0;
	border-left:2px solid #D0FFD0;
	}

#banner {
	/*height:40px;*/
	/*height:10em;*/
	border-top:0px solid #D0FFD0;
	border-bottom:2px solid #D0FFD0;
	border-right:0px solid #D0FFD0;
	border-left:0px solid #D0FFD0;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height:39px;*/
	}
html>body #banner {
	/*height:39px;*/
	height:5em;
	}
	
p,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	padding-top:10px;
	}
	
#banner h1 {
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:	.75em;
	}


