private void AddAccountBalanceCalculationWorksheet(SectionBuilder sectionBuilder)
        {
            float repAreaWidth = PageWidth * 0.5f - 1;

            sectionBuilder.AddRptAreaLeftToBothPages(repAreaWidth, AddInstructions);
            sectionBuilder.AddRptAreaRightToBothPages(repAreaWidth, AddBalanceCalc);
        }