body {
       background: #ccc;
       color: #000;
       font-family: "Arial,Helvetica,sans-serif,GillSans";
     }
abbr[title] { border: 0; cursor: help; }
a[href]                        { color: #099; text-decoration: none; }
a[href]:hover, a[href]:active  { text-decoration: underline; }
a[href]:visited                { color: #009; }
a[href]:active                 { color: #ccf; }

h1 { font-size: 150%; font-weight: bold; text-align: center;
     margin-top: 1.5em; margin-bottom: 0.5em; }
h2 { font-size: 130%; font-weight: bold;
     margin-top: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 110%; font-weight: bold;
     margin-top: 1.5em; margin-bottom: 0.5em; }
h4 { font-size: 100%; font-weight: bold;
     margin-top: 1.5em; margin-bottom: 0.5em;
     color: #630; }
h5 { text-transform: uppercase; color: #fff;
     background-color: #000; font-weight: bold; width: 40%;
     padding-left: 5px; font-size: 90%; padding-top: 3px;
     padding-bottom: 3px; clear: left; }

dt { font-weight: bold; margin-top: 0.5em; }
dd { margin-left: 1.5em; }
li { margin-top: 0.5em; }
ul.compressed li { margin-top: 0em; }

div.sidebarQuote { background: #fff; float: right; width: 250px;
                   padding: 1em; }
div.sidebarQuote h4 { text-align: center; margin: 0; font-size: 110%; }
div.sidebarQuote p { line-height: 100%; font-style: italic; font-weight: bold;
                     margin: 0; margin-top: 1em; }
div.sidebarQuote p.credit { line-height: 100%; font-weight: bold;
                            text-align: right; font-style: normal; }
div.sidebarQuote p.credit:before { content: "— "; }

p { line-height: 125%; }
.small { font-style: italic; font-size: 90%; }

img { border: 0; }
cite { font-style: italic; }
.person { font-weight: bold; }

div#content { width: 600px; margin-left: auto; margin-right: auto;
              margin-top: 0.5em; padding: 10px; }

/* Logo box typically at the top of the page */
div#logo {
           width: 843px;
           margin-left: auto; margin-right: auto;
           padding-right: 10px; padding-top: 3px;
         }
img#nwtrcc {
             vertical-align: baseline; padding-bottom: 20px;
           }

/* Footer info at bottom of page */
div#footer { text-align: center; padding-top: 1em; }
div#footer hr { width: 250px; }
div#footer p { margin: 0; }
div#footer p#orgname { font-size: 115%; font-weight: bold; }
div#footer p#address { font-style: italic; font-size: 90%; }
div#footer p#url { font-size: 100%; font-weight: bold; }

