html, body {
  width: 100%; height: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  margin: 0; padding: 0;
}

div#container {
/*  background: white url(../img/bg-leftbar.png) -50px 0 repeat-y;*/
  height: 100%;
  max-width: 830px;
  width: 830px;
  /*background: white url(../img/bg-left.png) 99% 0% repeat-x;*/
  border-right: 1px solid #aec0e8;
}
div#container[id] {
  width: auto;
}

div#header-container {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100px;
  max-width: 830px;
}
div#header {
  color: white;
}
div#header a {
  border: none;
}
div#header a img {
  border: none;
}

div#left {
  position: absolute; top: 100px; left: 0;
  /*background: white url(../img/bg-left.png) top left repeat-x;*/
  background: #E3ECFD;
  width: 170px; height: 90%;
}

div#nav-left {
  padding-top: 0px;
}

div#main {
  padding-left: 170px; padding-top: 100px;
}

div#nav-top {
  /*margin-left: 170px; margin-top: 100px;*/
}

div#content {
  clear: both;
  max-width: 600px;
  padding-top: 40px; padding-left: 30px; padding-right: 30px;
  width: 600px;
}
div#content[id] { width: auto; }

div#nav-left ul {
  margin: 20px 0; padding: 0;
  list-style: none;
}

div#nav-left ul li {
  margin: 2px 0; padding: 0;
  list-style: none;
}
div#nav-left ul li a {
  display: block;
  padding: 4px 15px;
  background: transparent;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
div#nav-left ul li.cur a {
  background: white url(../img/bullet-menu.png) 90% 50% no-repeat;
}


div#nav-left ul li a:visited {
  color: black;
}

div#nav-top ul {
  display: block;
  margin: 0; padding: 0;
  list-style: none;
}
div#nav-top ul li {
  display: block; float: left;
  margin: 0; padding: 0;
  list-style: none;
}
div#nav-top ul li a {
  display: block;
  padding: 4px 0; margin: 0 15px;
  background: white;
  color: black;
  font-size: 12px;
  font-weight: bold;
}
div#nav-top ul li a:visited {
  color: black;
}

#content h1 { font-size: 140%; }
#content h2 { font-size: 130%; }
#content h3 { font-size: 120%; }
#content h4 { font-size: 110%; }

div#csc-mailform-submit input {
  font-size: 200%;
}

