﻿body {
  margin: 0; padding: 0;
  font-size: 100%; font-family: arial, helvetica, sans-serif;
  background: #cad4e2 url( 'http://readingprograms.org/hosted/_common/img/graphics/body_bg.png' ) top left repeat-x;
}

  #outer {
    width: 760px; margin: 0 auto;
    background: #fff;
  }

    #inner {
      background: #fff;
      -moz-box-shadow: 0 0 7px #444; -webkit-box-shadow: 0 0 7px #444;
      border: 1px solid #eee; border-top: 0;
    }

      #header {
        padding: 0; overflow: hidden;
      }

      #content {
        padding: 6px 12px 0 12px;
        font-size: .85em; color: #333;
      }

        #content h1 {
          text-align: center;
        }

        #content h2 {
          text-align: center;
        }

        .contact {
          display: block; text-align: center;
        }

        .level-select {
          line-height: 1.25em;
        }

          a {
            color: #369; font-weight: bold; font-size: .9em;
            border-bottom: 0;
          }

            a:hover {
              text-decoration: none;
              background: #edf1f6; color: #000;
              border-bottom: 1px solid #99c;
            }

        #content h1 {
          font-size: 1.55em;
        }

        #content h2 {
          font-size: 1.25em;
        }

      #footer {
        padding: 0 12px 6px 12px;
        font-size: .85em;
      }
      
        #footer .special {
          font-style: italic;
        }
        
      #legal {
        font-size: 12px;
        text-align: center;
      }
      
        #legal a {
          font-size: 12px;
          font-weight: normal !important;
        }


.bold {
  font-weight: bold;
}