#contentPrimary
{
	float: right;
	margin-left: 25px;
	width: 464px;
}

#contentPrimary h1
{
	position: absolute;
	text-indent: -5000px;
}

#contentPrimary h2
{
	font-size: 13px;
	font-weight: normal;
}

#contentPrimary h3
{
	position: relative;
	background: transparent url(/images/bulletSouth.png) no-repeat;
	behavior: url(/css/common/htc/iepngfix.htc);
	padding-left: 20px;
	font-size: 13px;
	cursor: pointer;
}

#contentPrimary h3 div /* for IE6 */
{
	left: -20px !important;
}

body.noscript #contentPrimary h3
{
	background: none;
	padding: 0;
	cursor: default;
}

#contentPrimary h3.collapsed
{
	background-image: url(/images/bulletEast.png);
}

#contentPrimary dl
{
	padding-left: 10px;
	position: relative; /* for IE6 */
	zoom: 1;
}

#contentPrimary dl dt
{
	position: relative;
	background: transparent url(/images/bulletSmallSouth2.png) no-repeat 0 3px;
	behavior: url(/css/common/htc/iepngfix.htc);
	margin: 0 0 0 15px;
	padding: 0 0 10px 15px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	zoom: 1;
}

* html #contentPrimary dl dt
{
	background-position: 0 0;
}

#contentPrimary dl dt div /* for IE6 */
{
	top: 3px !important;
}

body.noscript #contentPrimary dl dt
{
	background: none;
	padding-left: 0;
	cursor: default;
}

#contentPrimary dl dt.collapsed
{
	background-image: url(/images/bulletSmallEast2.png);
	background-position: 0 0;
}

#contentPrimary dl dd
{
	margin: 0 0 0 30px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #999999;
}

#contentPrimary dl dd table
{
	margin-top: 10px;
}

#contentSecondary
{
	background: transparent url(/images/faqsHero.png) no-repeat left bottom;
	float: left;
	padding-top: 20px;
	padding-right: 120px;
	width: 180px;
	min-height: 250px;
}

* html #contentSecondary
{
	behavior: url(/css/common/htc/iepngfix.htc);
	height: 250px;
}

#contentSecondary p
{
	font-size: 13px;
	font-weight: bold;
}

#contentSecondary p a
{
	white-space: nowrap;
}