@charset "utf-8";
/* CSS Document */

#rightcolumn {
	width:240px;
	top:198px;
	left:700px;
	position:absolute;
	color:white;
	background-color:#205f78;
	background-image: url(../images/rightcolumngradient.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
#rightcolumn #rsna {
margin-left:17px;
margin-top:14px;
margin-bottom:14px;
margin-right:14px;
	position:relative;
	float:left;
display: inline;  /* <---Solution for bug IE6 */ 
}
#rightcolumn .headlinebanner {
	position:relative;
	float:left;
background-color:#376f86;
width:200px;
color:white;
height:17px;
padding-left:20px;
padding-right:20px;
padding-top:3px;
margin-top:0px;
margin-bottom:8px;
font-size:12px;
}
#rightcolumn .text {
color:white;
background-color:transparent;
padding-left:20px;
padding-right:20px;
margin-top:0px;
margin-bottom:10px;
font-size:11px;
	position:relative;
	float:left;
	line-height:120%;
}
#rightcolumn a{
color:white;
text-decoration:none;
}