@charset "utf-8";
/* CSS Document */

#leftcolumn{
float:left;
width:600px;
height: 200px;
padding-left:20px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
}


#rightcolumn{
float:left;
width:630px;
height: 270px;
padding:10px;
background-repeat:no-repeat;
margin-left:0px;
}

* html #rightcolumn{ /*IE only style*/
height: 260px;
}

.rightcolumn-left{
width:230px;
float:left;
margin-left:2px;
}

.rightcolumn-left h2{
font-size:12px;
font-weight:bold;
padding-left:0px;
}

.rightcolumn-left h3{
font-size:11px;
font-weight:normal;
color:#6b6969;
text-align:justify;
line-height:16px;
}

.rightcolumn-left-image{
float:left;
padding:0 10px 0px 0px;
}

.rightcolumn-right{
width:250px;
float:left;
margin:5px 0 0 20px;
padding-left:5px;
border-left:1px dashed #999999;
font-size:11px;
}

.rightcolumn-right h3{
font-size:11px;
font-weight:bold;
text-align:justify;
}

.rightcolumn-right ul{
list-style:none;
color:#6b6969;
}

.rightcolumn-right ul li{
background-image:url(../stellar-images/bullet-keyword.gif);
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:22px;
line-height:18px;
color:#6b6969;
text-align:justify;
}
