document.write('<TD width=7 bgColor=#ffffff>'   //colum of white on the left-hand side
  + '    </TD>  '
  + '    <TD vAlign=top width=10 bgColor=#CC0000>'     //column of medium red 
  + '        <TABLE cellSpacing=0 cellPadding=0 width=10 border=0 height="291">'   //table that creates dark red swatches on medium red column
  + '           <TR><TD width=10 bgColor=#990000 height=81></TD></TR>'
  + '           <TR><TD width=10 bgColor=#CC0000 height=21></TD></TR>'
  + '           <TR><TD width=10 bgColor=#990000 height=82></TD></TR>'
  + '           <TR><TD width=10 bgColor=#CC0000 height=20></TD></TR>'
  + '           <TR><TD width=10 bgColor=#990000 height=86></TD></TR></TABLE>'
  + '    </TD>  '
  + '    <TD align="left" vAlign="top" width="1" bgColor="#FFFFFF" height="330"></TD>'    //column dividing line that lines up with top menu line
  + '	 <TD BGCOLOR="#000058" ALIGN="left" VALIGN="top" WIDTH="170" height="330">	'    //remaining column of dark blue out to right margin
  + '        <table WIDTH="170" CELLPADDING="0" CELLSPACING="0" BORDER="0" BORDERCOLOR="white" height="291">'
  + '           <TR>'
  + '               <TD>'
  + '                   <a href="http://www.fafsa.ed.gov"> '
  + '                   <IMG SRC="graphics/fafsa_logo_nocycle.gif" hspace="0" ALIGN="left" alt="Complete FAFSA to Start Financial Aid Process" width=165 height=82></a>'  
  + '               </TD>'
  + '           </TR>'
  + '           <TR>'
  + '               <TD height=20 align="center"><font face="verdana" color="white" size="1">School Code: 002008</font>'
  + '               </TD>'
  + '           </TR>'
  + '           <TR>'
  + '               <TD>'
  + '                   <a href="faqindex.shtml"> '
  + '                   <IMG SRC="graphics/faq.gif" hspace="0" align="left" alt="Answers to Frequently Asked Questions" border=0 width=165 height=82>'
  + '               </TD>'
  + '           </TR>'
  + '           <TR>'
  + '               <TD height=20 align="center"><font face="verdana" color="white" size="1">FAQS</font>'
  + '               </TD>'
  + '           </TR>'
  + '           <TR>'
  + '               <TD>'
  + '                   <a href="faqglossary.shtml"> '
  + '                   <IMG SRC="graphics/glossary.gif" hspace="0" align="left" alt="Glossary" border=0 width=165 height=86>'
  + '               </TD>'
  + '           </TR>'
  + '           <TR>'
  + '               <TD height="20" align="center"><font face="verdana" color="white" size="1">Glossary</font>'
  + '               </td>'
  + '           </tr>'
  + '           <tr>'
  + '               <TD align="center">'
  + '                   <BR><a href="mailto:techaid@ltfa.latech.edu">'
  + '                   <IMG SRC="graphics/email.gif" hspace="0" align="center" alt="Email Financial Aid" border=0 width=50 height=45>'
  + '                   <BR><BR>'
  + '               </TD>'
  + '           </tr>'
  + '           <tr>'
  + '               <TD width=165 height="105">'
  + '                   <form name="frmQuickList"> '
  + '                   <font size=1 face="verdana" color="white" align="left">&nbsp;QuickLink:</font>									'
  + '  	                <select size="1" name="Link" align="center" onclick="QuickList();" style="font-size: 7pt; font-family: Verdana; margin-left:0; list-style-type:decimal; color: black" tabindex="0">'
  + '  	                   <option>Please select Web Page</option>'
  + '                      <option value="Pell Grant">Pell Grant</option> '
  + '                      <option value="SEOG Grant">SEOG Grant</option> '
  + '                      <option value="LEAP Grant">LEAP Grant</option> '
  + '                      <option value="Other Assistance">Other Assistance</option> '
  + '                      <option value="Admissions Scholarships">Admissions Scholarships</option> '
  + '                      <option value="Departmental Scholarships">Departmental Scholarships</option> '
  + '                      <option value="Private Scholarships">Private Scholarships</option> '
  + '                      <option value="TOPS">TOPS</option> '
  + '                      <option value="Perkins Loans">Perkins Loans</option> '
  + '                      <option value="Stafford Loans">Stafford Loans</option> '
  + '                      <option value="Preferred Lenders">Preferred Lenders</option> '
  + '                      <option value="Plus Loans">Plus Loans</option> '
  + '                      <option value="Private Loans">Private Loans</option> '
  + '                      <option value="Workstudy">Workstudy</option> '
  + '                   </select> '
  + '                   <font size=1 face="verdana" color="white" align="left">&nbsp;Use QuickLink above to go<br>&nbsp;directly to a subject on the<br>&nbsp;Financial Aid web site. </font>'
  + '                   </form> '
  + '               </TD>'
  + '           </tr>'
  + '        </TABLE>'
  + '    </TD>'
  + '');