html
{ height: 100%;
  width: 100%;
} 

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  color: #777 ;}

img
{ border: 0;}

h1, h2, h3, h4
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #43423F;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;}

h2
{ font: normal 150% 'century gothic', arial, sans-serif;
  color: #A4AA04;}

h3, h4
{ margin: 0;
  padding: 5px 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #A4AA04;}

h4
{ font: italic 95% arial, sans-serif;
  color: #000;}

a 
{ outline: none;
  text-decoration: NONE;
  color: #1293EE;}

a:hover
{ text-decoration: underline;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ height: 120px;}

#logo
{ width: 100%;
  position: fixed;
  height: 80px;
  z-index: 2;
  background: #4f6ac3;
  background: #008CBA;
}
  
#logo #logo_text 
{ width: 100%;
  top: 0px;
  left: 0;}

#logo h1
{ font: normal 250% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 22px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px grey;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #80FFFF;}

#menubar
{ width: 100%;
  height: 40px;
  position: relative;
  top: 80px;
  padding: 0;
  background: #b1c2ff;
  background: #00B2ED;
} 

ul#menu 
{width: 100%;
}

ul#menu, ul#menu li
{ float: left;
  Height: 40px;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;
}

ul#menu li a
{ letter-spacing: 0.1em;
  font: bold 125% 'Bree Serif', sans-serif;
  display: block; 
  float: center; 
  text-align: center;
  color: #f6f6f6;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  } 

ul#menu li 
{width: 33.33%;
 text-align:center;
}

ul#menu li a
{
  height:30px;
  padding-top:10px;
}

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{
  background: #009FD4;
}

#site_content
{ width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 00px 0% 50px 0%;
  background:white;
} 

#content
{ text-align: center;
  width: 100%;
  padding: 0;}

#footer
{ width: 100%;
  position:fixed; 
  color: white;
  left:0px; 
  bottom:0px; 
  height:20px; 
  padding: 10px 0 10px 0;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  text-align: center; 
  z-index: 2;
  background: #4caece;
  text-transform: uppercase;
  border-style: solid;
  border-width:1px;
  border-color:#696969;
  letter-spacing: 0.1em;}

#footer a
{ color: white;
  text-decoration: none;}

#footer a:hover
{ color: yellow;
  text-decoration: underline;}

#ad
{ width: 100%; 
  height: 50px;
  position:fixed; 
  left:0px; 
  bottom:40px;  
  z-index: 1;
  background: grey;
}  
  
table
{ margin: 0px 0 0px 0; 
  border-spacing:1em}

table tr th, table tr td
{ background: #3B3B3B;
  background: white;
  color: #FFF;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
 
.button {
    background-color: grey;
    border: none;
    color: white;
 	font: italic .80em 'trebuchet ms', arial, sans-serif;
	padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


.blue
{
background-color: #008CBA;
}

.green
{
background-color: #4CAF50;
}
.yellow
{
background-color: #E5C100;
}
.red
{
background-color: #f44336;
}
