/* left content area buckets */
#leftcontent div.bucket
	{
	background: #DFE2ED;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}
#leftcontent div.bucket1
	{
	background: #D5EDD8;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}	
#leftcontent div.bucket2
	{
	background: #ACDCB2;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}	
#leftcontent div.bucket3
	{
	background: #82CA8C;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}
#leftcontent div.bucket4
	{
	background: #82CA8C;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}
#leftcontent div.bucket5
	{
	background: #82CA8C;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 156px;
	}
div.buckettop, #leftcontent div.bucketbottom
	{
	padding: 0px;
	margin: 0px;
	height: 6px;
	font-size: 6px;
	line-height:6px;
	}
div.bucketcontent{
	padding: 0px 8px 6px 8px;
	margin: 0px;
	}
div.bucketcontent ul{
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	list-style-type: square;
	}
div.bucketcontent li{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 6px 0px;
	}	
div.bucketcontent div.title{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
	color: #33363E;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	}	
div.buckettop
	{
	background: url(../images/bucketTop.gif) no-repeat top;
	}
	
div.bucketbottom
	{
	background: url(../images/bucketBottom.gif) no-repeat bottom;
	}
	
/* right content area buckets */
#rightcontent div.bucket
	{
	background: #edeeef;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 16px;
	width: 200px;
	
	}	
#rightcontent div.bucket div.buckettop, #rightcontent div.bucket div.bucketbottom
	{
	padding: 0px;
	margin: 0px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	}
#rightcontent div.bucket div.bucketcontent{
	padding: 0px 8px 6px 8px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}
#rightcontent div.bucket div.bucketcontent ul{
	font-size: 8pt;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	list-style-type: square;
	}
#rightcontent div.bucket div.bucketcontent li{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 6px 0px;
	}	
#rightcontent div.bucket div.bucketcontent div.title{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
	color: #33363E;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	}	
#rightcontent div.bucket div.buckettop
	{
	background: url(../images/rtBucketTop.gif) no-repeat top;
	}
	
#rightcontent div.bucket div.bucketbottom
	{
	background: url(../images/rtBucketBottom.gif) no-repeat bottom;
	}
