
/* Body Styles */
  body {font-family: tahoma, verdana, arial, helvetica, sans-serif; background-color: #fef687; background-image: URL('background.jpg'); background-repeat: no-repeat; background-attachment: scroll}
  div.container {width: 780px; text-align: left; margin: 0px auto 20px auto;}
  h1.head {text-align: center; font-size: 200%;}
  h2.head {text-align: center; font-size: 150%;}
  h3.head {text-align: center; font-size: 120%;}

  a:link {color: #000066; text-decoration: underline;}
  a:visited {color: purple; text-decoration: none}
  a:hover {color: red; text-decoration: none}


/* Banner */
  img.logo {display: block; width: 288px; margin-top: 30px; margin-left: 30px; border-style: none;}
  img.bldg {display: block; width: 100%; border: 0px solid #884400; margin: -10px 0px -20px 0px; }

/* Main Content */
div.maincontent {font-size: 110%; font-weight: normal; line-height: 150%; text-align:justify; margin: 5em 30px 4em 30px;}
  
/* Footer */
  table.footer { width: 100%; border: none; background-color: transparent; }
  table.footer td {width: 33%; border: none; font-size: 90%; }
  hr {width: 100%; }

