body
{
  margin: 0;
  background: url('../images/bg.gif');
  color: #000;
  font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
    SCROLLBAR-ARROW-COLOR: white; 
    SCROLLBAR-SHADOW-COLOR: #000000; 
    SCROLLBAR-FACE-COLOR: #96372D;
    SCROLLBAR-HIGHLIGHT-COLOR: #5E677B;
    SCROLLBAR-3DLIGHT-COLOR: #000000;  
    SCROLLBAR-TRACK-COLOR: #FFFFC0;  
    SCROLLBAR-DARKSHADOW-COLOR: #5E677B;
}

h1
{
  margin: 0;
/*  color: #28D;  */
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  font-family: lucida console, verdana, sans-serif;
}

table
{

}

p
{
  font-size: 9pt;
}

li
{
  font-size: 9pt;
}

a:link
{
  color: red;
}
a:visited
{
  color: maroon;
}
a:hover
{
  color: orange;
}
a:active
{
  color: purple;
}


#site_title
{
  background: url('../images/banner-bg.jpg');
  border-bottom: 1px solid navy;
}

#body_table
{
  width: 95%;
  min-width: 640px;
  max-width: 750px;
  margin: 0 auto;
  border: 3px solid navy;
}
#title_frames
{
  width: 100%;
}

#site_url
{
  margin: 0;
  padding: .2em;
  border-bottom: 1px solid navy;
  background-color: #09560E;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  font-family: lucida console, verdana, sans-serif;
}

#page_table
{}

#page_body_cell,
#page_body_table
{
  width: 100%;
}

#page_body
{
  padding: 1em;
  width: 100%;
}

#site_links
{
/* This is the box around the site menu */
  margin: 0 0 2.5em;
  padding: 0;
  border: 0;
  border-right: 1px solid navy;
  background-color: #DDCE63;
}
#site_links_frames
{
  margin: .5em;
  padding: 0;
  width: 10em;
  border: 1px solid navy;
  background-color: #3AF;
}
#site_links_frames .menu,
#site_links .menu
{
  margin: .2em;
  padding: 0 0 1em;
  border: 1px solid navy;
  background-color: #FFF;
}
#site_links_frames .head,
#site_links .head
{
  width: 9.3em;
  padding: .1em .3em;
  background-color: red;
  border-top: 1px solid navy;
  border-bottom: 1px solid navy;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
#site_links_frames ul,
#site_links ul
{
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#site_links_frames li,
#site_links li
{
  border: 0;
  margin: 0;
  padding: 0;
}
#site_links_frames a:link,
#site_links a:link
{
  margin: 0;
  padding: .1em .3em;
  width: 16em;
/*  width: 117px; */
  display: block;
  color: #09560E;
  text-decoration: underline;
  font-size: 7pt;
}
#site_links_frames a:visited,
#site_links a:visited
{
  margin: 0;
  padding: .1em .3em;
  width: 16em;
  display: block;
  color: #4DAFE4;
  text-decoration: none;
  font-size: 7pt;
}
#site_links_frames a:hover,
#site_links a:hover
{
/*  background-color: #4DAFE4;  */
  background-color: #D9CF7D;
  color: white;
  text-decoration: none;
  font-size: 7pt;
}
#site_links_frames a:active,
#site_links a:active
{
  background-color: red;
  color: white;
  text-decoration: none;
  font-size: 7pt;
}
#site_links_frames .link_active,
#site_links .link_active
{
  background-color: #28D;
  color:white;
  font-weight: bold;
}
#site_links_frames a.link_active:link,
#site_links_frames a.link_active:visited,
#site_links_frames a.link_active:hover,
#site_links a.link_active:link,
#site_links a.link_active:visited,
#site_links a.link_active:hover
{
  margin: 0;
  padding: .3em;
  width: 9.3em;
  display: block;
  background-color: #28D;
  color:white;
  font-weight: bold;
}
#site_links_frames .logos,
#site_links .logos
{
  text-align: center;
}

#contact
{
  margin: .2em .3em;
  border: 1px solid navy;
  background-color: #FFF;
  text-align: center;
}
#contact .head
{
  padding: .3em;
  background-color: navy;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
#contact .body
{
  padding: .3em;
  white-space: nowrap;
  font-size: .8em;
}
#contact b
{
  font-weight: bold;
  font-size: 1.3em;
}

#weather
{
  width: 275px;
  margin: 0 auto;
}
#weather .head
{}
#weather .bug
{
  background-color: transparent;
}

#idx_links
{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
}
#idx_links a:link,
#idx_links a:hover,
#idx_links a:visited,
#idx_links a:active
{
  font-size: 1.5em;
  font-weight: bold;
}

#copyright
{
  margin: 5em auto .5em;
  text-align: center;
  font-size: .8em;
}


.decoration img
{
  display: block;
}
.top
{
  vertical-align: top;
}
.indent
{
  margin: 0 1em;
}
.sm_txt
{
  text-align: center;
  color: navy;
  font-size: .8em;
}
.sm
{
  font-size: .7em;
}




