/* Atlanta North Church */

a:link {
  color: #0000EE;
}

a:visited {
  color: #0000EE;
}

a:hover {
  text-decoration: none;
}

a.pagelink:visited {
  color: #0000EE;
}

body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
  font-size: 11px;
  width: 938px;
  margin: 0 0;
  padding: 5px 28px;
}

p {
  text-align: justify;
  margin: 0 0;
}

p.noheight {
  line-height: 1.12em;
}

p.return {
  text-align: right;
}

span.uline {
  text-decoration: underline;
}

ul {
  text-align: justify;
}

/* Note: Compensates for IE acronym solid underline bug */
acronym {
  border-bottom: 1px solid #000000;
  cursor: help;
}

div#top {
  position: absolute;
  top: 0;
}

/***** Header *************************************************************************/
div#header {
  background-color: #FFFFFF;
  border: none;
  padding: 5px 5px 10px 0px;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
  height: 240px;
  background: url(../images/banner7.jpg) no-repeat; 
}

/* Note: Optional Ad Banner Area (remove if not using banner image at all) */

div#header h1 {
  color: #FFFFFF;
  cursor: default;
  font-size: 26px;
  margin: 23px 0 0 10px;
  width: auto;
}

div#header h2 {
  color: #FFFFFF;
  cursor: default;
  font-size: 18px;
  margin: 5px 0 0 10px;
  width: auto;
}

/***** Side Bar (general) *************************************************************/
.topgap {
  margin-top: 5px;
}

.btmgap {
  margin-top: 2px;
}

div.separator {
  margin-top: 6px;
}

/***** Left Side Bar ******************************************************************/
div#lsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: left;
  width: 136px;
}

div#lsidebar img {
  border: none;
}

div#lsidebar p {
  text-align: left;
}

/***** Right Side Bar *****************************************************************/
div#rsidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: right;
  width: 136px;
}

div#rsidebar img {
  border: none;
}

div#rsidebar p {
  text-align: left;
}

/***** Nav Menu (position at top of either side bar) **********************************/
div.nmenu {
  font-size: 11px;
  font-weight: bold;
}

div.nmenu span {
  background-color: #0000EE;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  padding: 3px 10px;
  width: auto;
}

div.nmenu a {
  background-color: #FFFFFF;
  border: 1px solid #0000EE;
  display: block;
  text-decoration: none;
  padding: 3px 5px;
  width: auto;
}

div.nmenu a:visited {
  color: #0000EE;
}

div.nmenu a:hover {
  background-color: #0000EE;
  border-color: #000000;
  color: #FFFFFF;
}

/***** Side Info (position at bottom of left side bar or anywhere on right side bar) **/
div.sideinfo {
  background-color: #FFFFFF;
  border: 1px solid #0000EE;
  font-size: 10px;
  padding: 3px 8px;
  width: auto;
}

/***** Content Area *******************************************************************/
div#contentarea {
  padding-left: 141px;
  padding-right: 141px;
}

div.title {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #0000EE;
  color: #0000EE;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 5px;
  margin-top: 5px;
}

div.content {
  background-color: #FFFFFF;
  padding: 5px 5px;
}
