/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 5, ../sass/print.scss */
body {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
}

/* line 12, ../sass/print.scss */
#dHeader {
  margin-top: 10px;
  width: 200px;
  height: 200px;
  z-index: 2;
  display: list-item;
  list-style-image: url(/images/headerLogo.png);
  list-style-position: inside;
}

/* line 22, ../sass/print.scss */
img {
  margin: 5px;
  padding: 0px;
  border: none;
}

/* line 28, ../sass/print.scss */
#dMenu {
  display: none;
}

/* line 32, ../sass/print.scss */
#dMainContent {
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  color: #113256;
}

/* line 39, ../sass/print.scss */
#dSideContent {
  page-break-after: always;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  min-height: 264px;
  padding: 10px;
  background: url("/images/homeContentBk.png") top left repeat-x;
  color: black;
}

/* line 51, ../sass/print.scss */
#dSideContent .subContent {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 57, ../sass/print.scss */
#dSideContent a {
  width: 240px;
  height: 160px;
}

/* line 62, ../sass/print.scss */
#dSideContent a img {
  height: 160px;
}

/* line 66, ../sass/print.scss */
.dFormContainer {
  display: none;
}

/* line 70, ../sass/print.scss */
#dFooter {
  display: none;
}
