/* CSS Document */

/* general print stylings  */

html	{
	margin: 0;
}

body	{
	background-color: #fff;
	color: #000;
	margin: 0;
	font-size: 12pt;
}

 * {
  background-color: white !important;
  background-image: none !important;
  }
  
 /* Fonts and Such */
 

h2	{
	color: #000;
}

/* Columns, Structure */

#TwoColNav, #ThreeColNav {
	display: none;
}

#TwoColContent	{
	color: #000;
	width: 100%;
}

#FooterCol1 	{
	display: none;
}

#FooterCol2	{
	width: 100%;
}

/*  Other */

#Header	{
	margin-left: -120px;
}

#locator	{
	display: none;
}

