/* 
 * 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:#000066; /* white on green  */

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

	}

/* h2 ----------------------- */
h2 {
	color:#006; background-color:#fff;		/* green on white	*/
	border-bottom: 1px solid #006;
}
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: #006;
	background:  url(navBg.jpg) top left repeat-y;
}
/* list items --------------------------- */
#secNav ul li {
	border-bottom:1px solid #006;
	}

/* sub-level lists ----------------------- */
#secNav ul ul {
	border: 0px none #fff;
	}
#secNav ul ul li {
	border-top:1px solid #006;
	border-bottom: 1px solid #006;
	}

#secNav ul a:hover,
#secNav ul a:hover {
	background-color: #00c;
	}

/* ================================================================= */
/*                             siteFooter                            */
/* ================================================================= */
#siteFooter	/* main template site footer text */
	{
	color: #fff;	background-color: #006;	/* white on green */
	background:  url(hBg.jpg) top left repeat;
	}
#siteFooter a,
#siteFooter a:visited
	{
	color:#fff;
	}
#siteFooter a:hover,
#siteFooter a:active
	{
	color: #fff;
	}
