/***************************************************************************
 *                                  style.css
 *                            -------------------
 *   begin                : 01/28/04
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : Page styles.
 *
 ***************************************************************************/

body				{ background-color:#D0D0D0; }
A 					{ color: #003366; text-decoration: none; }
A:visted			{ color: #003366; text-decoration: none; }
A:hover 			{ color: #003366; text-decoration: underline; }
A:active			{ color: #003366; text-decoration: underline; }

/* Navbar */
nav					{ }
a.nav				{ color: #003366; text-decoration: none; }
a.nav:visted		{ color: #003366; text-decoration: none; }
a.nav:hover			{ color: #751B40; text-decoration: underline; }
a.nav:active		{ color: #751B40; text-decoration: underline; }

/* Copyright and bottom info */
.copyright				{ color: #000000; font-weight: 800;}
a.copyright				{ color: #000000; text-decoration: none;} 
a.copyright:visited		{ color: #000000; text-decoration: none;} 
a.copyright:hover		{ color: #000000; text-decoration: underline;}
a.copyright:active		{ color: #000000; text-decoration: underline;}