#sidebar {
	float: right;
	width: 200px;	
	background: #EAEEF9 url('../img/pfds.gif') repeat-x left top;
	border-bottom: 3px dotted #6680E4;
	border-top: 3px dotted #6680E4;
	border-left: 3px dotted #6680E4;		
	padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px;
	text-align:left;
}

#sidebar h2 {
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
	display: block;
	padding: 5px 0px 0px 5px;
	background:#6680E4;
	border-bottom: 1px solid #BFBFBF;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a {
	font-weight: bold;
	color: #1E6CA2;
	text-decoration: none;
}

#sidebar li {
	background-image: url('../img/pbul.gif');
	background-repeat: no-repeat;
	background-position:  left top; padding-left:18px; padding-right:0px; padding-top:2px; 			padding-bottom:2px
}

.top {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #2B4AC4;
	background:#fff;
	border-top: 3px inset #BFBFBF;	
	border-left: 3px inset #BFBFBF;
	border-right: 3px outset #000;
	border-bottom: 3px outset #000;
}

