For each player imported from a file, before the player is added to the team's roster, their salaryCapFigure will be added to that team's Payroll. If the Payroll is greater than the salary cap, the player will instead be added to team 33 (which is free agency).
I was thinking of making the payroll a class and use List<T> in it for each team, unless it's easier to make it a property of the team class? I thought of it only because I've had trouble accessing multiple list properties of classes (I've got a player list in the team class already).
So how would I do this?

tryto build your application instead of getting people to pretty much build it for you...to which I am under no illusion you will take credit for. Google a tutorial or go buy a book on C# as you are obviously a complete novice. – James Nov 7 at 0:31