/* 
 * filename:	v5.css
 *
 * desc:		main stylesheet for version 4 browsers
 * author:		David Alpert
 * email:		david@spinthemoose.com
 * date:		07/07/2003 
 *
 */

/* =================================================================== */
/*                               links                                 */
/* =================================================================== */
a:link		{ color:#000; text-decoration:underline; } /* purple */
a:visited	{ color:#000; text-decoration:underline; } /* purple */
a:hover,
a:active	{ color:#E78113; text-decoration:none;	}	  /* orange */

/* ================================================================= */
/*                              headings                             */
/* ================================================================= */

/* h1 ----------------------- */
h1 {
	color:#fff; background-color:#006600; /* white on green  */

	background-image:  url('hBg.jpg');
	background-position: top left;
	background-repeat:repeat;  /**/

	}

/* h2 ----------------------- */
h2 {
	color:#060; background-color:#fff;		/* green on white	*/
}
h2 a, h2 a:visited {
	color: #000000;
	}
h2 a:hover, h2 a:active {
	color: #f90;
	}

/* ================================================================= */
/*                            writings                               */
/* ================================================================= */

blockquote.writing {
	background:#eee;
}
p.comments {
}

/* ================================================================= */
/*                               secNav                              */
/* ================================================================= */

/* basic layout ------------------------- */
#secNav { 
	color: #fff;	background-color: #060;
	background:  url(../../images/common/navBg.jpg) top left repeat-y;
}

#secNav ul a:hover,
#secNav ul a:hover {
	background-color: #0c0;
	}
