body {
	color : #f5f5f5;
	background-color : #000000;
	/*  #656697;*/
	font-family :  Tahoma, "Trebuchet MS", sans-serif;
	text-align : left;
}
p {
	font-family : Tahoma, "Trebuchet MS", sans-serif;
	margin : 0px 0px 16px 0px;
	padding : 0px;
	color :#ffffff;

	}

h1 { font-size: 2em; margin: .67em 0; line-height: 1em;  font-family : "Trebuchet MS", Tahoma, sans-serif;  }
h2 { font-size: 1.5em; margin: .83em 0;font-family : "Trebuchet MS", Tahoma, sans-serif; }
h3 { font-size: 1.17em; margin: 1em 0;font-family : "Trebuchet MS", Tahoma, sans-serif; }
h4 { margin: 1.33em 0;font-family : "Trebuchet MS", Tahoma, sans-serif; }
h5 { font-size: .83em; line-height: 1.17em; margin: 1.67em 0;font-family : "Trebuchet MS", Tahoma, sans-serif; }
h6 { font-size: .67em; margin: 2.33em 0;font-family : "Trebuchet MS", Tahoma, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: bolder;  color : #656697;  }

blockquote {
	color: #a9a9a9;
	font-size : 95%;
}


a {
	font-family :  Verdana,"Trebuchet MS", sans-serif;
	text-decoration : none;
	color : #5a84b5;
	}

a:link {
	color : #5a84b5;
	}

a:visited {
	color : #5a84b5;
	}

a:hover {
	text-decoration : none;
	border-bottom: 1px dashed white; 
	}

a:active {
	color: #f5f5f5;
	text-decoration : none;
	}
	
hr {
	color: #2f2f3f;
	height : 1px;
}	
	
ul { 
	background-color :  #3f3f4f;
	color : #adcce7;
	border : medium solid #2f2f3f;
	padding : 5px;
	font-family : "Trebuchet MS", Tahoma, sans-serif; 
	margin-bottom : 10px;
	margin-left : 1em;
	margin-right : 0px;
	margin-top : 3px;
	line-height : 1.1em;
	list-style-type : none;	
}

ul.nobox {
	background-color :  #3f3f4f;
	color : #adcce7;
	border : none;
	padding : 5px;
	font-family : "Trebuchet MS", Tahoma, sans-serif; 
	margin-bottom : 10px;
	margin-left : 1em;
	margin-right : 0px;
	margin-top : 3px;
	line-height : 1.1em;
	list-style-type : none;	
}
li.nobox {
	border: none;
}

/* All the content boxes belong to the content class. */
.content {
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background-color : #3f3f4f;
	color : #ffffff;
	border : thick solid #2f2f3f;
	margin : 0px 210px 20px 180px;
	min-width : 120px;
	padding : 10px;
	position : relative;
	width : auto;
	z-index : 3;
	line-height : 1.4em;
	}

.content>p {
	margin : 0px;
}

.content>p+p {
	text-indent : 30px;
}

.afterthought {
	line-height: 1.3em;
	padding: 1em;
	font-size: .9em;
	color : #696969;
	border: 1px dotted;
}

.navformat {
	font-size : smaller;
	font-weight : bold;
	line-height: 1em;
	text-transform : capitalize;
}

.navdivider {
	display : inline;
	font-size : 105%;
	text-align : center;
	line-height : 1em;
	padding : 4px;
	color : #656697;
}

			
#topichead 	{
	position:absolute;
	width:150px;
	top:100px;
	left:20px;
	border: 0px;
	text-align : center;
	background-color : #000000;
	color : #adcce7;
	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:130px;
	}
/* 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>#topichead {width:130px;}
		
#navright {
	text-align : center;
	position:absolute;
	width:170px;
	top:100px;
	right:20px;
	border: 0px;
	background-color : #000000;
	color : #5a84b5;
	padding: 0px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#navright {width:170px;}

#footer{
	color :#3f3f4f;
	background-color : #000000;
	height:15px;
	border : none;
	padding : 3px;
	text-align : center;
	font-family : "Trebuchet MS", Tahoma, "MS Sans Serif", Arial, sans-serif;
	font-weight : bold;
	}	
	