Auth class is back up and running to handle user authorizaion
as well as session managment.
Implemented basic usage on admin index class just for an example.
Added a couple of new template files and css to start defining the
overall style of pages and UI.
Started buildig the authorization infrastructure to 1. create the
initial admin class to then 2. the Auth manager class can be created to
manage access based on roles.
added number of template files as well just as a UI base to get things
started.
Auth Framework Part 2 will complete the Auth mangager and clean up the
admin area.