@import url(../common/common.css);


/*This id can change based on teh TabName. Just copy the CSS, change the bg image, and the id is the tab name (minus spaces and lowercase)*/
#news-wrapper {height:100%;background-image: url(images/news_bg.jpg); background-repeat:no-repeat}

#left-side{float:left; width:213px; margin:51px 0 0 37px }

.title-pane
{


	width: 625px;
}

#left-body
{
	float: left;
	padding: 80px 25px 0px 50px;
	width: 675px;
}

#columnwrapper
{
	float: left;
	padding-top: 20px;
}

.content-pane 
{	
	float:left; 
	margin: 0px 25px 30px 0px; 
	width: 400px; 
	padding: 0px 12px 0px 0px;
}

.left-pane 
{ 
	float: left;
	margin: 16px 0 0 0;
}

/*===========Left Content Column==============*/

#content-left
{
	float: left;
	padding: 0;
	margin: 0;
}


/*===========Right Content Column==============*/

#content-right
{
	float: right;
	width: 205px;
	border-left: 1px solid;
	border-color: #dedede;
}

.right-column-content
{
	float: left;
	padding: 0px 20px;
}

.right-column-content a
{
	color: #4d8990;
	font-weight: bold;
}

.latest-news-container {display:block; clear:both; margin-bottom:25px; margin-top:5px; float:left; width:400px;}
.latest-news img {float:left; padding:0px 4px 2px 0px;}
