#copy p, #copy h3, #copy h4, #copy ul, #footer p
{
	/* I don't understand why - but this prevents IE from hanging
	the copy area below the left nav in certain cases - seemingly random
	widths of the browser window */
/*	width: 99%;*/
}

#copy a
{
	color: #3A7094;
	font-size: 1.2em;
}

#copy h2
{
	font-weight: normal;
	color: #97A91F;
	margin: 0 0 10px 0;
}

#copy h3
{
	padding: 0;
}

/* This selector also exists in default base */
#copy p, #copy ul
{
	margin: 5px 0;
	padding: 0;
}

/* This selector also exists in default base */
#copy li
{
	padding: 0;
}

#copy p.blurb
{
	font-weight: bold;
	font-style: italic;
}




