#help_content * {
	line-height: 1.5em;
	margin: auto;
	padding: auto;
}

#help_content 
{
	background: white;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	font: 8pt Verdana;
	line-height: 1.2em;
	z-index: 2;
}

#help_content H1, #help_content H2, #help_content H3
{
	line-height: 2em;
	color: #004f6b;
	clear: both;
}
#help_content H1
{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

#help_content H2
{
	font-size: 1.25em;
}

#help_content H3 
{
	font-size: 1.1em;
}

#help_content DL 
{
	clear: both;
}

#help_content DL DT
{
	margin-top: 10px;
	font-weight: bolder;
}

#help_content DL DD
{
	margin-left: 5px;
}

#help_content DL.icons DT
{
	float: left;
	clear: left;
}

#help_content DL.icons DD
{
	margin-top: 10px;
	/* max-width: 60%; */
	float: left;
	clear: right;
}

#help_content DL.icons IMG
{
	border-style: none;
}

#help_content IMG
{
	margin: 5px;
	border: 1px solid black;
}

#help_content IMG.icon
{
	border-style: none;
	margin: 0px;
}

#help_content #breadcrumbs {
	width: auto;
	position: absolute;
	right: 20px;
	top: 10px;
}

#help_content #copyright {
	float: right;
	margin-top: 2px;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

#help_content #navigation {
	float: left;
	margin-top: 2px;
}

#help_content p, #help_content ol {
	margin-bottom: 1em;
}

#help_content ol li ol li {
	margin-left: 1em;
}

#help_content a {
	color: #004f6b;
}

#help_content #footer 
{
	background-color: white;
	position: absolute;
	left: 7px;
	right: 25px;
	bottom: 7px;
	padding: 3px;
}

#help_content #breadcrumbs {
	width: auto;
	position: absolute;
	right: 30px;
	top: 10px;
	margin-left: 7px;
	background-color: white;
	opacity: 0.4;
	z-index: 1;
}

#help_content #breadcrumbs:hover {
	opacity: 1;
}

#help_content #copyright {
	float: right;
	margin-top: 2px;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

#help_content #navigation {
	float: left;
	margin-top: 2px;
}

#help_content #buffer {
	visibility: hidden;
	height: 1px;
	clear: both;
	height: 40px;
}

