body {
	font: 68.75%/1.5 Helvetica, Arial, sans-serif;
	color: #666;
}
html>body { font-size: 11px; }

a { 
	color: #0083bf;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

h1 { 
	background: transparent url(../images/help_topics.gif) no-repeat;
	width: 143px;
	height: 28px;
	text-indent: -9999px;
	float: left;
}
h2,h3,h4,h5,h6 { margin-bottom: 1em; }

h3 { color: #ff9100; font-size: 180%; }
h2,h5 { font-size: 120%; color: #039; }
h6 { font-weight: bold; text-transform: uppercase; }
h4 { font-size: 160%; color: #039; font-weight: normal; }

ul,p { margin-bottom: 1.2em; font-size: 120%; }
ul { list-style-type: disc; margin-left: 1.3em; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header { margin: 3em 3em 0; }
.fh-logo { float: right; margin-bottom: 3em; }

ul.sub-nav-banner { width: 100%; clear: both; list-style-type: none; margin: 0; }

ul.sub-nav-banner li {
	background-image: none;
	background-color: #eee;
	padding: 1em 1em;
	margin: 0 0 2em 0;
	float: left;
	font-weight: bold;
	font-size: 130%;
}

ul.sub-nav-banner li.selected { 
	background-color: #ff9100;
	color: #fff;
}

#content { margin-left: 1em; }
div.topic { margin-bottom: 3em; }
.nav { margin-bottom: 4em; }