#sidebar_header{
	background-image:url(../images/about/sidebar_header.gif);
	background-repeat:no-repeat;
	width:178px;
	height:6px;
	position:relative;
	left:40px;
	top:14px;
	float:left;
	clear:left;
}

#sidebar{
	background-color:#e8eff7;
	width:178px;
	height:210px;
	position:relative;
	left:40px;
	top:12px;
	float:left;
	clear:left;
}

#sidebar h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	position:relative;
	left:10px;
	top:10px;
}

#sidebar ul{
	position:relative;
	left:10px;
	float:left;
	display:block;
	font-size:0.9em;
	list-style-type:none;
}

#sidebar ul a{
	color:#000;
}

.item{
	background-image:url(../images/about/Bullet.png);
	background-position: left center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	width:170px;
	position:relative;
	top:24px;
	left:0px;
	margin-bottom:16px;
}

.item a{
	text-decoration:underline;
}

#free_test{
	position:relative;
	left:24px;
	top:36px;
	float:left;
}

#sidebar_footer{
	background-image:url(../images/about/sidebar_footer.gif);
	background-repeat:no-repeat;
	width:178px;
	height:6px;
	position:relative;
	left:40px;
	top:6px;
	float:left;
	clear:left;
}

