HTML
{
	overflow: auto;
}
BODY
{
	background: none;
}
#Header
{
	display: none;
}
#Navigation
{
	display: none;
}
#Body
{
	width: auto;
	border: none;
}
.BannerHome
{
	display: none;
}
.BannerSolutions
{
	display: none;
}
.BannerResources
{
	display: none;
}
.BannerAbout
{
	display: none;
}
#Content
{
	float: left;
	width: 444px;
	padding: 12px;
}
#ContentWide
{
	padding: 0;
}
table.NavBar
{
	display: none;
}
.LoginInfo
{
	display: none;
}
.PostCommentForm
{
	display: none;
}
.Comment
{
	display: none;
}
.CommentsWrapper
{
	display:  none;
}
.Controls
{
	display: none;
}

@media print
{
	div.pagebreak {page-break-after:always}
}

/* hide table of contents expand/contract icon images */
.Documentation UL.TOC LI IMG
{
	display:none;
}

/* display entire table of contents */
.Documentation UL.Hidden
{
	display:block;
}

#Footer
{
	width: auto;
	margin: auto;
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 10px;
	color: #000;
	clear: both;
}

#Footer A
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

