html, body, div, img  {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div{
  position: relative;
}
img { 
 position: static;
} 
body {
  font-family: Arial, Sans Serif;
  color: black;
}

#main {
 width: 980px;
 margin-left: auto;
 margin-right: auto;
}
#content {
 font-size: 14px;
 padding: 20px 20px 30px 20px;
}
#content a, #boc a {
 color: #8d8a8a;
 text-decoration: none;
}
#content a:hover, #boc a:hover {
 color: #ca221b;
 text-decoration: underline;
}

#header a {
 margin-left: 0px;
 margin-top: 20px;
 display: block;
}
.grayText {
 color: #8d8a8a;
}
.line {
 background-color: #da251d;
 height: 3px;
 line-height: 1px;
 font-size: 1px;
}

#indexDomain td {
 width: 50%;
}
#indexDomain .domain {
 border-right: 1px solid black;
 background-color: white !important;
}

#partner {
 text-align: left;
 font-size: 16px;
 font-weight: bold;
}

#banner, #banner02 {
 background: transparent url('img/banner.gif') left top no-repeat;
 width: 350px;
 height: 19px;
 line-height: 1px;
 font-size: 1px;
 display: block;
 margin: 30px 0px;
 color: white;
}
#banner02 {
 background-image: url('img/banner02.png');
 background-repeat: no-repeat; 
 _background-image: expression('none');
 _filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://"+window.location.hostname+"/img/banner02.png', sizingMethod='crop')");
 height: 40px;
 margin: 10px 0px 30px 20px;
}

.padLink {
 padding-bottom: 20px;
 padding-left: 25px;
 margin-top: -10px;
 display: block;
}

.footerText {
 font-size: 14px;
 line-height: 1.6em;
 color: #8d8a8a;
 font-weight: bold;
}

ul li {
 padding: 4px 0px;
}

table td {
 vertical-align: top;
}

#content .tPages th {
 border-bottom: 1px solid black;
}
#content .tPages td, #content .tPages th {
 padding: 4px 9px;
 text-align: left;
}
#content .domain {
 background-color: #dddddd;
 border-right: 1px solid black;
}
#content .tPages .domain a {
 color: black;
}
#content .tPages .domain a img {
 padding-right: 4px;
}
#content .tPages a:hover {
 color: #ca221b;
 text-decoration: underline;
}

h1, h2 {
 font-size: 20px;
 margin-top: 2em;
 margin-bottom: 0.3em;
}
h2 {
 font-size: 16px;
 margin-bottom: 5px; 
}

#divingDomain {
 padding: 40px 0px;
}
#divingDomain td {
 padding: 4px 9px;
}
#divingDomain a img {
 padding-right: 4px;
}


#divingDesc {
 * padding-top: 45px;
}
#divingDesc .leftVla, #divingDesc .rightVla {
 width: 50%;
 text-align: center;
 vertical-align: top;
}
#divingDesc .leftVla {
 text-align: left;
}
#divingDesc .rightVla img {
 margin: 10px;
}

#boc h2 {
 color: #da251d;
}
p {
margin-top: 5px;
 margin-bottom: 20px;
}