﻿.ListWrapper .LeftMenu
{
	float:left;
	width:213px;	
}
.ListWrapper .LeftMenu h3.Description
{
	font-size:14px;
	font-family:Georgia;
	font-weight:bold;
	margin-bottom:28px;
	/*line-height:26px;*/
}
.ListWrapper .LeftMenu ul
{
	padding:28px 0 10px 0;
	/*border-bottom:1px #f1f1f0 solid;*/
	border-top:1px #d8d5d2 solid;	
}
.ListWrapper .LeftMenu ul li
{
	padding-bottom:18px;
}
.ListWrapper .LeftMenu ul li a
{
	text-decoration:none;
}
.ListWrapper .LeftMenu ul li a:hover
{
	text-decoration:underline;
}
.Documents
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #f1f1f1 solid;
}
.Documents li
{
	margin-bottom:8px;
}
.Documents li a
{
	text-decoration:none;
	padding-left:25px;
	padding-bottom:2px;	
}
.Documents li a:hover
{
	text-decoration:underline;
}
