/* CSS Document for left panel*/
.leftPanel
{
	vertical-align:top;
	width:182px;
	text-align:left
}
.leftPanelLeft
{
	background:url(../_images/_site/leftPanelLeft.gif);
	width:22px;
	height:22px;
}
.leftPanelBackground
{
	background:url(../_images/_site/leftPanelBackground.gif);
	padding-left:2px;
	color:#FFFFFF;
	width:145px;
	height:22px;
	background-repeat:repeat-x;
}

.leftPanelRight
{
	background:url(../_images/_site/leftPanelRight.gif);
	width:15px;
	height:22px;
	background-repeat:no-repeat;
}
.leftVerticalRight
{
	background:url(../_images/_site/leftVerticalRight.gif);
	background-repeat:repeat-y;
}
.leftPanelRow
{
	padding-top:6px;
}
.leftPanelSubLinks
{
	font-size: 11px;
	font-weight: normal;
	color: #8C8C8C;
}

.leftPanelBody
{
	background-color:#F1F1F1;
	text-align:left;

}

.leftPanelBottom
{
	background:url(../_images/_site/leftPanelBottom.gif);
	background-repeat:repeat-x;
}
.leftPanelRBCorner
{
	background:url(../_images/_site/leftPanelRBCorner.gif);
	background-repeat:no-repeat;
}

.leftPanelBoldLinks
{
	font-size:11px;
	font-weight:bold;
	color:#1D7CC6;
}
.leftPanelBoldLinks A:link
{
	color:#1D7CC6;
}
.leftPanelBoldLinks A:active
{
	color:#1D7CC6;
}
.leftPanelBoldLinks A:hover
{
	color:#1D7CC6;
}
.leftPanelBoldLinks A:visited
{
	color:#1D7CC6;
}

