body {
  /*background: #2F2F2F url(img/layout04.3.blackgray_cran.jpg) repeat-x;*/
  background: #2F2F2F url(http://www.langerresearch.com/img/bground.gif) repeat-x; /*layout05_01.jpg */
  color: #FFF;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 10pt;
}
h1 {
  font-size: 16pt;
  color: #43090a;
  margin-top: 0;
  margin-left: -20px;
  padding: 0;
}
h2 {
  font-size: 13pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
}
h3 {
  font-size: 10pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
h4 {
  font-size: 10pt;
  color: #43090a;
  margin-top: 0;
  padding: 0;
  text-align: left;
}
p {
  line-height: 1.4em;
}
img {
  border: none;
}
td img {
  display: block;
}
.clearFloat {
  clear: both;
  /*background-color: blue;*/
}
.spacer {
  height: 15px;
  /* background-color: blue;*/
}
#wrapper {
  width: 931px;
  margin: 0 auto;
  text-align: center;
}
#banner {
  top: 0px;
  height: 88px;
  width: 931px;
  margin: 0;
  padding: 31px 0 0 0px; /*padding: 31px 0 0 11px; */
  text-align: left;       
  /* */
  /*background-color: #99FFFF;
  */
}
#logo {
  /*margin: 35px 0 0 11px;*/
  width: 548px;
  height: 59px;
}
#nav {
  height: 18px;
  width: 931px;
  padding: 9px 0;
  margin: 0px;/*margin: 0px 11px 0 11px;*/
  color: #FFF;
  text-align: left;
  /*background-color: red;
  border: yellow 1px solid;*/
}

#contactLink {
  float: right;
  margin-top: -15px;
}
#links {
  float: left;
  /*border: red thin solid;*/
}
#content {
  width: 931px;
  text-align: left;
  /* border: solid red 1px; */
}
#content .pagePhoto {
  border: solid #666 1px;
  padding: 0px;
  margin: 0 0px 5px 35px;
  float: right;
}
#copy {
  position: relative;
  padding: 25px 40px 35px 40px;      
  background-color: #ECECEC;
  color: #000;
  margin: 38px 0px 0px 0px; /*margin: 38px 11px 0 11px;*/
  width: 849px;
  min-height: 285px;
  /*border: solid green 1px; */
}
#mainCopy {
  padding-bottom: 40px;
  border: solid #ECECEC 1px;  /*maintains margin-bottom*/ 
  font-weight: normal;
}
#backNext {
  font-weight: bold;
  text-align: center;
  /* padding: 10px 0 0 0;*/
  /*border: silver thin solid;*/
}
#resource {
  font-weight: bold;
  text-align: center;
  padding: 10px 0; 
  /*border: solid red 1px;*/
}
#backTo {
  font-weight: bold;
  position: absolute;
  bottom: 35px;
  /*border: solid red 1px; */
}
#top {
  font-weight: bold;
  text-align: right;
  /*border: solid blue 1px;*/
}
#tagline {
  margin: 25px auto 0 auto;
  width: 363px;
  height: 13px;
}
#footer {
  margin: 50px auto;
  text-align: center;
  font-size: 8pt;
  width: 931px;
  /*border: red thin solid;*/
}

/*LIST STYLES FOR ABC NEWS POLL LINKS*/
ul#pollLinks {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: bold;
}
li.pollLinks {
  list-style-type: none;
  line-height: 2em; 
  font-weight: normal;
}
#back {
  float: left;
  width: 400px;
  text-align: right;
  /*background-color: gray;*/
}
#next {
  float: right;
  width: 400px;  
  text-align: left;
  /*background-color: gray;*/
}
/*END*/

/*LINK RULES*/
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:link, a:visited {
  color: #690e10; /*#43090a;*/
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
/*a:hover { }
a:active {color: white;}*/

/*a:link, a:visited, a:hover, a:active {
text-decoration: none;
}
a:link, a:visited {
color: silver;
}
a:hover, a:active {
color: white;
text-decoration: underline;
}*/
      /*END LINK RULES*/
