@charset "utf-8";
/* CSS Document */
html, body 
{
  background-color: #FFF;
	text-align: left;
}
#PrintLogo
{
  display: block;
  margin-bottom: 10px;
}
#ContainerPage 
{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border-right: none;
  border-left: none;
}
#WrapperTopNav, #WrapperHeaderImage, #WrapperMainNav, #ContentMenu, #ContentRight, #WrapperBottomNav, #WrapperSubNav 
{
  display: none;
}
#ContentHeading, #ContentBody
{
  width: 600px;
  margin: 0px;
  padding: 0px;
  overflow: visible;
}
#ContentBody
{
  height: 100%;
}
#ContentLeft
{
  width: 100%;
  border-right: none;
  background: none;
  height: 100%;
}