html, body {
  height: 100%;
}

body { margin: 0; background: #f6f4ed; }
div { text-align: left; }
body, div, table, input, select, textarea {
  font-family: Trebuchet MS, arial, helvetica, sans-serif;
  font-size:10pt;
  /*color: #5d5d5d;*/
  color: #000;
}


td b, h1, h2, h3, h4, h5, h6 {
  color: #000; }
}

a { text-decoration: underline; color: #000; }
a:link { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; color: #000; }

.pdf {
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
  color: #545454;
}

#container { 
  background: url(images/bgtile.jpg) top left repeat-x; 
  text-align:center;
}

#headlogo {
  width:790px; margin:auto;
  text-align:center;
}

#headnav {
  width:790px; margin:auto;
}

#content {
  width:764px;
  margin:auto;
  padding:1em;
  height: 100%;
}

#survey {
	width: 600px;
	background: #FFCC66;
	border: 1px solid #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
}

#footer {
  padding-top: 0.4em;
  font-size:11px;
  /*border-top:1px solid #4b9db9;*/
  text-align:center;
  background: url(images/footer.gif) top center no-repeat;
}