The Outdoor Ministries Committee is diligently doing their behind the scenes work. We have evaluated the summer camps and rejoiced in the exciting impacts camp has made in the lives of our youth. Even the very youngest of our campers expressed their wishes to stay longer in that beautiful place we call the Community of the Great Commission. Now we plan for ths summer. The dates for camp are below. We are combining all of our camps into one week. We think this interage grouping has many benefits including extra attention for our youngest and leadership growth opportunities for our older campers. Please put these dates on your calendar. And please do not let cost be a prohibiting factor. We have camp scholarships available.
June 6-9 Adult All graduates of High School and above
June 22-26 Junior Completed 3rd, 4th and 5th grades
June 22-28 Chi Rho Completed 6th, 7th and 8th grades
June 22-28 CYF Completed 9th, 10th, 11th, and 12th grades
June 28-30 JOY Completed K, 1st and 2nd grades accompanied by an adult

Camp Registration Form

Staff Registration Form

Camp Information Packet

Visit CGC the Website

CREATE TABLE Camps ( `Intro` TEXT, `Year` VARCHAR(128), `Theme` VARCHAR(128), `Camp` VARCHAR(128), `Start_Date` DATE, `End_Date` DATE, `Camp_Director` VARCHAR(128), `OM_Director` VARCHAR(128), `Catering_to` VARCHAR(128), `Camp_Registration_Form` VARCHAR(128), `Staff_Registration_Form` VARCHAR(128), `Information_Packet` VARCHAR(128), `CGC_Website` VARCHAR(128), `ID` SERIAL ) COMMENT=$; INSERT INTO `Camps` (`Intro`, `Year`, `Theme`, `Camp`, `Start_Date`, `End_Date`, `Camp_Director`, `OM_Director`, `Catering_to`, `Camp_Registration_Form`, `Staff_Registration_Form`, `Information_Packet`, `CGC_Website`) VALUES ($Intro, $Year, $Theme, $Camp, $Start_Date, $End_Date, $Camp_Director, $OM_Director, $Catering_to, $Camp_Registration_Form, $Staff_Registration_Form, $Information_Packet, $CGC_Website); $Intro $Year $Theme $Camp $Start_Date $End_Date $Camp_Director $OM_Director $Catering_to $Camp_Registration_Form $Staff_Registration_Form $Information_Packet $CGC_Website