\documentclass[contnav]{project}
\usepackage[american]{babel}
\usepackage{calc}

\let\Blue\relax
\definecolor{BurntOrange}{cmyk}{0,0.51,1,0}
\definecolor{PineGreen}{cmyk}{0.92,0,0.59,0.250}
\definecolor{RawSienna}{cmyk}{0,0.72,1,0.45}
\definecolor{Fuchsia}{cmyk}{0.47,0.91,0,0.080}
\newcommand{\Red}[1]{{\color{red}{#1}}}
\newcommand{\BurntOrange}[1]{{\color{BurntOrange}{#1}}}
\newcommand{\Fuchsia}[1]{{\color{Fuchsia}{#1}}}
\newcommand{\PineGreen}[1]{{\color{PineGreen}{#1}}}
\newcommand{\RawSienna}[1]{{\color{RawSienna}{#1}}}

\DeclareFontFamily{OT1}{ufr}{}
\DeclareFontShape{OT1}{ufr}{m}{n}{<-> mdnr}{}
\DeclareFontShape{OT1}{ufr}{m}{sl}{<-> ufrr}{}
\DeclareFontShape{OT1}{ufr}{m}{it}{<-> mdni}{}
\DeclareFontShape{OT1}{ufr}{b}{n}{<-> ufrb}{}
\DeclareFontShape{OT1}{ufr}{bx}{n}{<-> ssub * ufr/b/n}{}
\DeclareFontShape{OT1}{ufr}{m}{n}{<-> ufrr}{}
\DeclareFontShape{OT1}{ufr}{m}{sl}{<-> ufri}{}
\DeclareFontShape{OT1}{ufr}{m}{it}{<-> ufri}{}
\renewcommand{\rmdefault}{phv}
\renewcommand{\sfdefault}{phv}
\newif\ifCUPmtlplainloaded

\makeatletter
\long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#2}%
  \ifdim \wd\@tempboxa >\hsize
    #2\par
  \else
    \global \@minipagefalse
    \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}


\makeatother

\newcommand{\beq}{\begin{equation}}
\newcommand{\eeq}{\end{equation}}

\def\pp{\upartial}
\def\ee{\mathrm{e}}
\def\ii{\mathrm{i}}
\def\bmtheta{\boldsymbol{\theta}}
\def\sgn{{\,\rm sgn}}

\newcommand{\bx}{\ensuremath {\boldsymbol {x}}}
\newcommand{\bU}{\ensuremath {\boldsymbol {U}}}
\newcommand{\NB}{N_{\rm B}}
\newcommand{\ntzn}{{\varepsilon}_n}
\newcommand{\constn}{{\varsigma}_n}
\newcommand{\la}{\langle}
\newcommand{\ra}{\rangle}
\newcommand{\kayn}{{\kappa}_n}
\newcommand{\C}{{\cal C}}
\newcommand{\T}{{\cal T}}
\newcommand{\sixteenth}{\mbox{$\frac1{16}$}}


\newcommand{\Cpv}{\mathcal{P}\!}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\ci}{\mathrm{i}}
\newcommand{\ib}{\mathbf{i}}
\newcommand{\kb}{\mathbf{k}}
\newcommand{\ub}{\boldsymbol{u}}
\newcommand{\Ub}{\boldsymbol{U}}
\newcommand{\xb}{\boldsymbol{x}}
\newcommand{\Xb}{\boldsymbol{X}}
\newcommand{\pard}[2]{\frac{\upartial #1}{\upartial #2}}
\newcommand{\totd}[2]{\frac{\dd #1}{\dd #2}}
\newcommand{\cond}[2]{\frac{\mathrm{D} #1}{\mathrm{D} #2}}
\newcommand{\half}{{\textstyle\frac{1}{2}}}
\newcommand{\textfrac}[2]{{\textstyle\frac{#1}{#2}}}

\newcommand{\bmk}{\mathbf{k}}
\newcommand{\bmU}{\boldsymbol{U}}
\newcommand{\bmu}{\boldsymbol{u}}
\newcommand{\bmx}{\boldsymbol{x}}
\newcommand{\bmX}{\boldsymbol{X}}
\providecommand\grad{\boldsymbol{\nabla}}
\providecommand\Grad{\boldsymbol{\nabla}}
\providecommand\bcdot{\boldsymbol{\cdot}}
\usepackage{upmath}
\usepackage{amssymb}
\usepackage{amsbsy,amsthm}

\begin{document}

%\normalsize

\vskip 2in
\begin{center}
\LARGE
TITLE OF THE TALK
\vskip 1in
Author 1\\
Affiliation
\ \bigskip\\
Author 2\\
Affiliation
\end{center}
%\date{}
%\maketitle

\clearpage

\section{Outline}
\newcounter{scount}
\newcounter{tscount}
%\begin{list}{\Blue{$\bullet$}}{\setlength{\itemsep}{0in}\usecounter{scount}}
\begin{enumerate}
\item{Introduction}
\begin{list}{\Fuchsia{---}}{\setlength{\itemsep}{0in}\usecounter{tscount}}
\item{Some background}
\item{The problem at hand}
\end{list}
\item{Results}
\begin{list}{\Fuchsia{---}}{\setlength{\itemsep}{0in}\usecounter{tscount}}
\item{Boring Results}
\item{Interesting Results}
\end{list}
\item{Conclusions}
\end{enumerate}

\clearpage

\section{Introduction}

Text

\smallskip

More text include some in \PineGreen{green} and some in 
\BurntOrange{orange}.

\clearpage


\subsection*{Sample Figure}

\bigskip
\centerline{\includegraphics[height=2in]{figure.jpg}}
{\small Sample figure generated in xfig and saved as jpg}

\clearpage

\section{Conclusions}
\begin{list}{\RawSienna{$\bullet$}}{}{\setlength{\itemsep}{0in}\usecounter{scount}}
\item Some stuff
\item More stuff
\item Is the audience asleep yet?
\end{list}

\end{document}

