body,td{
  color: rgb( 0, 100, 200);
  font-family:Arial,Helvetica,Sans-serif;
}
body {
  background-color: #EEE;
  margin:0;
}

 :link { color: black }
 :visited { color: black }
 .mainText {font-size: 80%}
 .header   {font-size: 120%; font-weight: bold; text-align: center;}
 .subtitle {font-size: 110%; font-style: italic; font-weight: bold; text-decoration: underline}
 .smba {font-family: 'blackadder itc','script mt bold','Zapf Chancery','URW Chancery L'; font-size: 150%}
 .center {text-align: center}

/* the following three styles are used in the top of page headers only */
  /* white encloses the entire header / title section */
 .white {color: white; font-size: 150%; font-weight: bold}

 /* adder is for the Life House text in black adder font */
 .adder {font-family: 'blackadder itc','script mt bold','Zapf Chancery','URW Chancery L'; font-size: 133%}
 .adderSame {font-family: 'blackadder itc','script mt bold','Zapf Chancery','URW Chancery L'; font-size: 100%}

 /* Then title for the "Covenant Church" part */
 .title {font-size: 100%}

 /* And finally, yellow for the second line of the header */
 .yellowTitle {color: yellow; font-family: "high tower text"}

/* This iframe style is used on the calendar page... */
 iframe.cal {border: 0; height: 700px; width: 100%}

/* This style is used on the daily bible verse code, instead of the font they
 put in their code snippet */
  .credits {font-size: 60%}

 /* navigation button and division settings:  */

  .onav {
     font-weight: bold;
     font-size: 90%;
     color: #edeee0;
  }

  .nav {
     font-weight: bold;
     font-size: 90%;
     width: 148px;
  }

  a.nav:link, a.nav:visited {
    color: #ccc;
    background-color: #44f;
    text-decoration: none;
    border: 1px outset #06c;
    display: block;
  }

  a.nav:hover {
    color: #ff8;
    background-color: #03c;
    border: 1px inset #44f;
  }

  a.open:link, a.open:visited {
    color: #02c;
    background-color: #eee;
    text-decoration: none;
    border: 1px inset #fff;
    display: block;
  }

  #leftcontent {
    position: absolute;
    left:0px;
    top: 130px;
    width:150px;
    height: 100%;
    background:#06c;
    color: #fff;
    margin-bottom: 0px;
  }

  /* title bar div tags:   */

	#titlebar {
		position: absolute;
		top: 0px;
		color: #06c;
		left: 0px;
		height: 130px;
   		margin-left: 0px;
		margin-top:0px;
		margin-bottom: 0px;
		text-align: center;
                background: #06c;
                width: 100%;
   		margin-right:0px;
                background-image: url('images/lhlogo.jpg');
                background-repeat: no-repeat;
		}

	html>body #titlebar {
		position: absolute;
		top: 0px;
		left: 0px;
   		margin-left: 0px;
   		margin-right: 0px;
	}


  /* main content div tags:   */

	#centercontent {
		position: absolute;
		top: 130px;
		color: #03c;
		left: 150px;
   		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: left;
		width: 80%;
                background: #EEE;
   		margin-right:0px;
		}

	html>body #centercontent {
		position: absolute;
		top: 150px;
		left: 150px;
   		margin-left: 10px;
   		margin-right: 0px;
	}


