ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#leftnavcontainer {
	background:#fff;
	border: 0px solid #000;
	display:block;
	margin:1em 0 2em 0;
	width:11em;
	/*position: absolute;
	padding:0;
	height:210px;
	top:50%;
	border-width:3px 0 3px 0;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);*/
}

/*#topnavcontainer {
	border: 0px solid #000;
	background: #ff9101;
	height: 2em;
	margin: 0 auto;
	position: absolute;
	display: block;
	padding:0;
	width: 100%;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}*/
