body
{
    background-image: url(images/bg.jpg);
    margin: 0px;
}
h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #00306C;
}
.sppttcolor
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #804000;
}

h2
{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    color: #fa8e03;
}
h3
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #585858;
}

.style1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 24px;
}
.style3
{
    font-size: 30px;
    color: #FFFFFF;
}
.style4
{
    color: #17C6E5;
}
.style5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
}

.style15
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.style5a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left:100px;
    border-left:100px;
}

.style6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
.style7
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #00306C;
}
.style9
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #17C6E5;
}
.style8
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.sitemap
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.container
{
    background-color: #ffffff;
}
.empty
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #BCBCBC;
}

.lightbox
{
    visibility:inherit;
    
    }

/* added classes by Whalley Websites */
.left
{
    text-align: left;
}



#disablingDiv
{
    /* Do not display it on entry */
    display: none;
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute;
    top:0%;
    left: 0%;
    width: 100%;
    height: 180%;
 
    /* make it white but fully transparent */
    background-color: Transparent;
    opacity: 0.5;
    filter: alpha(opacity = 0);
    text-align:center;
    zoom: 1;
    vertical-align:bottom;
    font-size:25px;
   }

.loaderdiv
{
  position:absolute;
  width:300px;
  height:100px;
  left:530px;
  top:600px;
  font-size:30px;color:red;
  background-color:Transparent;
  font-weight:bold;
  }
  
  
  .loader
  {
      
      
      }
