\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}
\usepackage{titling}
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{natbib}
\usepackage{lipsum} % for dummy text
\usepackage{caption}
\captionsetup{font=singlespacing,skip=10pt}
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{array}
% Set paragraph indentation
\setlength{\parindent}{0.5in}
% Define font settings
\renewcommand{\rmdefault}{ptm} % Times New Roman
\renewcommand{\sfdefault}{phv} % Helvetica
% Set spacing
\doublespacing
\begin{document}
\pagenumbering{roman} % Set page numbering to lowercase Roman numerals
% Title Page
\begin{titlepage}
    \thispagestyle{empty}
    \centering
    \vspace*{3cm}
    {\large\textbf{TITLE SHOULD APPEAR IN ALL CAPITALS AND BE CENTERED}}\\
    \vfill
    {\large a research proposal prepared by YOU A. STUDENT}\\
    \vspace{0.1in}
    {\large MONTH, YEAR}\\
    \vfill
    for\\
    {\large The Graduate Committee}\\
    {\large Coastal and Marine System Science Program}\\
    {\large Department of Physical and Environmental Sciences}\\
    {\large Texas A\&M University-Corpus Christi}\\
    {\large Corpus Christi, Texas}\\
    \vfill
    \begin{minipage}{0.5\textwidth}
        Approved:
        \vfill
        \rule{0pt}{0.8cm}\hrule
        \vspace{0.1cm}
        Dr. A. Palmtree, Chairperson
        \vfill
        \rule{0pt}{0.5cm}\hrule
        \vspace{0.1cm}
        Dr. B. Waves, Member
        \vfill
        \rule{0pt}{0.5cm}\hrule
        \vspace{0.1cm}
        Dr. C. Gull, Member
        \vfill
        \rule{0pt}{0.5cm}\hrule
        \vspace{0.1cm}
        Dr. D. Sand, Member
    \end{minipage}
    \vfill
\end{titlepage}
\setcounter{page}{3}
\section*{Abstract}
\lipsum[1] % Dummy text for the abstract
\newpage
\pagenumbering{arabic} % Switch back to Arabic numbering for the main content
% Main Content
\newpage
\section{Introduction}
\lipsum[1-2] % Dummy text
% Literature Review
\newpage
\section{Literature Review}
\lipsum[3-4] % Dummy text
% Research Objectives or Hypotheses 
\newpage
\section{Research Objectives or Hypotheses}
\lipsum[5-6] % Dummy text
\newpage
\section{Methods}
\lipsum[3-4] % Dummy text
% Theoretical Framework 
\newpage
\section{Theoretical Framework}
\lipsum[5-6] % Dummy text
\newpage
\section{Study Area}
\lipsum[5-6] % Dummy text
\newpage
\section{Results}
\lipsum[7-8] % Dummy text
% Example table
\vspace{2\baselineskip} % Add two lines of space before the table
\begin{table}[h]
    \centering
    \caption{Sample Table}
    \begin{tabularx}{\textwidth}{|l|X|X|X|X|}
        \hline
        \textbf{Item} & \textbf{Data 1} & \textbf{Data 2} & \textbf{Data 3} & \textbf{Data 4} \\
        \hline
        Entry 1 & 10 & 20 & 30 & 40 \\
        \hline
    \end{tabularx}
\end{table}
\vspace{2\baselineskip} % Add two lines of space after the table
% Example figure
\vspace{2\baselineskip} % Add two lines of space before the figure
\begin{figure}[h]
    \centering
    \includegraphics[width=0.5\textwidth]{example-image}
    \caption{Sample Figure}
\end{figure}
\vspace{2\baselineskip} % Add two lines of space after the figure
\newpage
\section{Discussion}
\lipsum[9-10] % Dummy text
\newpage
\section{Conclusion}
\lipsum[11-12] % Dummy text
% Budget Section
\newpage
\section{Budget}
\subsection{Proposed budget for dissertation research}
\[
\begin{array}{ | l | l | l | l | l | }
\hline
\textbf{Budget Item)} & \multicolumn{4}{l|}{\textbf{Costs(\$)}}  \\ \hline
 & \textbf{TAMUCC} & \textbf{Personal} & \textbf{Other} & \textbf{Total} \\ \hline
\multicolumn{5}{|l|}{\textbf{Salary}}   \\ \hline
      Monthly (15 months) &  &  & *15567.75 & 15567.75 \\ \hline
\multicolumn{5}{|l|}{\textbf{Equipment}}   \\ \hline
      Desktop  & on hand/no cost &  &  &  \\ \hline
      Laptop  &  & on hand/no cost &  &  \\ \hline
      Microscope & on hand/no cost &  &  &  \\ \hline
\multicolumn{5}{|l|}{\textbf{Supplies}}   \\ \hline
      Petri dishes &  &  & 60.0 & 60.0 \\ \hline
      Microslides &  &  & 40.0 & 40.0 \\ \hline
      Chemicals &  &  & 500.0 & 500.0 \\ \hline
      Microscope & on hand/no cost &  &  &  \\ \hline
\multicolumn{5}{|l|}{\textbf{Travel}}   \\ \hline
      Boat/Vehicle (4 trips) & 120.0 &  & 400.0 & 520.0 \\ \hline
      Food &  &  & **100.00 & 100.0 \\ \hline
      Hotel &  &  & **200.00 & 200.0 \\ \hline
\multicolumn{5}{|l|}{\textbf{Preparation of Documents}}   \\ \hline
      Thesis Expenses &  & 200.0 &  & 200.0 \\ \hline
      Publication and reprints & 300.0 &  &  & 300.0 \\ \hline
\textbf{Total} & \textbf{420.0} & \textbf{740.0} & \textbf{22567.75} & \textbf{24327.75} \\ \hline
\multicolumn{5}{l}{* Grants to Dr. A. Palmtree.}\\
\multicolumn{5}{l}{** Travel award from Elite Program}
\end{array}
\]
\subsection{Budget Justification}
Describes in detail each line in the budget. 
% Limitations
\newpage
\section{Limitations}
\lipsum[15-16] % Dummy text
% References
\newpage
% Literature Cited
\bibliographystyle{plainnat} % Use name-date citation style
\bibliography{sample} % Replace 'sample' with your .bib file
\end{document}