body,
html {
   height: 100%;
   width: 100%;
   padding: 0px;
   margin: 0px;
   background-color: #195175;

   text-align: center;

   font-family: Verdana, Arial;
   font-weight: bold;
   font-size: 13px;
   color: #195175;
}

a,
a:active,
a:visited {
   color: #195175;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

table {
   font-family: Verdana, Arial;
   font-weight: bold;
   font-size: 13px;
   color: #195175;
}

#header {
   height: 175px;
   width: 100%;
   background-image: url('header-bg.gif');
   text-align: left;
   overflow: hidden;
}

#intro {
   width: 100%;
   background-color: #ffffff;
   padding-top: 1px;
   padding-bottom: 40px;
}

#separator {
   height: 28px;
   widht: 100%;

   background-color: #309adc;

   margin-bottom: 30px;
}

#websites {
   padding-bottom: 50px;
}

.info-block {
   width: 710px !important;
   width: 750px;

   margin-left: auto;
   margin-right: auto;

   background-color: #bfdff4;
   border: solid 1px #3096da;

   background-image: url('info-bg.gif');
   background-repeat: repeat-x;
 
   text-align: justify;
   font-weight: normal;

   padding: 20px;
   padding-top: 40px;
   position: relative;

   margin-top: 20px;
}

.heading {
   position: absolute;
   top: 0px;
   left: 0px;

   height: 20px !important;
   height: 23px;
   width: 725px !important;
   width: 748px;
   
   overflow: hidden;

   background-image: url('heading-bg.gif');

   padding-top: 3px;
   padding-left: 25px;

   font-weight: bold;
   color: #ffffff;

   z-index: 0;
}

#websites .info-block {
   padding-bottom: 10px;
   padding-left: 5px;
   
   width: 725px !important;
   width: 750px;
}

.arrow {
   position: absolute;
   top: 0px;
   left: 0px;

   height: 23px;
   width: 25px;

   background-image: url('heading-arrow.gif');
   background-repeat: none;
 
   z-index: 1;
}

#websites table {
   width: 740px !important;
   width: 720px;
}

td.col1 {
   width: 30px;
   vertical-align: middle;
   overflow: hidden;
}

td.col2 {
   width: 400px !important;
   width: 410px;
   vertical-align: middle;
   padding-left: 10px;
   overflow: hidden;
   text-align: left;
}

td.col3 {
   vertical-align: middle;
   font-size: 11px;
   overflow: hidden;
}

td.indent {
   width: 390px !important;
   width: 410px;
   padding-left: 20px;
   font-size: 12px;
   color: #40a1de;
}
