body {
      margin: 0;
      padding: 1em;
      background-color: #898989;
      font-family: "Times New Roman", serif, Arial, Verdana, sans-serif;
      font-size: 100%;
      color: #000000;
     }
a {
    text-decoration: none;
    color: #006600;
    font-weight: bold;
  }
h1 {
    font-size: 150%;
    font-style: italic;
    color: #000099;
    text-align: center;
   }
h2 {
    font-size: 125%;
    font-style: italic;
    color: #000099;
    text-align: left;
   }
h3 {
    font-size: 110%;
    color: #000099;
    text-align: left;
    line-height: 0;
   }
p {
    text-indent: 2em;
  }   
p.apa {
       margin: 0 0 1em 2em;
       text-indent: -2em;
      }   
dl {
    padding-left: 1.5em;
   }
dd {
    margin-bottom: 1.5em;
   }
th {
	 	background-color: #99cccc;
	 }
label {
        font-weight: bold;
      }
#page {
			 margin-left: auto;
			 margin-right:auto;
			 width: 750px;
       min-height: 550px;
      }
#header {
          background-image: url('/includes/images/head.gif');
          width: 750px;
          height: 100px;
          margin: 0;
          padding: 2em 0 0 0;
          font-size: 175%;
          font-style: italic;
          text-transform: capitalize;
          color: #ffffff;
          text-align: center;
        }
#content {
          background-color: #eeffff;
          padding: 1em;
         }
#footer {
          background-color: #000099;
          color: #ffffff;
          text-align: right;
          padding: 1em;
        }
#footer a {
           color: #ffcc00;
          }
#footer a:hover {
                  font-size: 110%;
                }

.menu {
        background-color: #000000;
        border-top: 5px double;
        border-bottom: 5px double;
        border-color: #ccffff;
        padding: 5px 0;
        text-align: center;
        color: #ffffff;
        clear: both;
      } 
.menu a {
          color: #ffffff;
        } 
.menu a:hover {
                font-size: 110%;
                color: #ffcc00;
              }
.reduced {
				 	font-size: 85%;
				 }