/* Colors

   basic red: #e51937;'
   green: #006f51;
   tan: #ffe79f;

*/


body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:medium;
   padding: 0%;
   height: 100%;
   margin: 0px;
}


* html body
{
   font-size: x-small;
   f\ont-size: small;
}

div#pageWrapper
{
   max-width: 1024px;
   min-width: 800px;
   margin: 1px auto;
   border: none 1px #ffe79f;
   position: relative;
   background: #000000 url(../Images/Green_bkgd.png) repeat-y top left;
}


div#content
{
}

div#pageFooter
{
   clear: both;
   height: 25px;
   background: #000000 url(../Images/Green_bkgd.png) repeat-y bottom left;
}

div#copyright
{
   display: none;
}

img.rule
{
   position: relative;
   z-index: 50;
}

.clear
{
   clear: both;
}

br#top
{
   line-height: 1.4em;
}

