@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:650px;
height: 268px;

background-repeat:no-repeat;
margin-left:0px;
}

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

.rightcolumn-left{
width:325px;
float:left;
margin-left:5px;
_margin-left:0px;
}

.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:295px;
float:left;
margin:0 0 0 10px;
padding-left:10px;
border-left:1px dashed #999999;
}

.rightcolumn-right h3{
font-size:1px;
font-weight:bold;
padding-bottom:5px;
}

.rightcolumn-right ul{
padding:0px;
margin:0px;
list-style:none;
}

.rightcolumn-right ul li{
background-image:url(../stellar-images/arrow.gif);
background-repeat:no-repeat;
background-position:left 7px;
padding-left:20px;
line-height:18px;
color:#6b6969;
}
