html, body {
  height:100.1%;
}

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #f9c697;
}

div#standard {
  background-image: url(img/background.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

div#index {
  background-image: url(img/background2.jpg);
  background-repeat: repeat-y;
  background-position: center;
  min-height:100%;
}

img {
  border: 0px;
}

td {
  font-family: arial, verdana, helvetica;
  font-size: 12px;
  line-height: 1.5em;
  color: #000000;
}

h1 {
  font-family: arial, verdana, helvetica;
  font-size: 12px;
  color: #27743b;
  font-style: bold;
}

h2 {
  font-family: arial, verdana, helvetica;
  font-size: 13px; 
  color: #27743b; 
  font-style: bold;
}

h3 {
  font-family: arial, verdana, helvetica;
  font-size: 14px; 
  color: #27743b; 
  font-style: bold; 
}

h4 {
  font-family: arial, verdana, helvetica; 
  font-size: 15px; 
  color: #27743b; 
  font-style: bold; 
}

h5 {
  font-family: arial, verdana, helvetica; 
  font-size: 16px; 
  color: #27743b; 
  font-style: bold; 
}

h6 {
  font-family: arial, verdana, helvetica; 
  font-size: 17px; 
  color: #27743b; 
  font-style: bold; 
}

input {
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  color: #000000;
}

a {
  color: #23733b;
  text-decoration: underline;
}
