\documentclass{beamer}

\mode<presentation>
{
  \usetheme[compress]{Dresden}
  % possiblities Singapore, Malmoe, Dresden 
  \setbeamercovered{transparent}
}

 
%\setbeamertemplate{navigation symbols}{} 
% removes the navigation symbols

%color setting more or less matching U of A colors
\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=structure.fg!55!black}
\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=red!50!black}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{amsfonts}

\title{Beamer}
\subtitle{(up up and away)} 

\author{Kathleen Holm}


\institute{program in Applied Math,\\
 University of Arizona}
\date{8 Nov 2006, SWIG}


% Delete this, if you do not want the table of contents to pop up at
% the beginning of each section:
\AtBeginSection[]
{
  \begin{frame}<beamer>
    \frametitle{Outline}
    {
    \tableofcontents[currentsection]
        }
  \end{frame}
}

% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command: 
%\beamerdefaultoverlayspecification{<+->}


\begin{document}

\begin{frame}
  \titlepage
\end{frame}


\input{BeamerIntro.tex}
\input{BeamerOverlays.tex}
\input{funmath.tex}
\input{BeamerConcl.tex}

\end{document}



