/* ----------------------------------------------- */
/* ############ STYLE SHEET FOR PRINTING ############# */
/* ------------------------------------------------ */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 1em;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

a:visited {
color: #0000ff;  
text-decoration: underline;
}

img { 
border: 0px none; 
}

#sidecontent, #outwrap

{
    font-size : 10pt;
}

#printfooter

{
font-size : .8em;
}

#printseparator

{
margin-top: 40px;
}



/* these sections are removed for printing */
#outerrow, #searchbox, #blue, #toplnks, #photobar, #footer, #sidehome, .signbox, #sidelnks, #quotewrap

{
  display : none;
}

