#leftcolumn { 
 color: #333; 
 background: #f1f1f1;
 margin: 0px 0px 10px 0px;
 width: 126px;
 height: 1700px;
 float: left;
 display:inline;
 padding: 2px;
 /*background:url("../images/left-column.jpg") no-repeat;*/
 border-bottom-style: solid; 
 border-bottom-color: black; 
 border-bottom-width: 1px;
 border-top-style: solid; 
 border-top-color: black; 
 border-top-width: 1px;
 border-right-style: solid; 
 border-right-color: black; 
 border-right-width: 1px; 
}
#leftcolumn a { 
 color: #014e82; 
 font-size: 13px;
 font-weight: bold;
 font-stretch: expanded;
 text-decoration: none;
}
#leftcolumn a:hover { 
 color: #ff6a00;
 text-decoration: underline;
}

#left_menu {
line-height:normal;
}
#left_menu ul {
margin:0;
list-style:none;
}

#rightcolumn { 
 float: right;
 display:inline;
 color: #000;
 background: #fff;
 margin: 0px 0px 10px 0px;
 width: 815px;
 height: 1700px;
 padding: 2px;
 display: inline;
 border-bottom-style: solid; 
 border-bottom-color: black; 
 border-bottom-width: 1px;
 border-top-style: solid; 
 border-top-color: black; 
 border-top-width: 1px;
 
}