html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page as this will break the design ***/
  padding:0;
  border:0;
  width:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#EEEEEE;
  min-width:100%; /*** This is needed for moz.***/
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  position:relative; /*** Needed for IE, othewise header and footer aren't contained directly above and below the body ***/
  width:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
  /* *********************************************************************************************************************************** */
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/

  width:100%;
  min-width:100%; /*** This is needed for moz.***/
  min-height:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  width:100%;
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  background: #1f3ca2 url(../picz/site/border-right.jpg) right repeat-y;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
#container-center {
/*  z-index: 5;*/
}
#clearheadercenter{
  width:100%;
  height:140px; /*** needed to make room for header in center column ***/ 
  overflow:hidden;
}
#clearfootercenter{
  width:100%;
  height:52px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:100%; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +Both External Borders ***/
  height:52px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-51px; /*** negative height ***/
}
* html #footer {
  margin-top:-52px;
}
#subfooter1{
/*  background:#FFFFCC; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:52px; /*** sub-footer row height ***/
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:100%;
  height:140px; /*** = Top Margin+One Outer Border+header to body divider depth+subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
#subheader1{
  width:100%;
  background:#FFFFFF; /*** Background Color of Sub-header #1 ***/
  text-align:left;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:100%; /*** sub-header row height ***/
  z-index: 1;
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:100%; /*** = Center Col Width ***/
  background:#1f3ca2; /*** Set background color for center column for Mozilla & Opera ***/
}
#gfx_bg_middle_column{
  top:0px;
  float:right;
  height:100%;
  width:254px; /*** = RighPhoto Col Width ***/
  margin-right:0;
  background:#e2e848; /*** Set background color for right column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}