/* CSS Document */

#leftcontent {
	color: #c60;
	position: absolute;
	min-height: 600px;
	margin: 0 0 0 0;
	padding: 60px 10px 0 10px;
	width: 200px;
	left: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: expression(this.scrollHeight > document.getElementById('pagebody').scrollHeight  ? ""+this.scrollHeight+"px" : ""+document.getElementById('pagebody').scrollHeight+"px");
}

#leftcontent h2{
	font-size:17px;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#leftcontent p{
	margin:0 0 0 0;
	padding:5px 0 0 0;
}
#leftcontent a:link{
	text-decoration:none;
	color:#c60;
}
#leftcontent a:visited{
	color:#666;
}
#leftcontent a:hover{
	text-decoration:underline;
	color:#999;
}


#quickguide {
	color:#399;
}

