/* Neal Farris CSS file, May 2005*/
/* Palette: Dark Gray = 666666, Light Gray = CCCCCC, Red = 990000, 
Blue = 006699, Yellow-Green = CCCC66, Brown = 996600 */

body { background-color: #006699; margin: 0px; color: #333333; }

a { text-decoration: none; }
a:link { color: #006699;  }
a:visited { color: #666666; }
a:hover { color: #990000; text-decoration: underline; }
a:active { color: #990000; text-decoration: none; }

td { font-weight: normal; font-style: normal; font-family: Verdana, Arial, Helvetica, Geneva, 'Lucida Sans', sans-serif; }

.white_bg { background-color: #ffffff; }

.teal_bg { background-color: #006699; }

.blue-band { background-image: url(images/blue-band.gif); background-repeat: repeat-x; background-position: top left; }

.copyright {font-size: 9px; text-align: center; margin-top: 10px; color: #eeeeee;}  

.nf { font-size: 1px; text-align: center; color: #006699; }

a.copyright:link { color: #B9E6FC;  }
a.copyright:visited { color: #eeeeee; }
a.copyright:hover { color: #ffffff; text-decoration: underline; }
a.copyright:active { color: #ffffff; text-decoration: none; }


