#sidebar {

	padding: 5px 0px 5px 5px;
	border-left: 1px solid #DCDCDC;
    float: right;
	width: 190px;
	
	
}

#sidebar h2 {
	font-size: 10pt;
	color: #5292ED;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 2pt;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a {
	font-weight: bold;
	color: #155DC4;
	text-decoration: none;
}

#sidebar li {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
