#rightcolumn{
background-color: #ffffff;
}

#cartooltip{
position: absolute;
visibility: hidden;
background-color: lightyellow;
border: 2px solid red;
padding: 5px;
font-size: 120%;
font-weight: bold;
}
#leftcolumn{
float:right;
width:133px;
height: 400px;

padding: 0px 0px 8px 10px;
padding-left: 8px;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}
#leftcolumn a:hover{
background-color: #ABD0F1;
}
#rightcolumn{
float:none;
width:524px;
min-height: 400px;

margin-left: 0px;
padding:4px 6px 8px 0px;
padding-bottom: 8px;
}
* html #rightcolumn{ /*IE only style*/
height: 400px;
}
.leftcolumn1{
float:right;
width:150px;
height: 400px;
border: 3px solid black;
padding: 5px;
padding-left: 8px;

}

.leftcolumn1 a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}
.leftcolumn1 a:hover{
background-color: #FFFF80;
}
.rightcolumn1{
float:right;
width:550px;
min-height: 400px;
border: 3px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}
* html #rightcolumn1{ /*IE only style*/
height: 400px;
}
