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

#DevisBox iframe {
  margin: 10px;
}


.refsite {
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 98%;
}
.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: 10px 0 0 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{
  font-size: 12pt;
  color: #07216B;
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-color: #07216B;
  padding: 3px 0 3px 25px;
  background: white url(/images/members/bluerightarrow.jpg) 5px 50% no-repeat;
  text-align: left;
}

.refsiteContent .refLinksBox {
  text-align: justify;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
}
.refsiteContent .refLinksBox h2{
  font-size: 12pt;
  color: #07216B;
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-color: #07216B;
  padding: 3px 0 3px 25px;
  background: white url(/images/members/bluerightarrow.jpg) 5px 50% no-repeat;
  text-align: left;
}
.refsiteContent .refLinksBox a {
  color: #07216B;
}

.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  : */
