BODY {margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
P {font-family: Arial, Verdana, Sans-serif, Helvetica, Graphite Light;
font-size: 8pt; margin-left: 17px; margin-right: 17px;}
H1 {font-family: Arial, Verdana, Sans-serif, Helvetica, Graphite Light;
font-size: 11pt; margin-left: 17px; margin-right: 17px;}
H2 {font-family: Arial, Verdana, Sans-serif, Helvetica, Graphite Light;
font-size: 11pt; margin-left: 17px; margin-right: 17px;}
h4 ol { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background: #e9e9e9;
}

h4 li { /* all list items */
	float: left;
	position: relative;
}

h4 li ol { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 4;
}

h4 li ol li {	clear: left;
}

h4 li>ol { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

h4 li:hover ol, li.over ol { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}