* { background: #fff; }
body { font-family: arial, helvetica, sans-serif; font-size: 110%; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }


/* hide these useless elements in print form */
#navTop, #navPrimary, #navSubShell, #navFoot, #navSub, .navSide, #head h1
{
  display: none;
}

#printLogo {
  display: block;
  float: left;
  width: 300px;
}

.pageTitle {
  padding-top: 20px;
  margin-top: 40px;
  text-align: right;
}

* html .pageTitle {
  padding-top: 0;
}

.contentSectionLeft {
  clear: both;
}

.contentSectionLeft h2, .pageTitle {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
/*
Custom classes available for use in the back-end
copied over from type.css
 */
.left {
  display: inline;
  float: left;
  margin: 10px 10px 0px 10px;
}

.right {
  display: inline;
  float: right;
  margin: 10px 0 10px 10px;
}

.red { color: red; }
