      html, body { 
        height: 100%; width: 100%; margin: 0; 
      } 
      body{
        background-color:white; overflow:hidden; 
        font-family: "Trebuchet MS"; 
      }
      #header {
        /* background-image: url(../images/Moorefieldclip.png); background-repeat: repeat-x; */
		 background-image: url(images/Moorefieldcliplight.png); 
		 background-position: center; 
			background-repeat: no-repeat;		 
        margin: 2px;
        border: solid 4px #224a54;
        color:black; font-size:18pt; 
        text-align:center; font-weight:bold; height:70px;
      }
		  
      #subheader {
        font-size:small;
        color:black;
       /*  padding-left:20px; */
		text-align:center; font-weight:bold;
      }
      #rightPane{
        background-color:white;
        color:#3f3f3f;
        border: solid 2px #224a54;
        width:20%;
      }
      #leftPane{
        margin: 5px;
        padding:2px;
        background-color:white;
        color:#3f3f3f;
        border: solid 2px #224a54;
        width:20%;
     }
      #map {
        margin: 5px;
        border:solid 4px #224a54;
        -moz-border-radius: 4px;
      }
      #footer {
        margin: 2px;
        border: solid 2px #224a54;
        background-color:#ecefe4;color:#3f3f3f;
       font-size:10pt; text-align:center; height:40px;
      }
      .dijitTabInnerDiv{
        background-color:#ecefe4;
      }
      #tabs{
        padding:5px;
      }