#main {
   padding: 0px;
   margin: 0px;
   background-color: white;
   width: 1013px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 8pt 
}

#masthead {
   width: 724px;
   text-align: left;
   float: left;
}

#menu {
   width: 130px;
   float: left;
   border-right: 1px solid;
}

#content {
   width: 612px;
   background-color: white;
   float: left;
   font-size: 11pt;
   text-align: left;
}

#rightSide {
   width=250px;
   float: right;
}

#logoImage {
   float: left;
}

.pageText {
   width: 612px;
   padding-left: 5px;
   font-size: 9pt;
}

.emailText {
    width: 612px;
    padding-left: 5px;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
	font-weight: normal;
}

.verseText {
    width: 612px;
    padding-left: 5px;
    font-size: 8pt;
    font-style: italic;
    font-variant: normal;
	font-weight: normal;
}
.verseBook {
    font-size: 8pt;
    font-style:normal;
    font-variant: small-caps;
	font-weight: normal;
}

#pastChairs {
   font-size: 12pt;
   font-variant: small-caps;
}

.heading1 {
	color: black; 
	font-weight: bold; 
	font-size: 24pt; 
	font-variant: small-caps;
	text-align: left;
}
.smallerheading {
	color: black; 
	font-weight: bold; 
	font-size: 20pt; 
	font-variant: small-caps;
	text-align: left;
}
.heading2 {
	color: #770077; 
	font-weight: bold; 
	font-size: 24pt
}
.subheading  {
    color: #770077;
    font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps
}
.smallersubheading  {
    color: #770077;
    font-weight: bold;
	font-size: 13pt;
	font-variant: small-caps
}
.smallestsubheading  {
	font-weight: bold; 
	font-size: 10pt; 
	font-variant: small-caps;
}

.pageheading {
	color: black; 
	font-weight: bold; 
	font-size: 16pt; 
	font-variant: small-caps;
	text-align: left;
}

.largerText  {
	font-size: 9pt;
}
td  {
	font-family: sans-serif; font-size: 8pt
}
td.menuSubheading {
	font-weight: bold; 
	font-size: 10pt; 
	font-variant: small-caps;
}
td.currentPage {
	background-color: #CCCCCC;
	font-weight: bold; 
	color: #770077
}

li  {
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: black;
  }

:hover {
	font-weight: bold; 
	color: #770077
}

dt  {
  color: #770077;
  font-variant: small-caps;
  font-weight: bold;
}

