/* CSS Document */

body {
  background: #cccccc;
  margin:0px;
  padding:0px;
}

table.ml {
  vertical-align:top;
  width: 772px;
  height: 100%;
  border: 0px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

td.mltop {
  height: 87px;
  vertical-align: top;
}

td.mlmiddle {
  vertical-align: top;
  padding: 30px;
  background-color: #FFFFFF;
}

td.mlbottom {
  height: 40px;
  vertical-align: top;
  background-color: #CC0000;
  padding: 10px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

/* main font styles */
body {
  font-size: 12pt;
  /*font-weight: bold;*/
  font-family: arial, helvetica, sans;
}

a {
  color: #CC0000;
}
a:hover {
  color: #FF0000;
}

.titlebar {
  margin-left:-30px;
  margin-right:-30px;
  padding:5px;
  padding-left:20px;
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 16pt;
  font-weight: bold;
  font-family: arial, helvetica, sans;
}

/* footer styles */

#footer {
  /* font settings */
  color: #FFFFFF;
  font-size: 10pt;
  font-style: italic;
  font-family: arial, helvetica, sans;
}

#footer a {
  color: #FFFFFF;
}

#footer a:hover {
  color: #CCCCCC;
}

/* misc styles */
#mission {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: #222222;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  font-family: garamond, times, serif;  
}

#biglink {
  text-align: center;
  color: #222222;
  font-size: 18pt;
  font-weight: bold;
  padding: 10px;  
}

#listhdr {
  font-size: 14pt;
  font-weight: bold;
}

.sermonlist {
  border: 1pt solid #CC0000;
  margin-top: 20px;
  border-collapse: true;
  border-spacing: 0px;
}

.sermonlist td {
  border: 1pt solid #CC0000;
  padding: 5pt;
  text-align: center;
  /*margin-top: 20px;*/
}

.header {
  background-color: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}

.icon {
  vertical-align: text-top;
}


