#sidebar {
	position: absolute;
	top: 110px;
	left: 810px;
	width: 160px;
        padding : 10px;
	background-color: #e1e2e3;

}

#sidebar h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 4pt;
	margin-left: 0pt;
	margin-right: 0pt;
	rem color: #0C3C71;
color : #ffffff;
height : 130%;
background : #0c3c71

}

#sidebar p {
	margin-top : 2pt;
	margin-bottom : 4pt;
   margin-left : 0pt;
   margin-right : 0pt;
}


#sidebar ul {
	margin: 2px 0px 2px 2px;
	padding: 0px;
	color: #000000;
}

#sidebar a {
	font-weight : bold;
	color: #417DC1;
}


#sidebar li {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	line-height: 150%;
}

