/* Positioning Info */
#container {
	background: url('/images/2col_left_bg.gif') repeat-y;
}

#content {
	float: right;
	width: 610px;
}

#leftcol {
	width: 145px;
	float: left;
	background: transparent;
	clear: left;
}

/* first level */
#leftcol ul {
	margin: 0px;
	padding: 0px 0px 0px 1px;
	list-style-type: none;
}

#leftcol li {
	padding: 0px;
	background-color: #CFE0EB;
	margin: 2px 1px 2px 0px;
}

#leftcol li strong {
	margin: 0;
	padding: 4px 0 4px 10px;
	color: #6B9DC0;
	font: bold 11px arial, sans-serif;
}

#leftcol li a {
	margin: 0;
	padding: 4px 0 4px 10px;
	display: block;
	width: 133px;
	color: #6B9DC0;
	font: bold 11px arial, sans-serif;
	text-decoration: none;
	line-height: 14px;
}

#ie5hackstyle1 { display: none; }
#ie5hackstyle2 { height: 0; }

#leftcol li a:hover {
	background: transparent url('/images/leftnav_sub_over.gif') no-repeat 1px 6px;
}

