/* This page content is scraped more directly from the MSPA site, which uses tables
   and inline styles, But let's kludge them into an appropriate width center. */

body header + table, #banner, #content {
                      width: 650px; margin-left: auto; margin-right: auto;
                      border-style: solid; border-color: #c6c6c6;
                      border-left-width: 150px; border-right-width: 150px;
                      border-top-width: 7px; border-bottom-width: 7px; }
img[src*="biglogo.gif"] { width: 650px; } /* otherwise the "secrets" page breaks */
p, j1, h2, h3, h4, h5, h6 { margin: 1em; }

#wrapper { background-color: #c6c6c6; }
#content, #banner { background-color: #eee; }
#content-inner { padding: 1em; }
