body {
  color: gray;
  background:#ddd;
  width:800px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin:30px 7% 0px 1%;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

/* ###### Header ###### */

#header {
  background:#fff;
  width: 100%;
}

.subHeader {
  padding: 0.75em 1ex 1ex 5em;
  background:#fff;
}
.subHeader2 {
  padding: 0.75em 1ex 2ex 3em;
  background:#fff;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  display: inline;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy a {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

.column {
  background:#fff;
  float: center;
  width: 100%;
  text-align:center;
  height: 500px;
}

.column1 {
  background:#fff;
  float: left;
  width: 25%;
  height: 800px;
}

.column2 {
  background:#fff;
  float: left;
  width: 45%;
  height: 800px;
}

.column3 {
  text-align:center;
  background:#fff;
  float: right;
  width: 30%;
  margin-left: -1px;
  height: 800px;
}

.column11 {
  background:#fff;
  float: left;
  width: 20%;
  height: 800px;
}

.column22 {
  background:#fff;
  float: left;
  width: 40%;
  height: 800px;
}

.column33 {
  text-align:center;
  background:#fff;
  float: right;
  width: 40%;
  margin-left: -1px;
  height: 800px;
}


/* ###### Footer ###### */

#footer {
  color: #666666;
  background:#fff;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
  width: 70%;
  background:#CCCC99;
}

#footer .right {
  float: right;
  text-align: right;
  line-height: 1.45em;
  width: 30%;
  background:#CCCCCC;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}