995038                                                     
Florida Senate - 2016                                Committee       Amendment
SPB2500                                                 ACJ              25


The Committee on Appropriations (Negron) recommended the following 
amendment:

Section: 04              EXPLANATION:

On Page: 174             Provides $250,000 in nonrecurring general revenue 
                         funds in the Department of Juvenile Justice for the 
Spec App: 1170           City of West Park to provide services to school-aged 
                         youth to help reduce truancy and involvement in 
                         criminal activity.

NET IMPACT ON:            Total Funds       General Revenue          Trust Funds
    Recurring -                    0                     0                    0 
Non-Recurring -                    0                     0                    0 
______________________________________________________________________________________

                                               Positions & Amount   Positions & Amount
                                                     DELETE         INSERT

        JUVENILE JUSTICE, DEPARTMENT OF
        Program: Prevention And Victim Services
        Delinquency Prevention And Diversion  80900100

        In Section 04  On Page 174
1170    Special Categories  100778
        Grants And Aids - Contracted Services  IOEB

   1000   General Revenue Fund                     3,629,522      3,879,522
       CA 250,000  FSI1NR 250,000  

At the end of existing proviso language, following Specific 
Appropriation 1170, INSERT:

From the funds in Specific Appropriation 1170, $250,000 in nonrecurring 
general revenue funds is appropriated to the City of West Park to 
provide services to school-aged youth in order to reduce truancy and 
involvement in criminal activity. The services must include academic 
assistance and enhancement activities as well as opportunities for 
positive engagement in the community.

        Program: Juvenile Detention Program
        Detention Centers  80400100

        In Section 04  On Page 167

 995038  Log:0042  RTS/RMS           02/01/16 08:04:06 PM  Senate  Page: 1
1105    Fixed Capital Outlay  080410
        Department Of Juvenile Justice                
        Maintenance And Repair - State Owned 
        Buildings  IOEJ

   1000   General Revenue Fund                     4,000,000      3,750,000
       CA -250,000  FSI1NR -250,000  












































 995038  Log:0042  RTS/RMS           02/01/16 08:04:06 PM  Senate  Page: 2

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>