% DO NOT LEAVE ANY BLANK LINES IN THE ROTATE ENVIRONMENT.
\documentstyle[rotate]{article}
\setlength{\topmargin}{0.0in} %     SETS DISTANCE FROM LEFT SIZE
\setlength{\textheight}{11.0in}
\setlength{\textwidth}{8.0in}
\setlength{\oddsidemargin}{-0.6in}  % SETS DISTANCE FROM TOP



\begin{document}

\thispagestyle{empty}

% DO NOT LEAVE ANY BLANK LINES IN THE ROTATE ENVIRONMENT.
\rotate[l]{\hbox{
\parbox[t]{7.6cm}{\small \bf  \hspace*{1.4cm} \sf A. Name \\
%                                     ADJUST SPACE TO LINE UP NAME ON LEFT
                   \\
                  \\
                 }
%\hspace*{0.8in}
\hspace*{0.0in}
\parbox[t]{10cm}{\vspace*{1.8in}
                 \Large \bf Address of the Company or Institution \\
                 Department  \\
                 Instititution \\
                 City, State}
}}


 

\end{document}


