#body {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 95%;
	text-decoration: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px;
	border-bottom: 1px solid #ccc;
	}
ul li {
		position: relative;
	}
li ul {
		position: absolute;
		left: 165px;
		top: 0;
		display: none;
	}
ul li a {
		display: block;
		text-decoration: none;
		color: #000066;
		background: #CEC3D4;
		font-weight: bold;
		padding: 5px;
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left;}
	* html ul li a {height: 1%; }
	/* End */
	
li:hover ul, li.over ul { display: block }
.states {
	font-size: 12pt;
	font-variant: normal;
	color: #FFFF00;
	font-weight: bold;
}
ol {
	list-style: circle url("") outside;
}
.heading {
	font-size: 22pt;
	color: #FFFFFF;
}
.main {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#sidebar {
	z-index: 4;
	position: absolute;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000000;
	background-color: #FFFFFF;
}
#content ul {
	list-style-type: disc;
}
.bold {
	font-weight: bold;
}
