/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 h3 {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 30px;
	width: 170px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../images/h3.jpg) top center no-repeat;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}

#ja-col1 {
	float: left;
	width: 170px;
	padding-top: 0;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 170px;
	overflow: hidden;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}
