/* custom scrollbar */
/********************/

#main{
	position:relative;
}
#main P{
	margin:0 0 10px 0;
}
#content_wrapper{
	/*background:blue;*/
	left:653px;
	position:absolute;
	top:0px;
	width:209px;
}
#content{
	color:#777;
	height:307px;
	overflow:auto;
	top:13px;
	width:185px;
}
#content2_wrapper{
	/*background:grey;*/
	left:281px;
	position:absolute;
	top:57px;
	width:330px;
}

#content2{
	color:#777;
	float:left;
	height:530px;
	overflow:auto;
	width:315px;
}

#newsLinks_wrapper{
	/*background:grey;*/
	left:944px;
	position:absolute;
	top:145px;
	width:650px;;
}

#award_wrapper{
	/*background:grey;*/
	left:400px;
	position:absolute;
	top:-115px;
	width:420px;
}
#award{
	color:#777;
	float:left;
	height:340px;
	overflow:auto;
	width:380px;
}


.text{
	margin:0 10px 10px 0;
}
.text STRONG{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding-top:10px;
}

.headlineText{
	margin:0 10px 10px 0;
}
.headlineText{
	font-size:12px;
	line-height:18px;
	letter-spacing:0px;
}
.headlineText STRONG{
	font-size:19px;
	color:#0099CC;
	letter-spacing:0px;
	line-height:21px
}
.headlineText P{
	font-size:12px;
	line-height:16px;
}
.headlineText H4{
	font-size:16px;
	color:#999;
	letter-spacing:0px;
	line-height:21px;
}
.headlineText A:hover{
	
}
.headlineText A{
	text-decoration:none;
}
.headlineText A:hover{
	color:#000;
}


#newsLinks{

	float:left;

	position:relative;

	width:650px;

	height:100px;

	z-index:1;	

	left: 944px;

	top: 145px;

	visibility: visible;

	overflow: auto;

	font-size:12px;

	line-height:16px;

}

.newsLinks {

	font-size:12px;

	line-height:16px;
	
	color:#0099CC;
	
	text-decoration:none;

}

#newsLinks STRONG, .prLinks STRONG{

	color:#000;

	font-weight:bold;

}



#newsLinks P, .newsLinks P{

	line-height:12px;
	
	color:#0099CC;
	
	text-decoration:none;

}

#newsLinks A, .prLinks A{

	display:block;

	text-decoration:none;

}

#newsLinks A:hover, .prLinks A:hover{

	color:#000;

}


#newsText{

	position:relative;

	width:330px;

	height:515px;

	z-index:2;

	left: -91px;

	top: 57px;

	visibility: visible;

	overflow: hidden;

	font-size:12px;

	line-height:14px;

}

.newsText {

	font-size:12px;

	line-height:14px;	
	
	color:#0099CC;
	
	text-decoration:none;

}

#newsText STRONG, .prText STRONG{

	font-size:14px;

	font-weight:bold;

	line-height:16px;

	padding-top:10px;

}

#newsText P, .prText P{

	line-height:14px;

}

#newsText A:hover, .prText A:hover{

	font-weight:bold;

}

#newsText A, .prText A{

	text-decoration:none;

}



.vScrollbar{
	float:left;
}
.vTrack{
	background:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
	position:absolute;
	width:15px;
}
.vThumb{
	background:#bfe5f2;
	height:15px;
	left:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:13px;
	margin-top:1px;
	margin-bottom:1px;
}
.redfont{
	color:#9A427E;
	font-weight:bold;
	line-height:25px;
	vertical-align:middle;
}
