  #appcontent {
/*
    position: absolute; 
*/
  }

  #NMCommSidebarContent {
/*
    position: absolute; 
    background-color: #22DF88;
*/
    display: none;
    left:0;
    top:0;
    width: 200;
    height: 800;

    border-style: solid;
		border-width: 2;
		border-color: #C00000;
  }

  #NMCommCommbarContent{
/*    
    position: absolute; 
    background-color: #3333FF;
*/
    display: none;

    left:0;
    bottom:0;
    width: 800;
    height: 200;

    border-style: solid;
		border-width: 2;
		border-color: #00C000;
  }

  #NMCommRightbarContent{
/*  
    position: absolute;   
    background-color: #DF3333;  
*/
    display: none;

    right:0;
    top:0;
    width: 150;
    height: 800;

    border-style: solid;
		border-width: 2;
		border-color: #0000C0;
  }

