a { font-family: monospace; }
a:active { font-size: 110%; }
a:link { background-color: #ffffff;
         color: #0000cc;
       }
a:visited { background-color: #ffffff;
            color: #9999ff;
          }

body { background-color: #ffffff;
       background-image: none;
       border: 0;
       color: #000055;
       font-family: sans-serif;
       font-size: medium;
       margin: 0;
       padding: 0;
     }

hr.sectionSeparator { color: #cc5500;
                      width: 80%;
                      margin-top: 50px;
                      margin-bottom: 50px
                    }
hr.subsectionSeparator { color: #cc5500;
                         width: 50%;
                         margin-top: 25px;
                         margin-bottom: 25px
                       }

img { border-style: none }
img.middle { vertical-align: middle }

p { margin-left: 3em;
    margin-right: 3em
  }

pre { margin-left: 4em;
      margin-right: 4em
    }

ul { margin-left: 2em }

#footer { clear: both; }

#mainContent { float: right;
               width: 75%;
             }
#mainContent h2 { background-color: #000055;
                  border-bottom: 1px solid #ffcc99;
                  border-right: 1px solid #ffcc99;
                  color: #ffcc99;
                  font-variant: small-caps;
                  text-align: center;
                }

#siteHeader { border-bottom: medium double #cc5500;
              font-variant: small-caps;
              text-align: center;
            }

#siteMenu { float: left;
            width: 20%;
          }
#siteMenu a { border: 1px solid #cc5500;
              background-color: #ff9900;
              color: #0000cc;
              font-family: sans-serif;
              font-size: small;
              line-height: 2em;
              display: block;
              text-align: center;
              text-decoration: none;
              width: 100%;
            }
#siteMenu a:hover { background-color: #cc5500;
                    color: #0000cc;
                  }
#siteMenu ul { list-style: none; }

.about { font-style: italic;
         font-size: small
       }

.centered { margin-left: auto;
            margin-right: auto;
            display: block;
            text-align: center
          }

.copyright { background-color: #cc5500;
             border-bottom: 1px solid #ccccff;
             border-right: 1px solid #ccccff;
             color: #ccccff;
             font-family: monospace;
             font-size: small;
             text-align: center;
           }

.date { font-family: monospace }

.emailAddress
{
  background: white url(email_icon.png) no-repeat right top;
  font-family: monospace;
  padding-right: 10px;
  text-decoration: underline;
}

.lastUpdated { font-style: italic;
               font-size: small
             }

.note { font-size: small }

.username { font-family: monospace;
            background-color: #ffffff;
            color: #ff9900
          }
