<% dim smallboatRaceSel smallboatRaceSel=Request.Form("smallboatRaceSel") dim keelboatRaceSel keelboatRaceSel=Request.Form("keelboatRaceSel") dim MemType MemType=Request.Form("MemType") dim Initiation Initiation=Request.Form("Initiation") dim DryStorageSmall DryStorageSmall=Request.Form("DryStorageSmall") if DryStorageSmall="" then DryStorageSmall=0 dim DryStorageMed DryStorageMed=Request.Form("DryStorageMed") if DryStorageMed="" then DryStorageMed=0 dim DryStorageLarge DryStorageLarge=Request.Form("DryStorageLarge") if DryStorageLarge="" then DryStorageLarge=0 dim membershipSubTotal dim initiationSubTotal dim keelboatRaceSubTotal dim smallboatRaceSubTotal dim SmallStorageSubTotal dim MedStorageSubTotal dim LargeStorageSubTotal dim Index Index=0 membershipSubTotal=0 initiationSubTotal=0 keelboatRaceSubTotal=0 smallboatRaceSubTotal=0 SmallStorageSubTotal=0 MedStorageSubTotal=0 LargeStorageSubTotal=0 dim Total Total=0 %>

SMSA Membership - Online Payment



Those wishing to pay via check, please drop off your check at the clubhouse or mail your check to SMSA Membership Chairperson; PO Box 262; Solomons, Maryland 20688

Those wishing to pay via credit card, please select your items below, then click 'Calculate Total'. Once you are satisfied with your selctions, click on the Paypal button to be re-directed to the Paypal site to use your paypal account or enter your credit card information. You do not need a Paypal account to use this service.

**New Member Membership Fees Discounted afte July 1st**

Selection

Subtotals

Select your Membership Type

(Leave blank if you have already paid your membership fees)
<% if MemType="Regular" then membershipSubTotal=385 if MemType="Regular New Member" then membershipSubTotal=154 if MemType="Emeritus" then membershipSubTotal=193 if MemType="Young Adult" then membershipSubTotal=193 if MemType="Young Adult New Member" then membershipSubTotal=77 if MemType="Junior" then membershipSubTotal=60 Response.Write(" $ ") Response.Write(membershipSubTotal) %>

An Initiation Fee is required for all NEW membership applications. If you are a NEW member, please add the initiation fee to your cart.
<% if Initiation="Initiation" then initiationSubTotal=150 Response.Write(" $ ") Response.Write(initiationSubTotal) %>

Racing Program Fees
(select where applicable)

Keelboat Season Race Fees - $300 value="No" checked="checked">No       value="Yes"> Yes <% if keelboatRaceSel="Yes" then keelboatRaceSubTotal=300 if keelboatRaceSel="No" then keelboatRaceSubTotal=0 Response.Write(" $ ") Response.Write(keelboatRaceSubTotal) %>
Dinghy Season Race Fees - $90 value="No" checked="checked"> No       value="Yes"> Yes <% if smallboatRaceSel="Yes" then smallboatRaceSubTotal=90 if smallboatRaceSel="No" then smallboatRaceSubTotal=0 Response.Write(" $ ") Response.Write(smallboatRaceSubTotal) %>

SMSA Facility Dry Storage Fees

All small boats must be 20 ft or less. Storage fees are per boat and are divided into 3 categories based on a boat's area (length x beam per the Manufacturer's measurements):
Small = 28 to 66.59 SF (Ex: Laser, Byte) - $190
Medium = 66.6 to 104.69 SF (Ex: Vanguard 15) - $345
Large = 104.7 up to approx 143 SF (Ex: Lightning, Buccaneer) - $500
I would like to pay for dry storage for the following dinghy(ies)... Small <% SmallStorageSubTotal=DryStorageSmall * 190 Response.Write(" $ ") Response.Write(SmallStorageSubTotal) %>
Medium <% MedStorageSubTotal=DryStorageMed * 345 Response.Write(" $ ") Response.Write(MedStorageSubTotal) %>
Large <% LargeStorageSubTotal=DryStorageLarge * 500 Response.Write(" $ ") Response.Write(LargeStorageSubTotal) %>

Wet Slip Fees

At this time, Wet Slip storage is a separate transaction.
Please complete this transaction, then go to www.smsa.com and click on Facility to pay for Wet Slips.
Thank you for your patience as we work to incorporate this functionality.

<% Total= membershipSubTotal + initiationSubTotal + smallboatRaceSubTotal + keelboatRaceSubTotal + MedStorageSubTotal + LargeStorageSubTotal +SmallStorageSubTotal Response.Write(" $ ") Response.Write(Total) %>