/* Start of CMSMS style sheet 'Layout' */
body {
    margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
    }

#barLeft {
  border-right: 1px solid #E4E3DF;
  }    
#barRight {
  border-left: 1px solid #E4E3DF;
  }

#barCenter p {
  padding-left: 15px;
  padding-right: 15px;
  }

#centerDiv {
    width:985px; 
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
    padding:27px;
    }

.colorBar {
  height:22px;
  background: url(uploads/images/shadow.gif) repeat-x 0px 11px;
}

#colorCenterBar {
  width: 575px;
  }

#colorLeftBar {
  width: 188px;
  }

#colorRightBar {
  width: 220px;
  }

#contactCell {
  padding-left: 9px;
  }

img {
  border: 0;
  }

#logoCell {
  text-align: center;
  }

#siteMapCell {
  padding-left: 25px;
  }

#siteMapTable td { width: 110px;}

#siteMapTable h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  }

td {
  vertical-align: top;
  }
/* End of 'Layout' */

