/***************************************************************************
 *
 ***************************************************************************/
body,
table
{
  font-family       : Tahoma,Verdana,Sans-serif,Arial;
  font-size         : 10pt;
  font-weight       : normal;
  margin            : 0;
  padding           : 0;
}

/***************************************************************************
 *
 ***************************************************************************/
#site_page
{
  margin            : 0;
  padding           : 0;
}

/***************************************************************************
 *
 ***************************************************************************/
#site_header
{
  color             : #333;
  margin            : 0;
  padding           : 0;
}

/***************************************************************************
 *
 ***************************************************************************/
#site_footer
{
  font-size         : 85%;
  text-align        : center;
  color             : #777;
  background        : transparent;
  margin            : 0;
  padding           : 0.25em 0.5em;
}
#site_footer a
{
  color             : #777;
  text-decoration   : none;
}
#site_footer a:hover
{
  text-decoration   : underline;
}

/***************************************************************************
 *
 ***************************************************************************/
#site_content
{
  color             : #222;
  padding           : 5px 10px;
}
#site_content a
{
  color             : #008;
  text-decoration   : none;
}
#site_content a:hover
{
  color             : #00c;
  text-decoration   : underline;
}
#site_content a.broken
{
  color             : #d00;
  text-decoration   : none;
}
#site_content a.broken:hover
{
  color             : #f00;
  text-decoration   : underline;
}

#site_content .title
{
  font-size         : 1.1em;
  font-style        : normal;
  font-weight       : bold;
  color             : #333;
  margin            : 0;
  padding           : 0.25em;
}

#site_content .notice
{
  color             : #f00;
  font-weight       : bold;
}

/***************************************************************************
 * XHTML Extensions
 ***************************************************************************/

