/* Header - hide everything except the logo*/
#topheader #meta {
	display: none;
}
#bottomheader
{
	display:none;
}
table#topheader td.right
{
	display: none;
}

/* Hide the navigation */
#breadcrumb {
	display: none;
}

#nav {
	display: none;
}

#subnav {
	display: none;
}

#content, #container
{
}

#content_home
{
	width: 100%;
	white-space:nowrap;
}

#rightcollumn {
	display: none;
	white-space:nowrap;
}

/* Adjust the teasers */
#topteaser, #topteaser_small, #topteaser_small_long, #topteaser_small_verylong, #topteaser_large
{
	float:none;
	background: #ffffff none;
}
#topteaser_small #title
{ 
	background-color:#ffffff;
    color: black; }

/* Hide the footer*/
#footer {
	display: none;
}

/* Set text items*/
body
{
	color: #000000;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image:none;
}

a { 
  text-decoration : underline; 
}

