/*******************************************************************
*              Green CSS layout for randpeer.com.                  *
*                                                                  *
*  Items starting with "t_" like for instance "t_bottom: 8px;"     *
*  are not in use.                                                 *
********************************************************************/


  body { background: #ffffea; 
         background-image: url("bg_rand5.gif"); 
  }

  body, table { font: 10pt  verdana, arial, sans-serif; 
  }

  h1 { color: #00c000; 
       text-align: center;
       font-family: tahoma, verdana, arial, sans-serif; 
       font-style: italic;
       font-weight: 800;
       font-size: 24pt;
  }

  h4 { font-family: verdana, arial, sans-serif; 
       font-weight: 700;
       font-size: 12pt;
  }

  h5 { font-family: verdana, arial, sans-serif; 
       font-weight: 700;
       font-size: 10pt;
  }


  div { t_border-style: dashed;
        border-width: 1px;
        border-color: #00c000;
  }

  .menubox { position: absolute;
             left: 8px;
             top: 20px;
  }

  .mainbox {  position: absolute;
              top: 10px;
              left: 158px;
              right: 8px;
              /* t_bottom: 8px; */
  }

  .titlebox { text-align: center;
  }

  .columnbox1 { width: 48%;
                float: left;
  }

  .columnbox2 { width: 48%;
                float: right;
  }


  .infobox { padding: 8px;
             background: #bbFFbb;

             color: #008000;
             font: 10pt  tahoma, verdana, arial, sans-serif;
             
             /* t_white-space: nowrap; */     /* Nifty, but I prefer to use <nobr>. */
  }
  .infoboxtitle { font-size: 12pt;
  }


  .footerbox { clear: both;

               border-top-style: solid;
               border-top-width: 2px;
               border-color: #00c000;

               padding: 8px;

               font-size: 8pt;
               text-align: center;
               color: #00c000;
  }
  .datebox { float: right;
             margin-left: 1px;
             margin-right: 5px;
  }
