@media print {

/* =RESET */
* {
   color: black;
}

/* =LOGO */
div#HeaderWrapper {
   border-top: 5px solid black;
   border-bottom: 5px solid black;
}

#companyName {
    vertical-align: top;
}


/* =LAYOUT */

.clear {
   clear: both;
}


th {
   width: 20%;
}

#Header {
   padding: 20px 0 20px 0;
}

#HeaderContent, #main {
  margin: 0 auto 0 auto;
  width: 80%;
}

#HeaderContent {
   height: 19px;
}

div#Navigation {
   display: none;
}

#main {
   padding-top: 1em;
   clear: left;
}

#Content > * {
   margin-left: 1em;
}

#Content h2 {
   margin-left: 0.65em;
}

#Content > img[align=left] {
   padding: 10px 10px 10px 0;
}

#Content > img[align=right] {
   padding: 10px 0 10px 10px; 
}

#sidebarBox {
   display: none;
}

div.productImage {
   float: right;
   width: 160px;
}

div.productImage img {
   display: block;
   float: right;
}

div.productImage span {
   display: none;
}

#Content table { 
   margin-bottom:            1em;
   margin-top:               1em;
}

#Content table td, #Content table th {
   padding-left:             1ex;
   padding-right:            1ex;
}

#Footer {
   clear: both;
   margin-top: 1em;
   margin-left: 1.63em;
}

#Breadcrumbs {
   margin-left: 1.63em;
}   

/* =TYPOGRAPHY */

p {
   margin-bottom: 1em;
}

th {
   font-weight: bold;
}

a {
   text-decoration: none;
}

a:visited {
   text-decoration: none; 
}

a:hover {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

a:focus {
   text-decoration: none;
}

#Content a{
   text-decoration: underline;
}

#Content h1 {
   font-family: "Arial Black", sans-serif;
   font-size: 150%;
}

#Content > h1 {
   margin-left: 0.66em;
}

#Content h2, #Content h2 *  {
   font-family: "Arial", sans-serif;
   font-weight: bold;
}

#Content h2 {
   font-size: 150%;
}

#Content > h2 {
   margin-left: 0.66em;
}

ul + h2, p + h2 {
   margin-top: 1em;
}

#Content h3, #Content h3 * {
   font-family: "Arial Black", sans-serif;
   font-weight: normal;
}

#Content h3 a {
   font-weight: normal;
}

ul + h3, p + h3 {
   margin-top: 1em;
}

#Content h4, #Content h4 *  {
   font-weight: bold;
}

ul + h4, p + h4 {
   margin-top: 1em;
}

#Content ul {
   margin-left: 1em;
    list-style-type: disc;
}

#Content > ul {
   margin-left: 2em;
}

#Menu2 a:hover {
   text-decoration: underline;
}

#Menu2, #Menu2 a {
   font-weight: bold;
}

#Navigation span, #Navigation a, #Navigation a:hover, #Menu2 a  {
   font-weight: bold;
}

#sidebarBox {
   font-size: 85%;
}

#sidebarBox h3{
   font-weight: bold;
   font-size: 125%;
}

#sidebarBox li.current, #sidebarBox li.current span {
   font-weight: bold;
}

#Breadcrumbs {
   font-size: 62.5%;
}

#sidebarBox ul ul {
   font-size: 62.5%;
}

#Footer {
   font-size: 62.5%;
}

}
