#sidebar {
	position: absolute;
	top: 188px;
	left: 780px;
	width: 178px;
	padding: 0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	rem background : #ffffff url(../images/psito.gif) no-repeat top left;
}

#sidebar h3 {
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
	margin-top : 0pt;
	margin-bottom : 2pt;
	padding: 4px 10px 6px 10px;
	background : #ffffff url(../images/psito.gif) no-repeat top left;
}

#sidebar h2 {
	font-size: 10pt;
	color: #E60005;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 2pt;
	padding: 0px 10px 0px 10px;
}

#sidebar p {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#sidebar ul {
	list-style: none;
	margin: 2px 0px 2px 0px;
	padding: 0px 10px 0px 10px;
}

#sidebar a {
	font-weight: bold;
	color: #E60005;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #E60005;
	text-decoration: underline;
}

#sidebar li {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 18px;
	line-height: 150%;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}