/* home page print styles for Equity Resources site  */


/* GENERAL */

body {
  background-image: none;
}



/* OUTER SHELLS */

#divoutershell1 {
  width: 620px;
  margin: 0px;
}
/* footer */
#divoutershell2 {
  width: 620px;
  margin: 0px;
}



/* PAGE AREA */

#divpagearea {
  background-image: none;
  height: auto;
  min-height: 0px;
}



/* BANNER */

#divbanner h1 {
  padding: 0px;
}
#divbrownblock {
  display: none;
}
#divphoto {
  display: none;
}
#divnavigation {
  display: none;
}



/* CONTENT */

#divtext {
  margin-left: 0px;
  border: none;
  padding: 18px 0px 28px 22px;
  width: 490px;
  height: auto;
  min-height: 0px;
}


/* DIVIDING LINE */

#divdivider {
  display: none;
}



/* FOOTER */

#divfooter {
  height: auto;
  min-height: 0px;
  background-image: none;
}
#divfooter p {
  margin-left: 22px;
  padding: 0px;
}

