/***** Print Styles for bridgingthegapresearch.amm.clockwork.net *****/
/* This site runs like Clockwork (http://www.clockwork.net/). */
/* The ideal print style sheet should display the Logo at the top of the page and content under it. */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #333;
    background-color: #FFF
    }
#wrapper {
    margin: 0;
    width: 700px
    }
#header p.btg a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    color: #71000C;
    font-weight: bold
    }
/* This is where you will want to throw in the divs that you do not want to display when printing. This should include: All Navigation and Most Images with in the Content */
.divname #divname, #header .two_col_r, #nav, #sub_nav, #footer_bottom ul, #footer_bottom a {
    display: none
    }
/* This function allows you to display the URL of a link right after, this should be used in moderation and only on URL's that have the full URL. An example of this would be the "This site runs like Clockwork" link at the bottom of each page. */
.Related #main_content a:after {
    content: " <" attr(href) "> "
    }
#footer a:link {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    color: #FE5B03;
    text-decoration: underline
    }
#footer a:visited {
    color: #FE5B03;
    font-size: 10pt;
    text-decoration: underline
    }
#footer a:hover {
    color: #FE5B03;
    font-size: 10pt;
    text-decoration: underline
    }
#footer a:active {
    color: #FE5B03;
    font-size: 10pt;
    text-decoration: underline
    }
h1, .hd1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    color: #6C5742
    }
h2, .hd2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13pt;
    color: #6C5742
    }
h3, .hd3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: bold;
    color: #6C5742
    }
a:link {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #FE5B03;
    text-decoration: underline
    }
a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #FE5B03;
    text-decoration: underline
    }
a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #333;
    text-decoration: underline
    }
a:active {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11pt;
    color: #333;
    text-decoration: underline
    }