
div#RightcontentDisplayContainer {
left: 0
}
padding: 0 0px 0 7px;
margin: 0 0 30px 0;
position: absolute;
left: 190px;
max-width: 920px;
min-width:775px;
border-left: 0px dotted #cccccc;
/*border-right: 1px solid #666666;
 border-right: 1px solid #e7ebee;*/
 border-right: 1px solid #ccc;
min-height:65%;
}
/* IE HACK FOR CONTENT MIN-WIDTH & MAX-WIDTH */
* html  #RightcontentDisplayContainer {

width: expression(document.body.clientWidth < 800? "774px" : document.body.clientWidth > 920? "920px" : "auto");
height: 65%;
}
/* END IE HACK */
/* IE HACK FOR CONTENT MIN-WIDTH & MAX-WIDTH */
* html  #pageInclude {
overflow: auto;
width: expression(document.body.clientWidth < 800? "774px" : document.body.clientWidth > 920? "920px" : "auto");
padding: 0 20px 0 0px;
margin: 0 0px 0 0;
}
/* END IE HACK */
