/* CSS Document */

/*

 	sub navigation styles

#leftcontent {
	float:left;
	width:175px;
	margin:70px 0 0 20px;
	padding:0;
	text-align:left;	
}
*/
#leftcontent {
	color: #666;
	background: #FFFBF0 url(/img/leftcontent/background_leftcontent.jpg) repeat-x 0 0;
	position: absolute;
	min-height: 600px;
	margin: 0 0 0 0;
	padding: 43px 10px 0 10px;
	width: 200px;
	left: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*height: 100%;
	border: 1px solid #000;*/
	height:600px;
	/*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, #leftcontent a:visited{
	text-decoration:none;
	color:#399;
}
#leftcontent a:hover{
	text-decoration:underline;
}


#quickguide {
	color:#399;
}
