/**
 *################################################################
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *################################################################
 */
/*********************************
** Default page styles
*********************************/
html {
  margin: 0px;
  padding: 0px;

} 

body {
   background-color: #FFFFFF;
   margin-top: 30px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
td,
div {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   padding: 10px 0 0 0;
   margin: 0;
}
.style1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.style3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}
#facilitiesList {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 0;
   padding-left: 10px;

   margin-left: 5px;
}
#facilitiesList LI {
   list-style-type: circle;
}
.hidden {
   display: none;
}
#leftCol {
   background-color: #CCCC99;
}
#leftCol a,
#leftCol a:visited,
#leftCol a:hover {
   padding-bottom: 10px;
}
.mainPageTable,
#pageBody {
   background-color: #CCCC99;
}
#pageBody .paddOut {
   padding-right: 10px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}
.introTxt {
   display: none;
}
.splash {
   background-color: #CCCC99;
}
.thumb {
   border: solid 2px white;
}
.style6 {
   font-size: 14px;
   font-weight: bold;
}
a,
a:visited {
   color: #000000;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

.strong {
    font-weight: bold;
}
.special {
    background-color: #ff0000;
    color: white;     
}
