#sidebar {
	position: absolute;	
	top: 26px;
	left: 830px;
	width: 180px;
	padding: 0px;
	background : #00B000 url(../images/) no-repeat top left;
}

#sidetop {
	position: absolute;	
	top: 15px;
	left: 830px;
	background : url(../images/pst.gif) no-repeat top left;
	width:180px;
	height:10px;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#sidebottom {
	position: absolute;
	background: url(../images/psb.gif) no-repeat top right;
	width:180px;
	height:10px;
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #aaaaaa;
}

#sidebar h2 {
	font-size: 12px;
	background: #00B000 url(../images/pfds.gif) repeat-x left top;
	color: #C60000;
	font-weight: bold;
	text-align: center;
	margin-top: 2pt;
	margin-bottom: 2pt;
	padding: 3px 10px 3px 10px;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 6px
}

#sidebar a {
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}

#sidebar li {
	padding: 2px 0px 2px 6px;
	background: url(../images/pbul.gif) no-repeat top left;
}

#sidebar img {
	margin: 2px 0px 2px 5px;
	padding: 0px;
}

#sidebar iframe {
	margin: 2px 0px 2px 5px;
	padding: 0px;
}
