/* CSS Document */
a:link    { color: #0000FF;  }    /* unvisited links */
a:visited { color: #800080 }   /* visited links   */
a:hover   { color: #1e90ff;} /* user hovers     */

html {
  max-height:none;
  height:900;
  width:auto;
  overflow:visible;
}
BODY{
  font-family:"Verdana"; 
  font-size:14;
  /* for mozilla3 */
  background-image: url(http://www.beyondamazinggrace.com/images/backgroundwords2.JPG);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F8ECB0;

  /* for ie */
  background: url(http://www.beyondamazinggrace.com/images/backgroundwords2.JPG) #F8ECB0 top no-repeat center;
  
  margin-right:auto;
  margin-left:auto;  /* Need to set body margin and padding to get consistency between browsers. */
  display:block;
  left: 0;
  right:  0;
  
}
TABLE{
  font-family:"Verdana"; 
  font-size:14;
}
.navigation {
  position:relative;
  margin-top:125;
  padding-bottom:10;
  padding-top:5;
  border-bottom: double;
  border-top: double;
  color: #4C0100;
}
.navigation A:hover{
  color: #4C0100;
  background-color: #F4eaaf;

}
.commonrule{
  position:relative;
  border-bottom: double;
  color: #4C0100;
}
 
div{
 position:absolute;
   
}
P {
  font-family:"Verdana"; 
  font-size:12;
}
FORM {
  margin:0;padding:0;
}

#copyright{
  position:absolute;
  top:730;
  width:800;
  padding-top:15px;
  text-align:center;
}


.smalltext {
  font-size:.75em;
  line-height:1.25em;  
}

h4 {
  font-size:1em;
  margin-top:0px;
  color: #4C0100; 
}
.smalltext_bold {
  font-weight:bold;
  font-size:.75em;
  line-height:1.25em;
}
 
.site_title {
  position:relative;
  color: #4C0100;
  font-family: "Book Antiqua", serif;
  font-size:3.5em;
  font-weight:bold;  
  padding-top:17px;
}

.site_subtitle {
  position:relative;
  color: #4C0100;
  font-family: "Book Antiqua", serif;
  font-size:2em;
  font-style:italic;
  line-height:1.5em;
}
