body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 0.8em;
  font-weight : normal;
  color : #000000;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
  width : auto;
  background-image: url('images/bkgrd.jpg');
}

#wrapper {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0 0 0 0;
  text-align: left;
}

.datatable {
  margin-left: auto;
  margin-right: auto;
  background-color : #ffffff;
  border-color: #000;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding-bottom: 0;
  padding-top: 0;
  width: 750px;
}

.banner {
  height: 180px;
  border-top: #000000 1px solid;
}

/******************  MENU  ***************************/

#menu {
  background-color: #ffffff;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 630px;
}

#menu ul li {
  float: left;
}

#menu ul a {
  display: block;
  padding: 0 1.25em;
  line-height: 2em;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
/*#menu a, #menu a:visited {
  text-decoration:none;
  text-align:left;
  font-size: .9em;
  font-weight: bold;
  background-color:#999999;
  color:#fff;
  display:block;
  width:10em;
  height: 1.5em;
  padding:0.2em;
  margin:0.5em auto 0.5em auto;
  border-right:5px solid #999;
  border-bottom: 1px solid #fff;
  }*/

#menu .community a:hover {
  /*border-right:5px solid #CC6600;*/
  color: #ffffff;
  background-color: #cc6600;
  }

#menu .faith a:hover {
  /*border-right:5px solid #008000;  */
  color: #ffffff;
  background-color: #008000;
  }

#menu .worship a:hover {
  /*border-right:5px solid #990033;*/
  color: #ffffff;
  background-color: #990033;
  }

#menu .ministry a:hover {
 /* border-right:5px solid #333399;  */
  color: #ffffff;
  background-color: #333399;
  }

#menu .life a:hover {
/*  border-right:5px solid #6600cc;*/
  color: #ffffff;
  background-color: #6600cc;
  }

#topmenu {
    font-size: .9em;
}

#topmenu a {
   color: #ffffff;
   text-decoration: none;
}

.main_nav {
  background-color: #333399;
}

.main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.main_nav ul li {
  float: left;
}

.main_nav ul a {
  display: block;
  padding: 0 2em;
  line-height: 0.3em;
  text-decoration: none;
  color: #fff;
}

.left_col {
  border-right: #000000 solid 1px;
/*
  w\idth: 25%;
  width: 19%;
*/
  w\idth: 150px;
  width: 150px;
  white-space: normal;
}

.right_col {
  border-left: #000000 solid 1px;
/*
  w\idth: 25%;
  width: 19%;
*/
  w\idth: 150px;
  width: 150px;
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  font-weight : normal; 
  font-size : .9em;
}

/*****************  HOME PAGE  **********************/

.homepage_content {
  padding: 0 15px 15px 15px;
}

.homepage_content h3 {
  color: #333399;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.homepage_info_box {
  margin-top: 10px;
  border: #CFB52B;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.homepage_info_box_heading {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #996633;
}

.homepage_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  /*border: #996633 thin solid;*/
}

.homepage_info_box_contents a {
  text-decoration: none;
  color: #333399;
  font-size: 0.9em;
  font-weight: bold;
/*
  text-transform: uppercase;
*/
  line-height: 2em;
}


/*****************  COMMUNITY  **********************/

.community_content {
  padding: 0 15px 15px 15px;
}

.community_content h3 {
  color: #CC6600;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.top_nav_community {
  background-color: #CC6600;
}

.top_nav_community ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.top_nav_community ul li {
  float: left;
}

.top_nav_community ul a {
  display: block;
  padding: 0 2em;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
}

.community_info_box {
  margin-top: 10px;
  border: #CC6600;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.community_info_box_heading {
  background-color: #CC6600;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #ffffff;
}

.community_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  border: #CC6600 thin solid;
}

.community_info_box_contents a {
  text-decoration: none;
  color: #cc6600;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2;
}

.community_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.community_info_box_contents ul li {
  padding-bottom: 20px;
}

.community_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #cc6600;
}

/*****************  PUBLICATIONS  **********************/

.publications_info_box {
  margin-top: 10px;
  border: #cc6600;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.publications_info_box_heading {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #cc6600;
}

.publications_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  /*border: #996633 thin solid;*/
}

.publications_info_box_contents a {
  text-decoration: none;
  color: #cc6600;
  font-size: 0.9em;
  font-weight: bold;
/*  text-transform: uppercase;*/
  line-height: 2;
}

.publications_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.publications_info_box_contents ul li {
  padding-bottom: 20px;
}


.publications_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #cc6600;
}

/*****************  FAITH   **********************/

.faith_content {
  padding: 0 15px 15px 15px;
}

.faith_content h3 {
  color: #008000;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.top_nav_faith {
    background-color: #008000;
}

.top_nav_faith ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.top_nav_faith ul li {
  float: left;
}

.top_nav_faith ul a {
  display: block;
  padding: 0 2em;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
}

.faith_info_box {
  margin-top: 10px;
  border: #008000;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.faith_info_box_heading {
  background-color: #008000;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #ffffff;
}

.faith_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  border: #008000 thin solid;
}

.faith_info_box_contents a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9em;
}


/*****************  SACRAMENTS  **********************/

.sacraments_info_box {
  margin-top: 10px;
  border: #008000;
  border-collapse: collapse;
  background-color: #ffffff;
/*
  width: 95%;
*/
  margin-left: 5px;
}

.sacraments_info_box_heading {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #008000;
}

.sacraments_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  /*border: #996633 thin solid;*/
}

.sacraments_info_box_contents a {
  text-decoration: none;
  color: #008000;
  font-size: 0.9em;
  font-weight: bold;
/*  text-transform: uppercase;*/
  line-height: 2;
}

.sacraments_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sacraments_info_box_contents ul li {
  padding-bottom: 20px;
}


.sacraments_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #008000;
}

/*****************  WORSHIP  **********************/

.worship_content {
  padding: 0 15px 15px 15px;
}

.worship_content h3 {
  color: #990033;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.top_nav_worship {
    background-color: #990033;
}

.top_nav_worship ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.top_nav_worship ul li {
  float: left;
}

.top_nav_worship ul a {
  display: block;
  padding: 0 2em;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
}

.worship_info_box {
  margin-top: 10px;
  border: #990033;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.worship_info_box_heading {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #990033;
}

.worship_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  /*border: #996633 thin solid;*/
}

.worship_info_box_contents a {
  text-decoration: none;
  color: #990033;
  font-size: 0.9em;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 2;
}

.worship_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.worship_info_box_contents ul li {
  padding-bottom: 20px;
}

.worship_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #990033;
}

/*****************  MINISTRY  **********************/

.ministry_content {
  padding: 0 15px 15px 15px;
}

.ministry_content h3 {
  color: #333399;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.top_nav_ministry {
    background-color: #333399;
}

.top_nav_ministry ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.top_nav_ministry ul li {
  float: left;
}

.top_nav_ministry ul a {
  display: block;
  padding: 0 2em;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
}

.ministry_info_box {
  margin-top: 10px;
  border: #333399;
  border-collapse: collapse;
  background-color: #ffffff;
  w\idth: 150px;
  width: 150px;
  margin-left: 5px;
}

.ministry_info_box_heading {
  background-color: #333399;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #ffffff;
}

.ministry_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
/*  border: #333399 thin solid; */
}

.ministry_info_box_contents a {
  text-decoration: none;
  color: #333399;
  font-size: 0.9em;
  font-weight: bold;
/*  text-transform: uppercase;*/
  line-height: 2;
}

.ministry_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ministry_info_box_contents ul li {
  padding-bottom: 20px;
}

.ministry_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #333399;
}

/*****************  LIFE  **********************/

.life_content {
  padding: 0 15px 15px 15px;
}

.life_content h3 {
  color: #6600cc;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 0;
  display: block;
}

.top_nav_life {
    background-color: #6600cc;
}

.top_nav_life ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 740px;
}

.top_nav_life ul li {
  float: left;
}

.top_nav_life ul a {
  display: block;
  padding: 0 2em;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
}

.life_info_box {
  margin-top: 10px;
  border: #6600cc;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.life_info_box_heading {
  background-color: #6600cc;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #ffffff;
}

.life_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
  border: #6600cc thin solid;
}

.life_info_box_contents a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9em;
}

/*****************  SPIRITUALITY **********************/

.spirituality_info_box {
  margin-top: 10px;
  border: #6600cc;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

.spirituality_info_box_heading {
  background-color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #6600cc;
}

.spirituality_info_box_contents {
  background-color: #ffffff;
  text-align: left;
  padding: 5px;
/*
  w\idth: 150px;
  width: 150px;
*/
  /*border: #996633 thin solid;*/
}

.spirituality_info_box_contents a {
  text-decoration: none;
  color: #6600cc;
  font-size: 0.9em;
  font-weight: bold;
/*  text-transform: uppercase;*/
  line-height: 2;
}

.spirituality_info_box_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spirituality_info_box_contents ul li {
  padding-bottom: 20px;
}

.spirituality_info_box_contents ul a {
  display: block;
  padding: 0 0;
  line-height: 1.2em;
  text-decoration: none;
  color: #6600cc;
}

/*****************  GENERIC BOX **********************/

#info_box {
  margin-top: 10px;
  border-collapse: collapse;
  background-color: #ffffff;
  width: 95%;
  margin-left: 5px;
}

#info_box_heading {
  background-color: #6600cc;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  color: #ffffff;
}

#info_box_contents {
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
/*   border: #6600cc thin solid; */
  w\idth: 150px;
  width: 150px;
}

#info_box_contents a {
  text-decoration: none;
  color: #000000;
  font-size: 0.9em;
}

#info_box .community a {
  color: #cc6600;
}

#info_box .faith a {
  color: #008000;
}

#info_box .worship a {
  color: #990033;
}

}#info_box .outreach a {
  color: #333399;
}

}#info_box .spirituality a {
  color: #6600cc;
}

/*****************  CALENDAR  **********************/

.cal_info_box p {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
  text-align: left;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

.cal_info_box a {
  text-decoration: none;
  text-align: left;
}

.cal_info_box a:visited {
  text-decoration: none;
}

.caldate {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #000000;
  font-weight: bold;
}

.caldate a {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

.caldate a:link {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #000000;
  font-weight: bold;
}

.caldate a:visited{
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #000000;
  font-weight: bold;
}

.caltext {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #6699CC;
}

.caltext a {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
}

.caltext a:link {
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #6699CC;
  font-weight: bold;
}

.caltext a:visited{
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  color: #6699CC;
}

/*****************  ANNOUNCEMENTS  **********************/

.announce_info_box {
  margin-top: 10px;
  background-color: #ffffff;
  border: thin solid #000000;
}

.announce_info_box_heading {
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  border-bottom-style: ridge;
  background-color: #cccccc;
}

.announce_info_box_contents {
  text-align: left;
  font-size: 10px;
  border: none;
}

.announce_info_box_contents a {
  text-decoration: none;
  color: #333399;
}

.announce_info_box_contents h3 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin: 0cm 0cm 0cm 0cm;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
}


/*****************  MAILTO **********************/

.mailto_box {
  width: 300px;
}

/*****************  MISC  **********************/

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em;
}

.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #003399;
}

.bg_medium {
  background-color : #3366cc;
}

.bg_light {
  background-color : #99ccff;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

.copyright {
    font-size: .8em;
    text-align: left;
    padding-right: 12px;
}

/*****************  FOOTER  **********************/

.footer {
  color: #000000;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-color: #000;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: solid;  
  border-right-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: .8cm;
  width: 755px;
}
.footer a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
  text-align: right;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
