a
{
  text-decoration: none;  
}
a:link
{
  background: transparent;
  color: blue;
  border-bottom: 1px dotted navy;
}
a:visited
{
  background: transparent;
  color: purple;
  border-bottom: 1px dotted navy;  
}
a:hover, a:active
{
  border-bottom: 1px solid navy;
}
a.externalLink
{
  background: url(external_link_icon_8x8.png) no-repeat right top;
  padding-right: 10px;
}
body
{
  background: white;
  color: navy;
  margin: 20px;
  font-family: sans-serif;
}
.bibleQuote
{
  font-family: serif;
  font-style: italic;
}
.centeredImage
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.emailAddress
{
  background: white url(email_icon.png) no-repeat right top;
  color: blue;
  font-family: serif;
  padding-right: 10px;
  text-decoration: underline;
}
.copyrightNotice
{
  background: #9999ff;
  border-bottom: 1px solid navy;
  border-right: 1px solid navy;
  color: navy;
  font-family: sans-serif;
  font-size: x-small;
  text-align: center;
}
.date
{
  font-family: monospace;
}
#footer
{
  clear: both;
}
#footer a
{
  border: none;
}
#footer img
{
  border: none;
}
#maincontent
{
  background: white;
  color: #000033;
  float: right;
  padding: 1em 0 0 0;
  width: 75%;
}
#maincontent h3
{
  background: navy;
  color: white;
  font-variant: small-caps;
  text-align: center;
}
#maincontent h4
{
  background: #ccccff;
  border-bottom: 1px solid navy;
  border-right: 1px solid navy;
  color: navy;
}
.note
{
  font-size: small;
  font-style: italic;
}
#sitemast
{
  background: white url(bcbp_logo_sitemast.png) no-repeat left center;
  border-bottom: medium double navy;
  color: navy;
  text-align: center;
}
#sitemast h1
{
  font-variant: small-caps;
  padding: 0 0 0 100px;
}
#sitemast h2
{
  font-family: serif;
}
#sitemenu
{
  padding: 1em 0 1em 0;
  float: left;
  width: 20%;
}
#sitemenu a
{
  background-color: navy;
  border: 1px solid #9999ff;
  color: white;
  display: block;
  font-size: small;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#sitemenu a:visited
{
  background-color: navy;
  color: #9999ff;
}
#sitemenu a:hover
{
  background-color: white;
  color: navy;
}
#sitemenu a:active
{
  font-size: medium;
}
#sitemenu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

