/* CSS PRINT Stylesheet for Southeast Local Development Corporation */
/* Copyright 2007 - All Rights Reserved                             */
/* Coded by Matthew Ohlman - matthew@ohlman.com                     */

/* Reset to Print Friendly COlors */
body {
  color: #000;
  background: #FFF;
}

/* Clearly define links */
a {
  color: #000ff;
  text-decoration: underline;
}


/* Remove Non-Essential Print Items and Navigation */
#topleft, #navlist, .skiplink, fieldset {
  display: none;
}

.print {
  position: relative;
}
