/* Note: Keep this file in sync with "two_col.css" */

div.tri_col_divider {
	float:                left;
	background-image:     url(../images/redesign/body_pipe.png);
	border:               0;
	background-repeat:    no-repeat;
	background-position:  top left;
	height:               500px;
	width:                2px;
	margin:               0;
	padding:              0;
}
#topcontent {
	margin-top: 5px;
	padding-top: 5px;
	background-image:     url(../images/home_files/top_news.png);
	background-repeat: no-repeat;
	font: bold 18px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	height: 49px;
	text-indent: 20px;
}
#leftcontent {
	float:left;
	width:234px;
	text-align: left;
	height: 100%;
	border-left: 0 none;
	padding-top: 5px;
}
#middlecontent {
	float:left;
	width:436px;
	text-align: left;
	height: 100%;
	border-left: 0 none;
	padding-top: 5px;
}
#rightcontent {
	float:left;
	padding-top: 5px;
}

