/*
 * print.css - Presentation styles for print media.
 *	Site: nlippincott.org
 *
 * Copyright 2004-06, Norman Lippincott Jr, All Rights Reserved
 */

#nav { display: none; }
.noprint { display: none; }

#side { width: 30%; padding: 10px; float: right; border: 1px solid black; }

#schedule_footer, #hours_footer { display: none; }
#assignments { display: none; }

#footer { border-top: 1px solid black; padding-top: 4px; }

a:link { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }

.validation { display: none; }

div.promo { display: none; }
