#sidebar {
	position: absolute;	
	top: 60px;
	left: 830px;
	width: 160px;
	padding: 0px;
	background : #FFFFFE url(../images/) no-repeat top left;
	font-size: 0.9em;
	line-height: 100%;
}

#sidetop {
	position: absolute;	
	top: 50px;
	left: 830px;
	background : url(../images/) no-repeat top left;
	width:160px;
	height:10px;
	overflow: hidden;
}

#sidebottom {
	position: absolute;
	background: url(../images/) no-repeat top right;
	width:160px;
	height:10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar h2 {
	font-size: 1.1em;
	color: #FFFFFE;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px
}

#sidebar a {
	font-weight: bold;
	color: #0A1CAF;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}

#sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbul.gif) no-repeat top left;
}

#sidebar img {
	margin: 2px 0px 2px 12px;
	padding: 0px;
}

#sidebar iframe {
	margin: 2px 0px 2px 12px;
	padding: 10px;0px;-10px;0px;
}