/* Print Styles for Hardy Moving

Coded by Pete Schmeck - atari2600vcs@yahoo.com */

BODY 
{ 
  background: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}

        A:link    { color: #000; text-decoration: underline; }
        A:visited { color: #000; text-decoration: underline; }
        A:hover   { color: #000; text-decoration: underline; }
        A:active  { color: #000; text-decoration: underline; }

h1, h2
{ 
  color: #000;
}


div#pageBody
{
  border: none;
  margin: 0;
  padding: 0;
  width: 500px;
}



/* Header -------------------------------------------------- */

div#header
{
  border-bottom: none;
  background: #fff url(../images/header/headerLogoPrint.jpg) top left no-repeat;
  height: 95px;
  margin: 0;
  padding: 0;
  width: 500px;
}







/* Body -------------------------------------------------- */
div#bodyCopy, div#bodyCopyIntro,
{
  background: #fff;
  border-left: 0;
  border-right: 0;
  color: #000;
  font-family: Times New Roman, serif, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  min-height: none; 
  margin: 0;
  padding: 0;
  width: 500px;
}


div.info
{
  float: none;
}




/* Non Displaying elements -------------------------------------------------- */
img.noPrint, div#footer, div#topNav, div#leftNav, div#rightNav, div#sponsorsIntro, div#header span
{
  display: none;
}



