/*start with general settings and body*/

* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#6B0304;
  text-align: left;
 }

 #justCentre {background-color: transparent; text-align: center}

/*outer wrapper */
#Outwrapper {
  background-color:#000000;
  background-position: top center;
   border: #999999 solid 1px;
  padding: 1px;
  margin: 0;
  width: 550px;
  height: auto;
}


/*main text wrapper*/
#wrapper {
  background-color: #ffffff;
  background-image: url("../images/popUpBG.gif");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0;
   border: 0;
   margin: 3px;
  height: 99%;
  width: 99%;
  text-align: center;
}

/*main text wrapper*/
#wrapperTHKS {
  background-color: #D9C593;
  padding: 0;
   border: 0;
   margin: 3px;
  height: 99%;
  width: 99%;
}


/*--fonts and sizes for headings paragraphs*/
h1 {
 color: #B87D38;
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  }

h2 {
 color: #6B0304;
  font-size: 1.8em;
  font-weight: bold;
   text-align: center;
}

h3 {
font-size: 1.8em;
color: #6B0304;
letter-spacing: 1px;
font-weight: bold;
}

p, li {  font-weight: normal;
  font-size: 1.4em;
  width: 90%;
  text-align: left;
  margin-left: 5px;
}


p.finePrint {font-size: 1.0em; padding-top: 10px; padding-bottom: 5px; color: #333333;}

td {font-size: 1.4em;
text-align: left; }

h1, h2, p {
    margin-left: 3px;
}

a {
color: #B87D38;
font-family: "Trebuchet MS", verdana, arial, sans-serif; 
font-size: 1.4em;
font-weight: bold;
}

a:hover {
color: #999999;
text-decoration: underline;
}


#webmailto a {
color: #B87D38;
font-family: "Trebuchet MS", verdana, arial, sans-serif; 
font-size: 1.2em;
font-weight: bold;
}

#webmailto a:hover {
color: #999999;
text-decoration: underline;
}


img {
border: 0;
}

#photo IMG {
border: 4px solid #ffffff;
}

#new {
color: #789F00;
text-transform: uppercase;
}

#breadcrumbs {text-align: left; padding-top: 100px; padding-bottom: 5px; padding-left: 12px; margin-top:0;}
#breadcrumbs a.topH1 {color: #000000; font-size: 0.8em; font-weight: bold; text-decoration: none; text-align: left }
#breadcrumbs a.topH1:hover {color: #999999; text-decoration: underline}
#breadcrumbs a.topH2 {color: #789F00; font-size: 0.8em; font-weight: bold; text-decoration: none; text-align: left }
#breadcrumbs a.topH2:hover {color: #999999; font-weight: bold; text-decoration: underline}
#breadcrumbs a.topH3 {color: #666666; font-size: 0.8em;  font-weight: normal; font-style: italic; text-decoration: none; text-align: left }
#breadcrumbs a.topH3:hover {color: #333333; text-decoration: underline}
#breadcrumbs a.topH4 {color: #999999; font-size: 0.8em; font-weight: normal; text-decoration: none; text-align: left }
#breadcrumbs a.topH4:hover {color: #666666; text-decoration: underline }

