div.left_panel {
	float: left;
	clear: left;
	position: relative;

	top: -24px;

	height: 100%;
	width: 201px;

	padding: 0px;
	margin: 0px;

	background-image: url('../images/bg_navbar.png');
	background-repeat: repeat-x;
	/*background-color: #669ec0;*/
	background-color: #6698cb;
	background-position: 0px 150px;
}


div.sidebar img.title {
	margin-top: -2px;
}

div.sidebar {
	padding: 10px;
}

div.sidebar h3 a {
	background-image: url("../images/arrow_blue.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

div.sidebar a {
	color: #ffffff;
	text-decoration: none;
}

div.sidebar h3 {
	margin-bottom: 0px;
	font-size: 12px;
}

div.sidebar p {
	margin-top: 0px;
	margin-bottom: 20px;
}


ul.downloads {
	margin: 0px;
	padding-left: 15px;

	list-style: none;
}

ul.downloads li {
	background-image: url("images/but_pdf.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 40px;
}

ul.downloads a {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top: 4px;
}

