/*
standard.css and accessible.css are mutually exclusive and can be switched by the browser
use them to separate accessible styles for user's that require special assistance
*/


.hide { display: none; }
#head span.hide { display: inline; } /* Helps unsupported Netscape 4 users when an identical selector that sets the display to none is not loaded from navigation.css */

a.bold, #leftColumn a, #rightColumn a { text-decoration: underline; color: blue !important; font-weight: bold; }

.toggle { text-decoration: none !important; }

a:hover { background-color: transparent; } /* need this to get IE Win to display the next background correctly */
a:hover img { background-color: #ccc; }



