/************************************/
/* USE THIS STYLE SHEET TO TURN OFF NAVIGATION BAR AND FOOTER FOR PRINTING PURPOSES */

table * {clear:both; }

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
#nav {
	display:none;
}

#upper_box {
	display:none;
}

a { color: inherit; 
   text-decoration: none;
}

a:link, a:visited {
   text-decoration: none;
}

#main a:link:after, 
#main a:visited:after {
  font-size: 85%;
  content: " [" attr(href) "]"; 
  text-decoration: none;
}

#main a[href^="/"]:after {
  content: " [http://artscouncil.ky.gov" attr(href) "]";
}

#main a[href^="javascript:"]:after {
  content: " ";
}



