Hi BMAcox!
One good classe package for creating slides is
powerdot (
documentation), based on prosper and HA-prosper.
Another solution is the
beamer class. I would prefer beamer because in contrary to powerdot/prosper with the beamer class you can include png and jpg files because beamer runs with pdflatex and with beamer you can use pgf/TikZ. (On the other side if you plan to include eps graphics, not jpg or png, or if you want to use pstricks, you may prefer powerdot.) The beamer class is very well documented, provides already many themes/styles and a lot of features. See
beamer user guide.
With MiKTeX you can use the beamer class, powerdot/prosper should be possible too. The editor and its version shouldn't make a difference, TeXnicCenter Greengrass is a good choice.
Stefan