@charset "UTF-8";

#contentLeft
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 225px;
	float: left;
	text-align: left;
	position: absolute;
	z-index: 1;
	background-color: #DCDDDF;
}

/*-----------------------------------------------------------------------------------------------------------------
Text Panel
-----------------------------------------------------------------------------------------------------------------*/
#contentLeft div.textPanel
{
	margin: 0px;
	padding: 0px 15px 0px 15px;
	width: 195px;
	color: #333333;
	font-family: inherit;
	font-size: 11px;
}

#contentLeft div.textPanel p
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contentLeft div.textPanel a
{
	color: #993333;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#contentLeft div.textPanel a:HOVER
{
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------------------------
Title Bars
-----------------------------------------------------------------------------------------------------------------*/
#contentLeft div.titleBarGreen, #contentLeft div.titleBarBlue, #contentLeft div.titleBarBlueLink,  #contentLeft div.titleBarGreenLink,
#contentLeft div.titleBarOrange, #contentLeft div.titleBarBlack, #contentLeft div.titleBarBlackLink
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	width: 210px;
	height: 23px;
	line-height: 23px;
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
}

#contentLeft div.titleBarGreen, #contentLeft div.titleBarGreenLink
{
	background-color: #ACC780;
	color: #2E5C2E;
}

#contentLeft div.titleBarOrange
{
	background-color: #F7941D;
	color: #FFFFFF;
}

#contentLeft div.titleBarOrange span
{
	color: #666666;
}

#contentLeft div.titleBarBlack, #contentLeft div.titleBarBlackLink
{
	background-color: #666666;
	color: #FFFFFF;
}

#contentLeft div.titleBarBlue, #contentLeft div.titleBarBlueLink
{
	background-color: #1851A0;
	color: #FFFFFF;
}

#contentLeft div.titleBarBlueLink
{
	background-image: url('../_images/arrow_blue_link.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#contentLeft div.titleBarBlackLink
{
	background-image: url('../_images/arrow_black_link.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#contentLeft div.titleBarGreenLink
{
	background-image: url('../_images/arrow_black_link.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#contentLeft div.titleBarBlueLink a, #contentLeft div.titleBarBlackLink a, #contentLeft div.titleBarGreenLink a
{
	display: block;
	width: 210px;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

#contentLeft div.titleBarGreenLink a
{
	color: #2E5C2E;
}

#contentLeft div.titleBarBlackLink a span
{
	color: #BCBCBC;
}

#contentLeft div.titleBarBlueLink a:HOVER, #contentLeft div.titleBarBlackLink a:HOVER, #contentLeft div.titleBarGreenLink a:HOVER
{
	text-decoration: underline;
}

#contentLeft div.titleArrow
{
	float: right;
}

#contentLeft div.publicationPanel
{
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 15px;
	width: 195px;
	color: #333333;
	font-family: inherit;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #1851A0;
}