body
   {
   background-color: #cdc9a5;
   background-image:url("../images/brown.jpg");
   background-repeat:repeat;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-size: 12pt;
   color: #333333;
   margin:0px;
   background-color: #cdc9a5;
   }



 /* -------- Styles for formatting text */

tr
   {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: normal;
   background: #8b795e;
   }

td
   {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: normal;
        background: #8b795e;
   }

.text
   {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: normal;
   background: #FFFFFF;
   padding: 8px;

 }

.footer
        {
        color: #333333;
        font-size: 8pt;
        font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
        font-weight: normal;
        background: #FFFFFF;
        padding-bottom: 8px;
}

.bold
   {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: bold;
        background: #FFFFFF;
   }

.italic

 {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: normal;
   font-style: oblique;
        background: #FFFFFF;
   }

.highlight
   {
   color: #339966;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: normal;
   background: #FFFFFF;
   }

.pagetitle
   {
   color: #333333;
   font-size: 18pt;
 font-family: Baskerville,Trebuchet MS,Verdana,Arial,Sans-serif;
   font-weight: bold;
   background: #FFFFFF;
   }

.subtitle
        {
   color: #333333;
   font-size: 12pt;
   font-family: Baskerville,Verdana,Tahoma,Arial,Sans-serif;
   font-weight: bold;
        background: #FFFFFF;
        }


/* -------- Style for nav links in masthead */

a.menu:link
        {
        font-family: Baskerville,Trebuchet MS,Tahoma,Arial,Sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: normal;
        }

a.menu:active
        {
        font-family: Baskerville,Trebuchet MS,Tahoma,Arial,Sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: normal;
        }

a.menu:hover
        {
        font-family: Baskerville, Trebuchet MS,Tahoma,Arial,Sans-serif;
        font-size: 10pt;
        text-decoration: none !important;
        color: #C5A653 !important;
        font-weight: normal;
        }

a.menu:visited
        {
        font-family: Baskerville, Trebuchet MS,Tahoma,Arial,Sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: normal;
}

.currentpage
        {
        font-family: Baskerville, Trebuchet MS,Tahoma,Arial,Sans-serif;
        font-size: 10pt;
        text-decoration: none;
        color: #C5A653;
        font-weight: normal;
        }


/* -------- Style for links in main content area */

a:link
{
   font-family: Verdana,Tahoma,Arial,Sans-serif;
   font-size: 10pt;
   text-decoration: none;
   color: #8b795e;
   font-weight: normal;
   }

a:active
   {
   font-family: Verdana,Tahoma,Arial,Sans-serif;
   font-size: 10pt;
   text-decoration: none;
   color: #339966;
   font-weight: normal;
   }

a:hover
   {
   font-family: Verdana,Tahoma,Arial,Sans-serif;
   font-size: 10pt;
   text-decoration: underline !important;
  color: #C5A653 !important;
   font-weight: normal;
   }

a:visited
   {
   font-family: Verdana,Tahoma,Arial,Sans-serif;
   font-size: 10pt;
   text-decoration: none;
   color: #8b795e;
   font-weight: normal;
   }



.sideshadow
        {
   background-image:url("../images/side_shadow.gif");
   background-repeat:repeat-y;
   }

.bottomshadow
 {
        background-image:url("../images/bottom_shadow.gif");
        background-repeat:repeat-x;
}


                    