 <style type="text/css">

body { background-color: yellow; }
 
a:link    {color:black; text-decoration: none}
a:visited {color:black;text-decoration:none}
a:active  {color:red}
a:hover   {color:#668888}

a.link2:link    {color:#0FB7CA; text-decoration: none; font-weight:bolder }
a.link2:visited {color: #CC3399; text-decoration:none; font-weight:bolder }
a.link2:active  {olor:#99CC66; font-weight:bolder }
a.link2:hover   {color:#99CC66; font-weight:bolder }

a.link3:link    {color:#99CC66; text-decoration: underline; font-size:20px; font-weight:bold}
a.link3:visited {color:#99CC66; text-decoration:none}
a.link3:active  {color:#99CC66}
a.link3:hover   {color:#0FB7CA}

a.link4:link    {color:#99CC66; text-decoration: none}
a.link4:visited {color:#CC3399; text-decoration:none}
a.link4:active  {color:#0FB7CA}
a.link4:hover   {color:#0FB7CA}

a.link5:link    {color:#558822; text-decoration: none; font-size:13px}
a.link5:visited {color:#CC3399; text-decoration:none; font-size:13px}
a.link5:active  {color:#0FB7CA;  font-size:13px}
a.link5:hover   {color:#0FB7CA;  font-size:13px}

a.topbutton {
  display:block;
  float:left;
  background-image:url(graphics/topbuttonoff.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  margin-bottomm:10px;
  width : 156px;
  height : 30px;
  text-align: center;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
}


a.topbutton:hover {
  display:block;
  float:left;
  background-image:url(graphics/topbuttonactive.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  margin-bottomm:10px;
  width : 156px;
  height : 30px;
  text-align: center;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
}

a.topbuttoncurrent {
  display:inline;
  float:left;
  background-image:url(graphics/topbuttonon.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  margin-bottomm:10px;
  width : 156px;
  height : 30px;
  text-align: center;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
}

a.topbuttoncurrent:hover {
  display:block;
  float:left;
  background-image:url(graphics/topbuttonactive.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  margin-bottomm:10px;
  width : 156px;
  height : 30px;
  text-align: center;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
}

img {
   border: none;
}

label {
  font-size:16px;
  }

p.italic {
    font-style:italic;
	padding-left:20px;
	padding-right:50px;
} 

p.grey {
   color:#999999;
 } 
 
p.subtitle {
   font-family: Verdana, arial, "sans serif"; 
   color:#999999;
   font-style:italic;
   font-size:18px;
   letter-spacing: 1px
 } 
 
  
p.body {
  font-weight:normal;
  font-size:14px;
  margin-bottom:15px; 
}

p.bodyitalic {
  font-weight:normal;
  font-size:14px;
  font-style:italic;
}

p {
  font-family: arial, "sans serif"; 
  font-weight:normal;
  font-size:0.85em;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  }

p.small {
     font-size:10px;
} 

p.bibletext {
  padding-left:20px;
  padding-right:20px;
  margin-bottom: 3px;
  font-style:italic;
  color:#766464;
  }
  
p.bibleref {
  padding-left:40px;
  margin-top:0px;
  font-weight:bold;
  }
  
  
li  {
  font-family: arial, "sans serif";
  font-weight:normal;
  font-size:0.85em;
  line-height:18px;
  margin-top:4px;
  margin-bottom:4px;
  padding-top: 0px;
  padding-bottom: 0px;
    } 
  
 ul  {
  font-family: Verdana, arial, "sans serif";
  font-weight:normal;
  margin-top:8px;
  margin-bottom:0px;
  padding-top: 0px;
  padding-bottom: 3px; 
  list-style-type:disc;
  }  

li.bold {
    font-weight: bold;
}

h1 {
  font-family: Verdana, arial, "sans serif";
  font-weight:bolder;
  font-size:16px;
  margin-bottom:0px;
  }
 
h3 {
  font-family: Verdana, arial, "sans serif";
  font-weight:bolder;
  font-size:1.05em;
  margin-top: 10px;
  margin-bottom:10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color:#99CC66;  
}

h4 {
  font-family: Verdana, arial, "sans serif";
  font-weight:bolder;
  font-size:1.25em;
  margin-top: 10px;
  margin-bottom:13px;
  padding-top: 0px;
  padding-bottom: 0px;  
  color:#99CC66;
  }   

h5 {
  margin-top:0px;
  margin-bottom:8px;
  padding-top:14px;
  padding-bottom:0px;
  font-family: Verdana, arial, "sans serif"; 
  font-size:14px;
  letter-spacing: -1px;
  }

a.largebutton {
  display:block;
  background-image:url(graphics/largebutton.jpg);
  background-repeat: no-repeat;
  height:36px;
  font-family:arial;
  font-size:11pt;
  margin-bottom:10px;
  width:510px;
  text-align:left;
  padding-top:10px;
}

a.bookletcover {
  display:block;
  background-image:url(graphics/covers/whyshould.jpg);
  background-repeat: no-repeat;
  height:36px;
  font-family:arial;
  font-size:11pt;
  margin-bottom:10px;
  width:510px;
  text-align:left;
  padding-top:10px;
}

a.sidetabwhite {
  display:block;
  background-image:url(graphics/whitetab.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  margin-bottomm:10px;
  width : 157px;
  height : 65px;
  text-align:left;
  padding-top:15px;
  padding-left:20px;
  padding-right:10px;
}

a.sidetabgreen {
  display:block;
  background-image:url(graphics/greentab.jpg);
  background-repeat: no-repeat;
  heightt:36px;
  font-family:arial;
  font-size:12px;
  margin-bottomm:10px;
  width : 156px;
  height : 65px;
  text-align:left;
  padding-top:15px;
  padding-left:20px;
  padding-right:10px;
  border: 1px solid blackk;
}
  
.verse {
    font-size:9px
	}  
 
.floatleft { float: left; }
.floatright { float: right; } 
 
#Background {
  position : absolute;
  top : 0px;
  left :0px;
  height : 920px;
  width : 775px;
  border: 1px solid #0FB7CA;
  }
 
#Titlebox {
  position : absolute;
  top : 3px;
  left :5px;
  height : 86px;
  width : 763px;
  border: 2px solid #0FB7CA; 
  } 
  
#Title {
  position : absolute;
  top : 5px;
  left :105px;
  height : 83px;
  width : 565px;
  padding : 0px;
  border-bottom: 2px; 
  color : #000000;
  } 
  
 
#Headingpic {
  position : absolute;
  top : 125px;
  left: 520px;
  width: 228px;
  height: 148px;
  padding : 3px;
  padding-bottom:0px;
  border: 1px solid #0FB7CA; 
}    
  

 #TabOne {
  position : absolute;
  top: 170px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk;
}

 #TabTwo {
  position : absolute;
  top: 240px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk
}

 #TabThree {
  position : absolute;
  top: 310px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk
}

 #TabFour {
  position : absolute;
  top: 380px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk
}

 #TabFive {
  position : absolute;
  top: 450px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk
}

 #TabSix {
  position : absolute;
  top: 520px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk
}
 
 #TabSeven {
  position : absolute;
  top: 590px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk 
 }
 

 #TabEight {
  position : absolute;
  top: 660px;
  left: 2px;
  width : 188px;
  height : 65px;
  padding : 0px;
  border: 1px solid blackk; 
 }
 
 #titletext{
  position : absolute;
  top: 42px;
  left: 200px;
  width : 740px;
  text-align: right;
  padding-right: 20px;
  border: 1px solid whitee; 
}

#TopButtons  {
  position : absolute;
  top: 100px;
  left: 189px;
  margin: 0px auto 0px 0px;
  width : 900px;
  height : 150px;
}

 #HeadingBanner {
  position : absolute;
  margin: 15px auto -1px 10px;
  width : 150px;
  height : 150px;
  padding : 0px;
  margin-top:0px;
}

 #bottombuttonbar {
  position : absolute;
  margin: 0px auto -1px auto;
  top: 1030px;
  left: 380px;
  width : 400px;
  height: 160px;
  padding : 0px;
  border: 1px solid blackk; 
}

 #bottombuttonbar2 {
  position : absolute;
  margin: 0px auto -1px auto;
  top: 1030px;
  left: 525px;
  width : 400px;
  height: 160px;
  padding : 0px;
  border: 1px solid blackk; 
}

#summary {
  width: 640px; 
  margin-left: 20px; 
  padding-right:5px;
  padding-bottom:6px; 
  border: 2px solid #99CC66;
  }
  

br {
	clear: left;
} 
 
  
</style>