body
{
	background-color: white;
	color: Black;
	font-size: 12pt;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 15pt;
}

h3
{
	font-size: 14pt;
}

p
{
	font-size: 12pt;
}

li
{
	font-size: 12pt;
}

#leftBar
{
	display: none;
}

#rightBar
{
	display: none;
}

#menu
{
	display: none;
}

#navigation
{
	display: none;
}

#bodyContainer
{
	overflow: visible;
}

#contentContainer
{
	padding: 0;
	margin: 0;
	width: auto;
	height: 100%;
	overflow: visible;
}

#pageImageHeader
{
	display: none;
}

#contentContainer .column
{
	padding: 0;
	margin: 0;
	height: 100%;
}

#content
{
	margin-bottom: 0;
	margin-top: 0;
	float: none;
	height: 100%;
	overflow: visible;
}

#contentShadowTop
{
	display: none;
}

#contentContainerBottom
{
	display: none;
}