@charset "utf-8";
/* CSS Document */

#leftcolumn{
float:left;
width:600px;
height: 200px;
padding-left:50px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;

}


#rightcolumn{
float:left;
width:640px;
height: 280px;
background-repeat:no-repeat;
margin-left:0px;
}

* html #rightcolumn{ /*IE only style*/
height: 295px;
}

.rightcolumn{
float:left;
width:640px;
height: 280px;
background-repeat:no-repeat;
margin-left:0px;
}

* html .rightcolumn{ /*IE only style*/
height: 295px;
}

.rightcolumn-left{
width:200px;
float:left;
margin-left:5px;
color:#333333;
}

.rightcolumn-left h2{
font-size:13px;
font-weight:bold;
padding-left:0px;
}

.rightcolumn-left h3{
font-size:13px;
text-align:justify;
}

.rightcolumn-left h4{
font-size:13px;
text-align:justify;
}

.rightcolumn-left p{font-size:13px;font-weight:normal;color:#6b6969;text-align:justify;line-height:19px;margin-top:5px;}

.rightcolumn-left-image{
float:left;
padding:0 10px 0px 0px;
margin-top:9px;
}

.rightcolumn-right{
	width:260px;
	float:left;
	margin:0 0 0 10px;
	padding-left:20px;
	border-left:1px dashed #999999;
	font-size:11px;
	color:#666666;
}

.rightcolumn-right h3{
font-size:11px;
font-weight:bold;
padding-bottom:5px;
}

.rightcolumn-right ul{
list-style:none;
margin-top:3px;
}

.rightcolumn-right ul li{
background-image:url(../new-stellar-images/inner-pages/bullet-f.jpg);
background-repeat:no-repeat;
background-position:0px 7px;
padding:2px 0 2px 15px;
line-height:19px;
font-size:13px;
}

.pa-text{color:#6b6969;}
