/* Three Column Format, Menu on the Left Style */

#pageframe{}
#pagepanel{
  margin-left:               20em;
  }
#coreframe{
  /* border-right:              0.05em dotted transparent; */
  /* border-left:               0.05em dotted transparent; */
  margin-right:              18em;
  }
#corePanel{
  display:                   inline;
  float:                     right;
  width:                     100%;
  }
#mainframe{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#moreframe{
  display:                   inline;
  float:                     right;
  margin-right:              -18.05em;
  width:                     18em;
  }
#menuframe{
  display:                   inline;
  float:                     left;
  margin-left:               -20.05em;
  width:                     20em;
  }

