﻿* {
  background: #000066;
  margin: 0;
  padding: 0;
    }

body {
  font-family: Cambria, Garamond, "MS Reference Sans Serif", "Times New Roman", Times, serif;
  font-size: 86%;
    }


#page {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  text-align: center;
    }

#page img {
  border: none;
    }

ul#nav {
  margin-top: 1em;
  margin-bottom: 2em;
      }

#nav li {
  display: inline;
  text-align: center;
  list-style: none;
  padding-right: .9em;
  font-family: Cambria, Garamond, "MS Reference Sans Serif", "Times New Roman", Times, serif;
  font-size: 1.3em;
  color: #999999;
  font-weight: bold;
      }

#nav a {
      text-decoration: underline;
      font-weight: bold;
      color: #999999;
      }

#content {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
    }


hr {
  height : 3px;
  border-width : 3px 0px 0px 0px;
  border-style : solid;
  border-color :  #999999;
  color : #999999;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
    }

p {
  font-size: 1em;
  color: #999999;
  font-weight: bold;
  padding: .5em;
    }

h1, h2, h3 {
  color: #FFFFFF;
  font-weight: bold;
    }

h1 {
  font-size: 1.5em;
  margin-bottom: .5em;
    }

h2 {
  font-size: 1.4em;
  margin-top: .5em;
    }

a:link {
  color: #999999;
    }

a:visited {
  color: #999999;
    }

a:active {
  color: #999999;
  font-weight: bold;
    }

a:hover {
  color: white;
    }

.enter {
  font-size: .8em;
  color: #99CCFF;
  font-family: "Microsoft Sans Serif";
  letter-spacing: 1px;
    }

.sitequote {
  color: #808080;
  font-style: italic;
    }

img.paraimg {
  float: left;
  padding-right: 1em;
  padding-bottom: .5em;
    }

.small {
  font-size: small;
    }

.phone {
  text-align: center;
  font-size: 1.1em;
}

.email {
  text-align: center;
  color: #6f8eb2;
  font-size: 1.1em;
    }

.btitle {
  text-decoration: underline;
    }

.bauthor {
  font-style: italic;
    }

.clear {
  clear: both;
    }




#footer {
  clear: both;
  font-size: .75em;
  text-align: center;
  font-style: italic;
  color: white;
  margin-top: 5em;
    }