html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;  
  
  font: 1em, Garamond, Georgia, Times, serif;  
  line-height: 1.4em;

  color: #111;
  background-color: #feeabc;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;  
}

/* Headings */
h1 {
  font: 1.7em Georgia, serif;
  letter-spacing: -0.05em;
}

h2 {
  font: 1.4em Georgia, serif;
  color: #111;
}

h3 {
  font: 1.15em Georgia, serif;
}

/* Standard HTML elements */
a {
  color: #0000FF;
}

a:hover {
  text-decoration: none;
}

ol {
  margin: 0 25px;
  padding: 10px 20px;
}

ul.arrow {
  margin: 0 10px;
  padding: 10px 20px;
  list-style: none;
}

ul.arrow li {
  margin: 0;  
  padding-left: 15px;
  background: url(../image-files/li_arrow_bullet.gif) no-repeat 0 5px;
}

/* Yellow blockquotes */
blockquote {
  margin: 10px 0;
  padding: 0;
  background: #FDF8BE;
}

blockquote p {
  padding: 0 10px;
}

blockquote h2 {
  padding: 0 10px 10px;
}

blockquote {
  background: #FDF8BE url(../image-files/blockquote.gif) repeat-x top left;
}



/**************************************************************
   Tables
 **************************************************************/

table {
  width: 100%;  
  margin-bottom: 20px;  
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 10px 0 0.5em 10px;

  font: 0.8em arial, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;  
  padding: 6px 10px;
}

thead th {
  background-color: #CCD8E3;
  border-bottom: 1px solid #9DB5CB;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #FDF8BE;
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input.button {
  padding: 1px 10px;

  cursor: pointer;
  
  font-family: Georgia, serif;

}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}