/* CSS Document */

body {text-align: center;
      margin: 0%;
      background-color: #c2a303;
      }

#resProdList {
         text-align: left;
         position: absolute;
         top: 110;
         *top: 110; 
         left: 50%;
         *left: 50%;
         width: 220;
         height: 1380;
         *height: 1380;
         background-color: #69321F;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -363px;
          
    }

#resProd {
         text-align: left;
         position: absolute;
         top: 110;
         *top: 110; 
         left: 50%;
        *left: 50%;
         width: 525;
         height: 1380;
         *height: 1380;
         background-color: #4c721d;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 5px;
         margin-left: -133px;
    }
    
.resLinks { text-align: justify;
              font-family: Arial; 
              font-size: 12pt;
              color: #c2a303;
              line-height: 130%;
              font-weight: bold;
              text-decoration: none;
            }
    
.subList { text-align: justify;
              font-family: Arial; 
              font-size: 10pt;
              color: #ffffff;
              line-height: 130%;
              font-weight: normal;
              text-decoration: none;
            }
