/* Print styles */

html {
  background: none;
}
body {
  background: none;
}

div#layoutWrapperContainer {
  background: none;
  margin: 0px;
  width: 650px;
}
div#layoutWrapper {
  background: none;
  width: 650px;
}

div#layoutTop {
  display: none;
}

div#layoutNavigation {
  display: none;
}

div#layoutContent {
  position: relative;
  width: 650px;
}
div.divContent1, div.divContent2, div.divContent3, div.divContent4, div.divContent5, div.divContent6, div.divContent7, div.divContent8 {
  border: 0px solid #022F65;
  background: none;
  width: 75px;
}
div.divContent2 {
  width: 150px;
}
div.divContent3 {
  width: 225px;
}
div.divContent4 {
  width: 300px;
}
div.divContent5 {
  width: 375px;
}
div.divContent6 {
  width: 450px;
}
div.divContent7 {
  width: 525px;
}
div.divContent8 {
  width: 600px;
}

div#layoutRight {
  display: none;
}

div#layoutFooter {
  display: none;
}