table#header {
  clear: left;
  margin: 0 1px 0 10px;
}

table#header td#headerleft {
  width: 551px;
  height: 347px;
}

table#header td#headerleft td.middle {
  text-align: center;
}

table#header td#headerright {
  padding-left: 10px;
}

div#whatsnew {
  margin: 1px 10px 0 0/*571px*/;
  padding: 2px;
  width: 215px;
  background-color: #812f90;
}

div#whatsnew h1 {
  margin: 0;
  /*padding: 15px;*/    /* used for real text */
  color: #812f90;
  text-align: center;
  font: 29px "Blox", Trebuchet, sans-serif;
  background: white url(../img/background_h1_home_yellow.gif) repeat-x top left;
}

div#whatsnew div {
  padding-top: 2px;
  overflow: auto;
  height: 279px;
  background-color: white;
  font-size: 11px;
  line-height: 12px;
  color: #333333;
}

div#whatsnew div div#firstitem {
  background-color: #d5eefb;
}

div#whatsnew div div {
  height: auto;
  padding: 0;
}

div#whatsnew h4 {
  margin: 0;
  padding: 10px 5px 0 5px;
  color: #386886;
  font: bold 12px/14px Trebuchet, "Trebuchet MS", Verdana, sans-serif;
  border-top: 2px dashed #812f90;
}

div#whatsnew div div h4 {
  color: #812f90;
  font-size: 14px;
  border: none;
}

div#whatsnew div h4 a {
  /*color: #386886;*/
  color: blue;  /* They INSIST on making this blue and the CMS doesn't make it easy for them. */
  text-decoration: none;
}

div#whatsnew div h4 a:hover {
  color: #386886;
  text-decoration: underline;
}

div#whatsnew div div#firstitem h4 a {
  color: #812f90;
  text-decoration: none;
}

div#whatsnew div div#firstitem h4 a:hover {
  text-decoration: underline;
}

div#whatsnew div img {
  float: left;
  margin: 0;
  padding: 11px 5px 0 5px;
}

div#whatsnew div div img {
  padding-top: 9px;     /* because there's 2px padding in the div containing this image, it pushes the image down*/
}

div#whatsnew p {
  margin: 0;
  padding: 0 5px 15px 5px;
}

/* middle of page */

table#maincontent {
  clear: both;
}

td#colleft {
  padding: 10px 0 20px 10px;
  width: 198px;         /* IE-specific style (I can't use ie.css because it's for site-wide IE styles */
}

html>body td#colleft {  /* use this hack instead to override the IE style above */
  width: 208px;
}

td#colleft td.middle {
  padding: 0;
  width: 194px;         /* width of Playground Wizard image */
}

td#colleft td.middle iframe {
  width: 100%;
  height: 287px;        /* IE-specific style (I can't use ie.css because it's for site-wide IE styles */
}

html>body td#colleft td.middle iframe {  /* use this hack instead to override the IE style above */
  height: 292px;
}

body.corporate td#colleft td.middle h1 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 0;
  background: none;
}

body.corporate td#colleft td.middle h2 {
  margin: 5px 0 0 0;
}

body.corporate td#colright table.rounded {
  width: 100%;
}

body.corporate td#colright td.middle h1 {
  margin: 0 0 0 175px;
  padding: 8px 10px 8px 10px;
  background: url(../img/background_h1_home_teal.gif) repeat-x top left;
  text-align: left;
}

body.corporate td#colright td.middle div.heading1 {     /* the div is to fake H1s with images -- NOW OBSOLETE -- I have a homepage-specific image replacement -- */
  margin-left: 177px;
  padding-left: 10px;
  background: url(../img/background_h1_home_teal.gif) repeat-x top left;
  font: 20px/20px "Blox", Trebuchet, sans-serif;
  text-transform: lowercase;
}

body.corporate td#colright td.middle ul {
  margin: 7px 0 0 0;
  padding: 0 0 0 25px;
  width: 155px;
  float: left;
  list-style: disc url(../img/bullet_teal.gif) outside;
}

body.corporate td#colright td.middle a {
  color: #386886;
  text-decoration: none;
  font: bold 12px/21px Trebuchet, "Trebuchet MS", Verdana, sans-serif;
}

body.corporate td#colright td.middle a:hover {
  text-decoration: underline;
}

