

a {
  color: #000;
  font-weight: bold;
}


/********** navigation **************/



#navigationinside {
  background-color: transparent;
  font-family : times new roman, serif;
  margin: 0;margin-left: 13px;padding: 0;
  width: 775px;
  height: 32px;
  text-align: left;
}
#navigationinside li {
  height: 100%;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;padding: 0;
  width: 129px;
}
#navigationinside li a {
  font-weight: normal;
  margin: 0;padding: 0;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 3px;
  font-size: 120%;
  text-transform: lowercase;
}
#navigationinside li a:hover {
  background-color: rgb(178,34,34);
}
#navigationinside li a#homelink:hover {
  background-color: transparent;
}

#navigationinside li a em {
  font-style: normal;
  position: relative;
  top: 12px;
}

/********** end navigation **************/



/*********** index page only *************/

.frontpagespace {
height: 424px;
}

#greeting {
  float: right;
  width: 450px;
  height: 410px;
  margin: 5px 18px 0px 0px;
  /*background-image: url("http://cfconline.org/images/onepxtranswhite.png");*/
  overflow: auto;
}

/************* end index page only ************/



/************ second tier pages **************/

#navigationoutside {
  width: 100%;
  margin: 0;padding:0;/*padding-top:0; padding-bottom: 10px;*/
  background-color: transparent;
  text-align: left;
}
#navlogolinkoutside {
  width: 100%;
  text-align: left;
}
#navlogolink {
  width: 336px;
  height: 58px;
}
#navlogolink a {
  display: block;
  width: 100%;
  height: 100%;
}


.secondpagebody {
  background-image: url("http://cfconline.org/images/secondback.gif");
  background-repeat: repeat-x;
}


/************** end second tier pages *************/



/********** footer ******************/
#footeroutside {
  width: 800px;
  height: 20px;
  margin: 10px auto 0;padding: 0;
  text-align: center;
}
#footer {
  width: 775px;
  height: 20px;
  margin: 0 0 0 13px;
  color: #666;
  text-align: right;
}
#footer a {
  padding-left: 10px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}
#footer a:hover {
  text-decoration: underline;
}
#footercopy {
  float: left;
}


/************ end footer *************/





body {
  margin : 0;padding: 0;
  /*font-family: ariel, sans-serif;*/
  font-family: times new roman, serif;
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
}

.homepagebody {
  background-image: url("http://cfconline.org/images/homebodyback.gif");
}

#container {
  text-align: center;
  width: 800px;
  height: 534px;
  padding: 0;
  margin: 0 auto;
  margin-top: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
}




/********** container background images *****/

.frontpage {
  background-image: url("http://cfconline.org/images/frontpageedited.png");
}
.aboutpage {
  background-image: url("http://cfconline.org/images/about.png");
}
.ministriespage {
  background-image: url("http://cfconline.org/images/ministries.png");
}
.mediapage {
  background-image: url("http://cfconline.org/images/media.png");
}
.contactpage {
  background-image: url("http://cfconline.org/images/contact.png");
}
.ministrytemplatepage {
  background-image: url("http://cfconline.org/images/ministriesgen.png");
}
.searchpage {
  background-image: url("http://cfconline.org/images/search.png");
}
