.link-title a {
  margin: -20px 0 0 0;
}

/* Hack IE7 and Below */
*:first-child+html .link-title a,
* html .link-title a {
  margin: 0;
}

#MainContent {
  margin: 0;
  font-family: arial;
  font-size: small;
  min-width: 700px;
  padding: 0 10px;
  /*position: relative;*/
}

.refsiteContent {
  width: 730px;
  display: block;
}

.refsite {
  margin: 0 auto;
  /* position: relative;*/
  padding: 0;
}
.refsiteMenu {
  display: none;
  width: 0px;
  overflow: hidden;
  vertical-align: top;
}
/*
.refsiteMenu h1 {
  background: #07216B;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px;
}
.refsiteMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.refsiteMenu ul li {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.refsiteMenu ul li a {
  display: block;
  background-color: #D6DDED;
  color: #07216B;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid white;
  text-decoration: none;
}
.refsiteMenu ul li a:hover {
  color: #07216B;
  background: #8FA8D1;
}
*/

.refsiteContent{
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: top;
}

.refsiteContent .refTextBox {
  font-size: 11px;
  text-align: justify;
}
.refsiteContent .refTextBox strong {
  font-weight: normal;
}
.refsiteContent .refTextBox h2{
  margin-bottom: 10px;
  clear: none;
  font-size: 14px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  padding: 3px 0 3px 16px;
  background: transparent url(/images/skin4/content/h2-arrow.jpg) 0 4px no-repeat;
  text-align: left;
  font-size: 14px;
}

.refsiteContent .refLinksBox {
  text-align: justify;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
}
.refsiteContent .refLinksBox h2{
  margin-bottom: 10px;
  clear: none;
  font-size: 14px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  padding: 3px 0 3px 16px;
  background: transparent url(/images/skin4/content/h2-arrow.jpg) 0 4px no-repeat;
  text-align: left;
  font-size: 14px;
}
.refsiteContent .refLinksBox a {
  color: #127DC9;
}

.refsiteContent .results {
  color: #07216B;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.back {
  text-align: center;
}

.back a {
  background: #E6E6E6;
  padding: 3px;
  border: 1px solid black;
  color: black;
  text-decoration: none;
}

.back a:hover{
  background: #CACBCC;
  text-decoration: none;
  color: black;
}

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1  : */

