/* Generated by KompoZer */
body {
  margin: 0 0 1em;
  padding: 0;
  color: black;
  line-height: 130%;
  font-family: arial,helvetica,verdana,tahoma,sans-serif;
  text-align: center;
}

#wrapper-header {
  background: #ffffff none repeat scroll left center;
}
#header {
  border-left: none;
  border-right: none;
  margin: 0 auto;
  background: #ffffff;
  width: 73%;
  height: 200px;
  text-align: left;
  line-height: 180px ! important;
}

#mainmenu {
  border: 2px solid black;
  margin: 0 auto;
  padding: 2px 1%;
  background: red;
  width: 73%;
  color: white;
  letter-spacing: 0.15em;
  clear: both;
  text-align: left;
}


#mainmenu a:link, #mainmenu a:visited {
  color: black;
  text-decoration: none;
}
#mainmenu a:hover {
  color: white;
  text-decoration: none;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}

#submenu {
  border: none;
  margin: 0 auto;
  padding: 2px 1%;
  background: grey;
  width: 73%;
  color: white;
  letter-spacing: 0.15em;
  clear: both;
  text-align: right;
}






#header h1 {
  margin: 0;
  padding: 0 0 0 10px;
  color: red;
  font-family: "kristen ITC";
  font-size: 300%;
  letter-spacing: -1px;
  float: left;
}
#wrapper-menu {
  background: #ffffff /*url(images/menu-background.png) repeat-x scroll left top*/;
  float: left;
  width: 100%;
}
#menu {
  margin: 0 auto;
  font-size: 95%;
  white-space: nowrap;
  padding-right: 2px;
  width: 75% ! important;
}
* html #menu {
  padding-right: 0;
}
#menu ul {
  border-top: 1px solid #d4a017;
  border-bottom: 1px solid #d4a017;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  width: 100%;
}
#menu li {
  display: inline;
}
#menu a:link, #menu a:visited {
  border-right: 1px solid #5B391E;
  padding: 0.25em 1em;
  background: transparent none repeat scroll 0% 50%;
  font-family: "kristen ITC";
  color: #5B391E;
  text-decoration: none;
  float: left;
}
#menu a:hover {
  background: #ffffff url(images/menu-hover.png) repeat-x scroll 0% 50%;
  color: #485b06;
}
#content {
/*  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb; */
  margin: 0 auto;
  padding: 2em 0px 0px 0px;
  background: white none repeat scroll 0% 50%;
  width: 75%;
  font-size: 90%;
  text-align: left;
}
* html #content {
  padding-top: 0.8em;
}

ul
{
	list-style-image: url('images/red-tick-small.jpg');
}

ul li
{
	background-position: 0px 15px;
}


hr { 
   color: grey; 
   background: grey; 
   width: 100%; 
   height: 2px;
   border: none; 
} 

h1
{
  color: red;
  padding-bottom: 3px;
  font-family: arial;
  font-size: 200%;

}


h2 {

  color: black;
  padding-bottom: 3px;
  font-family: arial;
  font-size: 150%;
}


h3 {
  color: #a0c80e;
  padding-bottom: 3px;
  font-family: kristen ITC;
  font-size: 100%;
  letter-spacing: -1px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
h4 {
  color: black;
  font-family: arial;
  font-size: 150%;
}
h5 {
  color: #0066cc;
  padding-bottom: 3px;
  font-family: kristen ITC;
  font-size: 180%;
  letter-spacing: -1px;
}



p {
  margin-left: 1em;
}

div.third {
  width: 32%;
  float: left;
  border: no-border;
  margin: 3px;
}


div.horizontal {
  width: 100%;
  clear: both;
  border: no-border;
  padding: 0px;
  margin: 0;
}








input[type="submit"]
{
background-color:#a0c80e;
border-color: #226600;
border-style: outset;
margin: 1px;
font-weight: bold;
}

