@charset "utf-8";
/* CSS Document */

/* This style sheet controls link colors and some other site specific functions that cause issues when included in the main.css and allows for a greater degree of flexibility */

/*#utility-top #member, a:link { color: #333; text-decoration: none; }
#utility-top #member, a:visited { color: #666; text-decoration: none; }
#utility-top #member, a:hover { color: #1568b3; text-decoration: underline; } 
#utility-top #member, a:active { color: #CC0000; text-decoration: underline; }*/

#content a:link { color: #333; text-decoration: underline; }
#content a:visited { color: #666; text-decoration: none; }
#content a:hover { color: #1568b3; text-decoration: underline; } /* Base Color Location */
#content a:active { color: #CC0000; text-decoration: underline; }

#content .result-wrap a:link { color: #333; text-decoration: none; }
#content .result-wrap a:visited { color: #999; text-decoration: underline; }
#content .result-wrap a:hover { color: #1568b3; text-decoration: underline; } /* Base Color Location */
#content .result-wrap a:active { color: #CC0000; text-decoration: underline; }

#content dt a:link {  color: #1568b3; font-weight: bold; text-decoration: underline; } /* Base Color Location */
#content dt a:visited { color: #666; font-weight: bold; text-decoration: none; }
#content dt a:hover { color:#00CC00; font-weight: bold; text-decoration: underline; }
#content dt a:active { color: #CC0000; font-weight: bold; text-decoration: underline; }

#footer a:link {  color: #1568b3; font-weight: bold; text-decoration: underline; } /* Base Color Location */
#footer a:visited { color: #666; font-weight: bold; text-decoration: underline; }
#footer a:hover { color:#00CC00; font-weight: bold; text-decoration: underline; }
#footer a:active { color: #CC0000; font-weight: bold; text-decoration: underline; }

.pod {
	background-image:url(/lysaght/wsimages/podBG.gif);
	background-position:center top;
	background-repeat:no-repeat;
}


