/* print */
.tooltip-text,
#content-right, 
#mood-picture,
#sub-navigation-container {
    display: none;
}
#top {
    width: 100%;
    height: 100px;
    background: url('../images/layout/print-header.jpg') no-repeat right top;
}
#top * {
    display: none;
}
body {
    font-family: Verdana;
    font-size: 9pt;
    line-height: 18pt;
}
h2 {
    background: url('../images/content/content-header.gif') repeat-x;
    font-size: 11pt;
    color: white;
    display: inline;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-left: -4%;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
}

ul {
    padding-left: 10
}
.content {
    margin: 0 4%;
}
a:link, a:visited {
    color: black;
    text-decoration: underline;
}
#footer {
    position: absolute;
    width: 408px;
    height: 25px;
    bottom: 0;
    right: 0;
    background: url('../images/layout/footer-logo.gif') no-repeat right top;
    overflow: hidden;
    text-indent: -9999px;
}
ul li {
    list-style-image: url('../images/content/print-bullet.gif');
}
