body
{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}


/*
************************************************************************************

************************************************************************************
*/

#headback
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../graphic/head-back.gif");
}


#headthumbs
{
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
  padding-left: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99%;
  height: 95px;
  overflow: hidden;
  z-index: 3;
}

#headthumbs img
{
  margin: 0px;
  margin-right: 1px;
  padding: 0px;
  z-index: 3;
  border: 1px solid black;
}

#headlogo
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  overflow: visible;
  z-index: 4;
}

#headlogoright {position: absolute; top: 0px; right: 0px;   z-index: 3;}
#headlogoleft {position: absolute; top: 0px; right: 120px; z-index: 3;}
#headseparation {position: absolute; top: 0px; right: 387px; z-index: 3;}

#head
{
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
  z-index: 5;
}

/*
************************************************************************************

************************************************************************************
*/

#margin
{
  padding: 0px;
  margin: 0px;
  position: relative;
  float: left;
  width: 170px;
  height: auto;
  overflow: hidden;
  z-index: 5;
}

#menu, #newsbox, #coop
{
  padding: 0px;
  margin: 10px 0px 5px 5px;
  position: relative;
  width: 156px;
  height: auto;
  overflow: hidden;
  z-index: 2;
  border: 1px solid black;
}

#menu
{
  background-image: url("../graphic/menu-back.jpeg");
}

#menu h1, #newsbox h1
{
  margin: 0px;
  padding: 2px;
  display: block;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-align: center;
  background-color: #003366;
  color: #FFFFFF;
  border-bottom: 1px solid black;
}

#newsbox
{
  background-image: url("../graphic/news-back.jpeg");
}

#news
{
  margin: 2px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-align: center;
  color: #000000;
}

#news b
{
  font-weight: bold;
  display: block;
}

#news a, #news img
{
  padding: 0px;
  margin: 0px;
  border-style: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  color: #000000;
}

#news a:hover
{
  text-decoration: underline;
  color: #800000;
}

#coop
{
  font-family: arial, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-align: center;
  color: #000000;
  background-color: #F0F0F0;
}

#coop a
{
  font-family: arial, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  color: #000080;
}

#coop a:hover
{
  color: #800000;
  text-decoration: underline;
}

a.menu, a.submenu, a.subsubmenu
{
  margin: 0px;
  padding: 2px;
  display: block;
  width: 156px;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  color: #000000;
}

a.submenu
{
  padding-left: 10px;
  font-size: 9pt;
  font-weight: normal;
}

a.subsubmenu
{
  padding-left: 15px;
  font-size: 9pt;
  font-weight: normal;
}

a.menu:hover, a.submenu:hover, a.subsubmenu:hover
{
  background-color: #FFFFFF;
  color: #800000;
}

/*
************************************************************************************

************************************************************************************
*/

#content
{
  margin-left: 185px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0px;
  position: relative;
  z-index: 9;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-align: justify;
}

#content p
{
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font: 10pt arial, sans-serif;
}

#content h1, #content h2, #content h3
{
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  color: #003366;
}

#content table
{
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: auto;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  color: #000000;
  background-color: #F0F0FF;
  border: 1px solid black;
}

#content table.image
{
  margin: 2px;
  margin-right: 15px;
  border-spacing: 0px;
  font-size: 8pt;
  border-style: none;
  color: #808080;
  background-color: #FFFFFF;
  float: none;
}

#content table.leftimage
{
  margin: 2px;
  margin-right: 15px;
  border-spacing: 0px;
  font-size: 8pt;
  border-style: none;
  color: #808080;
  background-color: #FFFFFF;
  float: left;
}

#content table.rightimage
{
  margin: 2px;
  margin-left: 15px;
  border-spacing: 0px;
  font-size: 8pt;
  border-style: none;
  color: #808080;
  background-color: #FFFFFF;
  float: right;
}

#content table th
{
  background-color: #003366;
  color: #FFFFFF;
}

#content table td
{
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

#content table.leftimage td, #content table.rightimage td, #content table.image td
{
  margin: 0px;
  padding: 0px;
}

#content img
{
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
  z-index: 1;
}

#content table img
{
  padding: 0px;
  margin: 0px;
  border-style: none;
}

#content table.leftimage img, #content table.rightimage img, #content table.image img
{
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}

#content .left
{
  margin: 2px;
  float: left;
  margin-right: 15px;
}

#content .right
{
  margin: 2px;
  float: right;
  margin-left: 15px;
}

#content .nofloat
{
  border-style: none;
}

#content b
{
  font-weight: bold;
}

#content a
{
  color: #003366;
  text-decoration: underline;
}

#content a:hover
{
  color: #800000;
  text-decoration: underline;
}

#content ul
{
  list-style-type: square;
  list-style-position: outside;
}

#lastchange
{
  margin-top: 25px;
  font-size: 7pt;
  color: #A0A0A0;
}
