/************************************************
* CSSP Global Stylesheet 								*
* Last Updated by Jim Otepka on 3/23/04				*
************************************************/


/************************************************
* body and general tags	 								*
************************************************/
body
{
	margin: 10px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}

/* IE hack */
*
{
	font-size: 12px;
}

h1
{
	margin: 0px;
	text-decoration: underline;
	font-size: 12px;
	color: #666633;
}

hr
{
	text-align: right;
	border: 0px;
	color: #737373;
	background-color: #737373;
	height: 1px;
}

/************************************************
* anchor - may need to add other attributes		*
************************************************/
a
{
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0px;
	border-style: none;
}

/************************************************
* subsection content areas								*
************************************************/
.quoteAuthor
{
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}

.quoteTitle
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}

.factorHeading 
{
	font-size: 16px;
	color: #666633;
}

.factorHeadingBold
{
	font-size: 16px;
	color: #666633;
	font-weight: bold;
}

#box th
{
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border: 1px solid black;
	text-align: center;
	color: #666633;
	background-color: #ffffff;
	font-weight: bold;
}

#box td
{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: 1px solid black;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

#footer
{
	clear: both;
	margin: 0px 49px 0px 40px;
	text-align: right;
	font-size: 10px;
	color: #737373;
	vertical-align: bottom;
}

#footer hr
{
	color: #CDCDCD;
	background-color: #CDCDCD;
	height: 1px;
}

#footer a
{
	font-size: 10px;
}

.contentArea
{
	margin: 20px 20px 20px 20px;
}

.spacedList li
{
	margin: 10px 0px 0px 0px;
}

blockquote
{
	color: #666666;
	font-style: italic;
	margin: 20px 0px 20px 0px;
}

p.news {
	font : bold italic 14pt;
	color : #CE6300;
	padding: 10px 10px 10px 10px;
	border: 1px ridge black;
}