Registration opens soon for:
Discover Nature - Fishing Lessons 3 & 4
Pinewoods Lake
Registration Opens 10/28/2025   150 of 150 seats remaining

LOCATION & SCHEDULE

Meeting on: Located at:
Start Time End Time
Pinewoods Lake
US Hwy 60
Ellsinore, MO 63937
Get Directions

DETAILS

Five Common Missouri Fish - Their Anatomy, Habitat, and Life Cycle. Fishing with Lures and Fishing Regulations. You must take Discover Nature - Fishing Lesson 1 before you can take this class.
Additional Information: Instructed by:
Five Common Missouri Fish - Their Anatomy, Habitat, and Life Cycle. Fishing with Lures and Fishing Regulations. You must take Discover Nature - Fishing Lesson 1 and 2 before you can take this class. Additional Information: Lesson 3: Five Common Missouri Fish-Their Anatomy, Habitat, and Life Cycle combines instruction with hands-on fishing to teach young anglers and their families basic biological concepts and functions specific to largemouth bass, bluegill, hybrid sunfish, channel catfish and rainbow trout. Participants will learn the different components of fish anatomy and their functions. In addition, participants will learn about various types of fish habitat and aquatic food webs. Lesson 4: Fishing with Lures and Fishing Regulations combines instruction with hands-on fishing to teach young anglers and families how to properly select a fishing lure based on desired fish species, weather and water conditions. In addition, participants will learn how to identify and understand fishing regulations. Participants are limited to anglers ages 7 and up. We encourage the entire family to participate. Fishing equipment, instructors/coaches and bait/lures will be provided. Adults who do not wish to fish must accompany their child(ren) at all times. Participants must have completed Lessons 1 and 2 prior to attending Lessons 3 & 4. Participants do NOT need a fishing permit to fish during this program. For additional information or questions contact LuAnn Conway at (573) 325-1381 LuAnn Conway

Cancellation Policies:

You must cancel your registration before Wednesday, November 5, 2025.

Age Policy:

All registrants for this event must be between 7 and 99 years of age by 11/5/2025.

" }); // finally hook up an "OnClick" listener to the map so it pops up out info-window when the marker-pin is clicked! google.maps.event.addListener(marker, 'click', function () { infowindow.open(map, marker); }); }) } } function postData(e) { var emailFrom = $('#txtEmailFrom').val(); var emailMessage = $('#txtEmailMessage').val(); var instructorId = $('#txtInstructorId').val(); var eventId = $('#EventId_Email').val(); if (ValidateEmail(emailFrom)) { $.ajax({ url: '/Event/IndexModal', dataType: "json", type: "POST", data: { 'EmailMessage': emailMessage, 'EmailFrom': emailFrom, 'InstructorId': instructorId, "EventId": eventId }, success: function (data) { $('#testarea').html("All OK"); }, error: function () { $("#testarea").html("ERROR"); } }); $('#myModal').modal('hide'); } } function ValidateEmail(emailAddress) { var emailformat = /.*\@.*\.\w{2,3}/g; if (emailformat.test(emailAddress)) { return (true); } else { $("#invalidEmail").css("visibility", "visible"); return (false); } }