{!-- these formats apply across all pages --}

#centered {width: 900px; margin-top: 0;
           margin-left: auto; margin-right: auto;
           background: white}

#banner {height: 100px; 
         background: #6194C8}

#banner img {margin-bottom: 0;
             border: 0}

#navigation {height: 1.5em;
             top: 100px;
             background: #86B3D8;
             line-height: 1.2em;
             overflow: hidden}

#navigation ul {margin: 0;
                padding: 0;
                list-style: none;
                text-align: center}

#navigation li {float: left;
                font-size: .7em; font-weight: bold;
                color: white}   

#navigation li ul {display: none}

#navigation li:hover ul {display: block;
                         width: 140px;
                         position: absolute;
                         background: #86B3D8;
                         font-size: 1.4em}

#navigation a {text-decoration: none;
               display: block;
               width: 140px}
#navigation a:link {color: white}
#navigation a:visited {color: white}
#navigation a:focus {color: black}
#navigation a:hover {color: black}
#home {width: 148px}

#content {width: 880px;
          margin-left: auto;
          margin-right: auto;
          background: white}

#right-photo {float: right;
              margin-right: 10px;
              margin-left: 10px}

#footer {text-align: center; clear: both}

#footer hr {height: 10px;
            background: #607b96;
            border: 0}

#footer p {font-size: x-small; 
           font-weight: bold;
           padding: 5px}

#footer a {text-decoration: none}

body {background: #607b96; margin: 0}

h1, h2 {font-family: "Monotype Corsiva", "Apple Chancery", "Zapf Chancery", "URW Chancery L", Garamond, serif;
        font-weight: normal}
h1 {font-size: 1.7em}
h2 {font-size: 1.5em}

p {font-family: Verdana, Arial, sans-serif;
   font-size: small}

li {font-family: Verdana, Arial, sans-serif;
    font-size: small}

.emph {font-weight: bold;
       text-align: center}
.center {text-align: center}

.bold {font-weight: bold}

.justify {text-align: justify}

.plain a:link {text-decoration: none}
.plain a:visited {text-decoration: none}
.plain a:focus {text-decoration: underline}
.plain a:hover {text-decoration: underline}

.not-link-yet {color: grey}