/************************************************** 
 * Master Page Definition Style Sheet Elements    *
 *                                                *
 *                 Main Page                      *
 *                                                *
 *                                                *
 **************************************************/

/*   
      The 5 page definition( ".pd_") areas

  +------------  masterTable ----------------+
  | +-------- masterTable_inside ----------+ |
  | |        Full Top Horizontal Span      | |
  | +------------- col_table --------------+ |
  | |          |               |           | |
  | | col_left |   col_center  | col_right | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | |          |               |           | |
  | +--------------------------------------+ |
  | |      Full Bottom Horizontal Span     | |
  | +--------------------------------------+ |
  +------------------------------------------+
  
**********************************************/

body
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-color: #f7e7c8;
}

.pd_masterTable
{
    width:100%;
}

.pd_masterTable_inside
{
    width:100%;

}


/*******************************************/

.pd_hSpan_header
{
    background-repeat: repeat-x;
}

/*******************************************/
.pd_col_table
{
}
/*******************************************/

.pd_col_left
{
    border-collapse: collapse;
}

/*******************************************/

.pd_col_center
{
    /*width: 100%;
    border-collapse: collapse; */
}

.po_featureItem_col_left
{
}

.po_featureItem_col_center
{
    width:460px;

}
.po_featureItem_col_right
{
    background-color: green;
}

/*******************************************/

.pd_col_right
{   
    border-collapse: collapse;
}

/*******************************************/

.pd_Main_ContentArea
{
   width:720px; 
    height: 100%;
    border-collapse: collapse;

}

/*******************************************/

.pd_col_content
{

}

/*******************************************/

.footer-text
{
    font-weight: normal;
    font-size: 9px;
    width: 800px;
    color: #663700;
    text-align: center;
}

