/* "resources" colors */
/* ------------------------------------------------------------ */

#content
{
	color: #330;
	background-color: transparent;
}


#content a:link, #footer a:link, #buythebook a:link
{
	color: #993;
	background-color: transparent;
	text-decoration: none;
/*
	border-bottom: #993;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

#content a:visited, #footer a:visited, #buythebook a:visited
{
	color: #630;
	background-color: transparent;
	text-decoration: none;
/*
	border-bottom: #630;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

#content a:hover, #footer a:hover, #buythebook a:hover
{
	color: #cc0;
	background-color: transparent;
	text-decoration: underline;
/*
	border-bottom: #cc0;
	border-width: 0 0 1px 0;
	border-style: none none none none;
*/
}

#content a:active, #footer a:active, #buythebook a:active
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
/*
	border-bottom: #fff;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
*/
}

#buythebook a:active, #buythebook a:visited, #buythebook a:link
{
	border-bottom: #fff;
	border-width: 0 0 1px 0;
	border-style: none none none none;
}


#content ul li
{
	list-style: url(/_assets/images/diamond_rsrcs.gif);
}

#content h2
{
	background-color: #630;
	background-image: url(/_assets/images/content_hdr_bkgd_rsrcs.gif);
}

#content h3, #content h4
{
	color: #630;
}

