body {
	background: url("image/bg.png") repeat-x scroll 0 0 #64adf9;
	margin: 0;
	padding: 0 0 48px;
	color: #333;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#header {
  text-align: center;
	background: #eeeeee;
	color: #FFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 75%;
}
#container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-color: #CCC;
	color: #333;
}
#content {
	padding: 0 2em 2em;
	background: #FFF;
	position: relative;
	min-height: 28em;
}


#footer-goto:before {
  content: "Go to:";
  float: left;
}
#footer-goto {
  line-height: 1.5em;
  list-style: none !important;
  padding: 0 !important;
}
#footer-goto li {
  margin-left: 4em;
}

#footer { 
	padding: 0 1em;
	background:#DDD;
	display: block;
	position: relative;
	height: 2.5em;
} 
#footer2 { 
  background-color: #f0f0f0;
	padding: 1em;
} 
#footer p {
	margin: 0;
	padding: 1em 0;
	color: #006;
}
#footer ul { 
	margin: 0;
	padding: 0;	
	list-style-type: none;
} 
#footer li { 
	float: left;
	position: relative;
	padding-right: 0.5em;
	padding-top: 3px;
	
} 

td {
	color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
}
th {
	color: #990066;
	padding-top: 1em;
	padding-bottom: 1em;
}

hr {
  border-width: 1px 0 0 0;
  border-color: gray;
  margin: 1.75em 0;
}

a {color: #900}
a:link {text-decoration: underline}
a:visited {text-decoration: underline}
a:active {text-decoration: underline}
a:hover {text-decoration: none}

a img {
  border: 0 none;
}

h1 {
	font-size: 2em;
  text-align: center;
}
h3 {
  margin-top: 1.3em;
  margin-bottom: 0.7em;
}
h4 {
  margin-bottom: 0;
}
h5 {
  margin: 0;
}

ul {
  line-height: 2em;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
}

dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.25em;
}

#resources {
  font-size: 0.875em;
  margin-left: 1em;
}
#resources h4 {
  text-decoration: underline;
}
#resources ul {
  list-style: none;
}

#Survey-Content #content ul {
  list-style: circle;
  padding-left: 1.75em;
}

#Rebuttals h2 {
  color: #906;
  text-align: center;
  font-size: 1.25em;
  margin: 1.25em 0 0.75em;
}
#Rebuttals div.R:before {
  content: "R:";
  display: block;
  float: left;
  font-weight: bold;
}
#Rebuttals div.I:before {
  content: "I:";
  display: block;
  float: left;
  font-weight: bold;
}
#Rebuttals p {
  margin: 0 1.75em 0.5em;
}
#Rebuttals div.comment {
    padding: 0 0 0.5em;
}