#clearfooterleft {
  height: 34px; /*** TOTAL Height of Footer Rows ***/
  overflow: hidden;
}

#fullheightcontainer {

  position: relative; /*** Let's be nice to IE ***/
  width: 761px; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;
  margin-bottom: -30px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
  background: #E6E6E6; /*** Background colour of navigation column now ***/

  margin-left: auto;
  margin-right: auto;
}

 
html,body,p,div,img,li,ul,h1,h2,h3,h4,ol,dt,dd,dl,form,table,td,tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

html, body { height: 100%;}

/*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
body {
  min-width: 761px;
} 

input, select {
  margin: 0;
  padding: 0;
}


#wrapper {
  display: table-cell; /*** For non-IE browsers ***/
  position: relative; /*** Let's be nice to IE ***/
}

#outer {
  position: relative;
  margin-left: 196px; /*** Left Column Width ***/
  background: #F4F4F4; /*** Background colour of content column ***/
  height: 100%;
  border-left:4px solid white;
  border-right:4px solid white; 
}

#float-wrap {
  width: 100%;
  float: left;
  display: inline;
}

#clearheadercenter {
  height: 114px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearheaderleft {
  height: 114px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearheaderright {
  height: 114px; /*** TOTAL Height of Header Rows ***/
  overflow: hidden;
}

#clearfootercenter {
  height: 34px; /*** TOTAL Height of Footer Rows ***/
  overflow: hidden;
}



#clearfooterright {
  height: 34px; /*** TOTAL Height of Footer Rows ***/
  overflow: hidden;
}

#center {
  position: relative; /* fix for IE */
  width: 100%;
  float: right;
  height: 100%;
  display: table;
}

#left {
  float: left;
  display: inline;
  width: 200px; /*** Left Column Width ***/
  margin-left: -200px; /*** NEGATIVE Left Column Width ***/
  position: relative;
}

#right {
  float: left;
  display: inline;
  position: relative;
  height:100%;
  padding-left:0px;
}

#footer {
  z-index: 1;
  position: relative;
  width: 761px;
  margin-right:auto;
  margin-left:auto;
  height: 0;
}

#subfooter1 {
  margin: 0;
  background: #CCCCCC;
  text-align: center;
  height: 30px;
  overflow: hidden;
  border-top: 4px solid white;
}

#header {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}

#header-inner {
  min-width: 761px; /*** Minimum Content Width ***/
  height: 0;
  width:761px;
  margin-left:auto;
  margin-right:auto;
}

#subheader1 {
  margin: 0;
  background: #00326F;
  text-align: right;
  height: 20px;
  overflow: hidden;
}

#subheader2 {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  margin: 0 0 0 0;
  background-color: white;
  text-align: left;
  height: 70px;
  overflow: hidden;
}

#subheader3 {
  margin: 0;
  background: #CCCCCC;
  text-align: left;
  height: 20px;
  overflow: hidden;
  border-bottom: 4px solid white;  
}