/* pretty much everything generated by createTemplateElements (see above)
 has a class and id associated with it, which can be used to customize the appearance of the page */

/* these add style the html link based navigation elements */
A:link.csNavLink
{
	background-color:#D2A941;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
A:visited.csNavLink
{
	background-color:#D2A941;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
A:hover.csNavLink
{
	background-color:#D2A941;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

