html, body
{  
   margin: 0;
   padding: 0;
}

body
{
   font-family: verdana, monospace, sans-serif;
   font-size: 76%;
   font-weight: normal;
   color: white;
}

div#container2
{
  width: 900px;
  margin: 0 auto;
  text-align: left;
  border-width: 6px;
  border-style: double;
  border-top-style: hidden;
}

div#container1
{
   text-align: center;
}

div#header
{
   height: 93px;
   color: blue;
   padding: 40px;
   padding-bottom: 12px;
   padding-top: 17px;
   background: #000066;
}

div#menu
{
   height: 30px;
   color: blue;
   text-align: center;
   color: white;
   background: #202093;
   border-bottom-style: double;
   border-bottom-width: 6px;
   border-bottom-color: white;
}

a.menu_off
{
  color: white;
  text-decoration: none;
  font-family: verdana, monospace, sans-serif;
  font-size: 9pt;
}

a.menu_on
{
  color: #948484;
  text-decoration: underline;
  font-family: verdana, monospace, sans-serif;
  font-size: 9pt;
}

div#submenu
{
    font-size: 8pt;
    height: 20px;
    color: #000033;
    background: #2e2ed7;
    padding-top: 5px;
    padding-left: 35px;
    text-align: center;
    border-bottom-width: 6px;
    border-bottom-color: white;
}

div#submenu a
{
  font-size: 8pt;
}

div#submenu table
{
  font-size: 8pt;
}

div#content
{
  width: 0 auto;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  background: white;
  text-align: justify;
  font-size: 9pt;
  font-family: verdana, monospace, sans-serif;
  color: black;
}

div#content h2
{
  text-align: center;
}

div#content .error
{
  color: red;
  text-decoration: bold;
}

div#content table
{
  font-family: verdana;
  font-size: 9pt;
  color: #000033;
}

div#content .title
{
  color: #000066;
  font-size: 18pt;
  font-family: verdana;
  text-align: center;
}

div#content .news_title
{
  padding-left: 10px;
  color: light blue;
  font-size: 15pt;
  text-align: left;   
}

div#content .sub_title
{
  padding-left: 10px;
  color: light blue;
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
}

div#content .news
{
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: black;
  font-size: 9pt;
  text-align: justify;
  border-size: 2px;
  border-right-style: none;
  border-left-style: double;
}


#content .img_contact
{
  float: left;
  margin: 5px;
  margin-right: 10px;
  border-style: outset;
  border-width: 2px;
}

#content .contact td
{
  padding: 10px;
  text-align: center;
  color: #000033;
  border: none;
}

#content .name
{
  font-weight: bold;
  color: #000033;
}

#content .contact th
{
  padding: 5px;
  text-align: center;
  margin: 5px;
  border-bottom-style: dashed;
  color: #000066;
}



div#footer
{
  clear: right;
  clear: left;
  width: 0 auto;
  padding:20px;
  border-top-style: double;
  border-top-width: 5px;
  text-align: center;
  font-size: 8pt;
  font-family: verdana, monospace, sans-serif;
  background: #2e2ed7;
}

div#footer a
{
  color: white;
}

a.on
{
  font-size: 8pt;
  color: white;
  font-family: verdana, monospace, sans-serif; 
}

a.off
{
  font-size: 8pt;
  font-family: verdana, monospace, sans-serif;
  color: white;
  text-decoration: none;
    
}

