/*
Downloaded from: http://developer.yahoo.com/yui/reset/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td
{ margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }

q:before, q:after { content:''; }

abbr, acronym { border: 0; }

/* ============= END OF RESET ============================== */

  /* =============== BANNER ================================ */
ul.masthead {
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 40px;
}

ul.masthead li{
  margin: 0;
  width: 636px;
  height: 152px;
  background-color: #F2F0E5;
}



/* =================================  LINKS PROPERTIES ================= */
a {
  text-decoration: none;
}

a:link {
  color: #669999;
}

a:visited {
  color: #669999;
}

a:hover {
  color: purple;
}



/* ============================ HEADING 5 ============================== */
h5  {
padding-bottom: 0;
margin-bottom: 0.5em;
/* font-size: 8 pt; */
font-style: italic;
font-weight: bold;

}

body {
  padding-left: 15em;/* body text is 15 em from the left*/
  padding-top: 25em;
  background-image: url('images/back.gif');
  font-family: Georgia, "Times New Roman", serif;
  color: black;
  clear: left;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
  border-top-color: #888888;  }





a {
  text-decoration: none;
}
