    BODY {
      width: 800px;
      margin:0px auto;
      font-family:Arial, Helvetica, sans-serif;
      font-size: 12pt;
      text-align: center;
    }

    DIV#HEAD {
      background-color: White;
      height: 100px;
      width: 800px;
      background-image: url(../img/logo.png);
      background-repeat: no-repeat;
      background-position: 0px 0px;
    }
    
    H2#HEAD {
      padding: 20px 0px 0px 0px;
      color: #6B6B6B;
      font-size: 14pt;
    }

    DIV#MAIN_MENU {
     width: 172px;
     float: left;
     border-right: 1px silver solid;
	    }

    DIV#CONTAINER {
      width: 800px;
      height: 15px;
      border-bottom: solid silver 1px;
    }
    
    DIV#PIC	{
    	position:absolute;
    	margin-top:380px;
    	margin-left:0px;
	 }

    DIV#COLUMNS {
      text-align: left;
      width: 800px;
      margin: auto;
    }

    DIV#SUBMENU {
      text-align: center;
    }

    DIV#MENU_BOTTOM {
      margin-top: 50px;
      margin-bottom: 30px;
      text-align: center;
      border-top: 1px solid silver;
    }

    DIV#CONTENT {
      width: 600px;
      padding-top: 10px;
      float: right;
      text-align:justify;
    }

    UL#MENU {
      list-style-type: none;
      padding-left: 0px;
      margin: 0px 0px 0px 0px;
    }

    UL LI#MENU {
      background-color:white;
      padding: 0px;
      margin: 0px;
      font-weight: bold;
      font-size: 11pt;
    }


    UL LI A#MENU {
      display: table-cell;
      width: 170px;
      padding: 10px;
      text-decoration: none;
      color: #006A00;
      border: solid white 1px;
    }

    UL LI A#MENU:HOVER {
      color: white;
      background-color: #007A00;
      border: solid #008C00 1px;
    }

    A#SUBMENU{
      font-size: 10pt;
      font-weight: bold;
      color: #006A00;
      text-decoration: none;
    }

    A#SUBMENU:HOVER {
      color: red;
      font-weight: bold;
    }

    A#MENU_BOTTOM {
      text-decoration: none;
      color: #004A00;
      font-size: 7pt;
    }

    A#MENU_BOTTOM:HOVER {
      color: red;
    }

    UL{
      list-style: square;

    }

    A#LIST{
     text-decoration: none;
     color: #006A00;       
    }

    A#LIST:HOVER{
     color: red;
    }


    H3{#a1 { position:absolute; top:35px; left:240px; width:150px; height:150px;
      z-index:1; background-color:#ddf; }

      font-size: 13pt;
    }

    P{
     font-size: 12pt;
    }

    CITE{
      font-weight: bold;
      color : Grey;
    }
