/* Two Column Format, Menu on the Left Style */

#pagepanel{
  margin-left:               20em;
  }
#coreframe{
  border-right:              none !important;
  border-left:               0.05em none transparent;
  }
#corePanel{
  display:                   inline;
  float:                     right;
  width:                     100%;
  }
#mainframe{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#moreframe{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#menuframe{
  display:                   inline;
  float:                     left;
  margin-left:               -20.05em;
  width:                     20em;
  }
#coreframe{
  border-left:               0.05em none transparent;
  }
#moreframe{
  border-top:                0.05em none transparent;
  }
#moreframe div.panel{
  float:                     left;
  width:                     20em;
  }
