html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: #504634;
	text-align: center;
	font: 10pt verdana, arial, sans-serif;
	color: #504634;
}
a {
	color: #464544;
}
a:hover {
	color: darkblue;
}
a:visited {
	color: purple;
}
h2 {
  font: 14pt "arial narrow", arial, sans-serif;
  color: #695F4C;
  padding-bottom: 10px;
}
h3 {
  font: bold 12pt "arial narrow", arial, sans-serif;
  color: #1B1812;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 2% 2% 2% 2%;
	background: #FFFFFF;
}
#body {
  padding-top: 0;
  background-color:#FFFFFF;
}
#header {
  background: #D4CAB6;
}
#logo {
  color: #52616E;
}
#logo h1 {
  font: bold 20pt "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}
#categories {
  width: 175px;
}
#categories h2 {
  color: #FFFFFF;
  padding: 4px 0 5px 12px;
  background: #847A67;
  text-decoration: none;
}
#categories h2:hover {
  color: #FFFFFF;
  padding: 4px 0 5px 12px;
  background: #847A67;
  text-decoration: none;
}
#categories li {
  background: #D4CAB6 left url(/graphics/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 10pt;
  padding: 7px 0 8px 35px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.search {
  background: #D4CAB6;
  border-top: 1px solid #F4EFDF;
  font-size: 10pt;
  text-align: center;
  padding: 0 10px 0 10px;
}
.inner {
  background: #D4CAB6;
  border-top: 1px solid #F4EFDF;
  text-align: left;
  font-size: 10pt;
  padding: 10px 10px 10px 10px;
}
.Frame {
	background:#D4CAB6;
}
.Textbox {
	background:#D9D1BC;
}
.Title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 21pt;
    COLOR: darkblue;
    FONT-FAMILY: Arial;
}
.Head1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    FONT-FAMILY: Arial;
}
.Head2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    FONT-FAMILY: Arial;
}
.Head3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
}
.HeadColor {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #52616E;
    FONT-FAMILY: Arial;
}
.Footer {
    FONT-SIZE: 10pt;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial;
}
.SermonTitle {
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana;
}
.SermonTitleLink {
    COLOR: #52616E;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}
.SermonTitleLink:hover {
    COLOR: darkblue;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline;
}
.SermonSeries {
    COLOR: #52616E;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.SermonSeriesLink {
    COLOR: #52616E;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.SermonSeriesLink:hover {
    COLOR: darkblue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
}
.SermonDisabled {
    COLOR: dimgray;
    FONT-FAMILY: Arial;
}
.SermonLength {
    FONT-SIZE: 9pt;
    COLOR: darkred;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.FeaturedSermonLink {
    TEXT-DECORATION: none;
}
.FeaturedSermonLink:hover {
    COLOR: #52616E;
    TEXT-DECORATION: underline;
}
.ContactPic {
    BORDER-COLOR: darkblue;
}

