/* Left menu*/
div.left-menu
{
	width:200px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	background:#FFF;
}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	color:#056199
	text-decoration:none;
	font-weight:bold;
}

div.left-menu a.selected:link,
div.left-menu a.selected:visited,
div.left-menu a.selected:active,
div.left-menu a.selected:hover
{
	color:#05267d;
}

.bl
{
	margin-bottom:4px;
	background:#f8f3dd;
	width:100%;
}
.br 
{

}
.tl
{

}
.tr 
{
	padding:5px 10px;
}
.clear {font-size: 1px; height: 1px}



