body {
  margin: 0;
  padding: 0;
  background: #fafafa url(img/bodybg3.gif) repeat-y scroll left top;
  color: #404040;
  font-family: Verdana,Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
* {
  margin: 0;
  padding: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fcenter {
  float: none;
  text-align: center;
}
.fclear {
  clear: both;
}
.inner_copy {
  border:  none;
  margin: -100% 0 0;
  padding: 0;
  overflow: hidden;
  color: #ff0000;
  float: right;
  width: 50% ! important;
  line-height: 0;
  font-size: 11px;
}
ul {
  margin: 5px 0 16px 5px;
  padding: 0;
}
li {
  margin: 0 0 8px 15px;
  padding: 0;
}
img {
  border: 1px solid #d0d0d0;
  margin: 10px auto 16px;
  padding: 1px;
  background: #ffffff none repeat scroll 0% 50%;
}
a {
  font-weight: bold;
  color: #d85d5d;
  text-decoration: none;
}
a:hover {
  color: #505050;
  text-decoration: underline;
}
a img {
  border-color: #d85d5d;
}
a img:hover {
  border-color: #d85d5d;
  background: #d85d5d none repeat scroll 0% 50%;
}
#wrap {
  width: 990px;
}
#leftside {
  background: #e0e0e0 url(img/sidebarbg.gif) repeat-y scroll right top;
  width: 220px;
  text-align: right;
  float: left;
}
#leftside h1 {
  margin: 20px 18px 0 5px;
  font-size: 1.8em;
  text-align: right;
  color: #d85d5d;
  letter-spacing: -2px;
}
#leftside h2, #leftside h3 {
  margin: 0 20px 18px 5px;
  color: #808080;
  font-size: 1.1em;
  text-align: right;
  font-weight: bold;
  letter-spacing: -1px;
}
#leftside h3 {
  margin: 20px 18px 4px 5px;
  color: #606060;
  font-size: 1.3em;
}
#leftside p {
  margin: 0 20px 18px 5px;
  font-size: 1em;
  color: #606060;
}
#leftside a {
  color: #808080;
}
#menu a {
  padding: 5px 18px 5px 0;
  background: #e0e0e0 url(img/sidebarbg.gif) repeat-y scroll right top;
  display: block;
  width: 202px;
  color: #606060;
  font-size: 1.6em;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -1px;
}
#menu a:hover {
  background: #f0f0f0 url(img/sidebarbg.gif) repeat-y scroll right top;
  color: #303030;
}
#menu a.active {
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  padding: 5px 18px 5px 0;
  background: #fafafa none repeat scroll 0% 50%;
}
#menu a.active:hover {
  background: #fafafa none repeat scroll 0% 50%;
  color: #505050;
}
#extras {
  width: 200px;
  float: right;
  color: #666666;
}
#extras h2, #extras h3 {
  border-bottom: 2px solid #b0b0b0;
  margin: 10px 0 12px;
  color: #606060;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
}
#extras p {
  margin: 0 0 15px;
  line-height: 1.4em;
}
#content {
  margin: 0 0 0 240px;
  padding: 10px 0;
  background: #fafafa none repeat scroll 0% 50%;
  width: 790px;
  font-size: 1.2em;
}
#content p {
  margin: 0 0 16px;
  line-height: 1.5em;
}
#content h1 {
  margin: 0;
  color: #d85d5d;
  font-size: 3.6em;
  letter-spacing: -4px;
  text-align: center;
}
#content h2 {
  margin: 0;
  color: #808080;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: -2px;
  text-align: center;
}
#content h3 {
  margin: 20px 0 10px;
  color: #d85d5d;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: -2px;
}
#content a {
  font-weight: normal;
}
#siteinfo {
  font-size: 0.8em;
}

/* table and cells in the research section, with in-line images */ 
table.restable {
	border-spacing: 10px 0; 
}

td.rescell {
	vertical-align: top;
}

.restable.items td{ 
	vertical-align: top;
}

.restable.items>tr>td{
	vertical-align: top;
}