body {
  background: #C8C4C2 url(/images/pageBG.gif);
}

body, div, p {
  font-family: Verdana;
  font-size: 10px;
}

body #container {
  postion: relative;
  width: 798px;
  border: 1px #000000;
  background-color: #FFFFFF;
  border-style: solid;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  
}

.separator {
  width: 798px;
  margin-left: auto;
  margin-right: auto;
  clear: left;
}

#header {
  background: url('/images/logo.gif') no-repeat;
  margin-right: 44px;
  padding-top: 29px;
  width: 798px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

#header img{
  float:left;
}

#header ul {
  padding-left: 260px;
  width: 200px;
  text-align: right;
  list-style: none;
  float: left;
}

#header ul li {
  font-size: 12px;
  line-height: 1.5em;
}

#header ul li a {
  color: #00a85d;
  text-decoration: none;
}

#container #navigation {
  position: relative;
  left: 0;
  top: 172px;
  width: 798px;
  height: 44px;  
  background: url('/images/bg_nav.gif') repeat-x;
}

#navigation ul {
  padding-left: 36px;
  list-style: none;
}

#navigation ul li {
  width: 94px;
  height: 44px;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.3px;
  padding: 5px;
  background: url('/images/bg_navitem.gif');
  float: left;
}

#navigation ul li:hover, #navigation ul li.active {
  background: url('/images/bg_navitem_active.gif');
}

#navigation ul li a {
  color: #00a85d;
  text-decoration: none;
}

#content {
  margin-top: 10px;
  padding-left: 35px;
  width: 745px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#content #greybar {
  height: 350px;
  padding: 85px 10px 10px 20px;
  background-color: #A4A2A3;
  width: 205px;
  float: left;
}

form input {
  border: 1px solid #848283;
}

fieldset {
  clear: both;
}

fieldset label, fieldset input {
  float: left;
}

fieldset label {
  width: 60px;
  clear: both;
}

fieldset input {
  font-size: 10px;
  height: 12px;
  width: 120px;
  margin-bottom: 2px;
  border: 1px solid #848283;
}

#content {
  height: auto;
}

#content #body {
  width: 450px;
  padding: 85px 10px 10px 30px;
  float: left;
}

#content #body ul {
  list-style: disc;
  padding-left: 20px;
}

h1 {
  font-size: 20px;
  padding-bottom: 1em;
}

#content #greybar h2 {
  font-size: 12px;
}

#content #body h2 {
  font-size: 14px;
  color: #00a85d;
}

#content #body p {
  padding-bottom: 1em;
}

.clear {
  clear: both;
}

.colorbar {
  width: 798px;
}

.question {
  font-size: 11px;
  padding-bottom: 10px;
  clear: both;
}

.question label {
  width: 220px;
  float: left;
}

.question ul.checklist li {
  list-style-type: none;
  clear: both;
}

.question ul.checklist {
  list-style: none;
}

.question ul.checklist input {
  margin-right: 5px;
  float: left;
}

.question .checklist label {
  float: left;
  margin-top: 2px;
  display: inline;
}

.question textarea, .group .question input {
  float: left;
  width: 220px;
  margin-bottom: 5px;
}
