body {
   background: white;
   font-size: 11pt;
   }
p, li, h2, h3, h4{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: normal !important;
}
p, li{
  font-size: 11pt;
}
#main-nav, #header, #sub-nav, #footer, .print-btn, #content-left, #content-right-banner {
   display: none;
   }
.travel h4{
  color: red;
}
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#checkboxes{
  margin-top: 20px;
  float: left;
  position: relative;
}
li{
  list-style-image: url(/images/empty-check.gif);
  background: red url(/images/empty-check.gif) no-repeat !important;
  padding-left: 20px;
  padding-top: 4px;
  min-height: 20px;
  list-style-type: none;
  margin-bottom: 12px;
}