/* TAG DEFINITIONS */

/* CLASS DEFINITIONS */
	.right_column .left_column {
		width: 540px;
	}
	.right_column .right_column {
		width: 160px;
		border-left: none;
		padding: 10px 5px 0 25px;
		margin: 0;
		color: #ffffff;
	}
		.right_column .right_column h2 {
			margin: 0;
			line-height: 1em;
		}
		.right_column .right_column .h2_subtext {
			color: #ffffff;
			font-size: 1.9em;
		}
		.right_column .right_column a {
			color: #ffffff;
		}
		.right_column .right_column ul li {
			margin: 0 0 0 -10px;
			padding: 0 0 0 10px;
			font-size: .9em;
		}
		.right_column .right_column ul li.list_arrow {
			background: url(/images/list_arrow_white.gif) left 6px no-repeat;
		}
		.right_column .right_column ul li.last{
			margin: 0 0 25px -10px;
		}
			.right_column .right_column ul li ul {
				margin: 0 0 0 10px;			
			}
		
	.bars_blue {
		background-color: #6A99C1;
		position: relative;
	}
	.bars_blue ul {
		margin: 20px 0 0 0;			
	}
	.bars_blue .colorboxes {
		position: absolute;
		top: 0;
		left: 0;
	}
	.bars_orange {
		background-color: #f06428;
		position: relative;
	}
	.bars_orange ul {
		margin: 5px 0 0 0;			
	}
	.bars_orange .colorboxes {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.article {
		font-size: .9em;
	}
	.article p{
		font-size: inherit;
	}

/* ID DEFINITIONS */