body {
	margin: 0px;
	background: #FFF;
	padding: 0px;
	color: #033;
	width: 100%;
	height: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}
	
.subscribe{
	width: 12em;
}

.centre{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.submit input {
/*	margin-left: 4.5em; */
	color: #000;
	background: #CCFFCC;
	border: 0px;
}
.links {
list-style-type: none;
line-height: 2em;
}

.links caption {
font-weight: bold;
}

input, textarea{
	color: #003300;
	background: #CCFFCC;
	border: 1px solid #006666; 
	}
	
fieldset {
	border: 0px;
}

caption{
text-align:center;
}
/*
form {
	border-bottom: 1px solid #006666;
	border-right: 1px solid #006666;
}
*/	

#contactform {
margin-right: 20%;
margin-left: 20%;
padding: 20px;
min-width:200px;
max-width:800px;
height: auto;
font-size: 1.5em;
text-align: left;
}

#contactform p {
	text-align: left;
}

#contactform input {
	text-align: left;
}

.centre input {
	text-align: center;
}

html {
	height: 100%;
}


a {
  color: #006;
  textDecoration: underline;
}
  
a:hover{
color: #009;
textDecoration: underline;
background-color: #FC6;
}
  
#mainpage {
margin-right: 20%;
margin-left: 20%;
text-align: center;
padding: 20px;
min-width:200px;
max-width:800px;
height: auto;
font-size: 1.5em;
}

#mainpage img{
  padding: 4px;
  margin: 2px;
  border: 1px solid #396;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

#contactpage {
margin-right: 20%;
margin-left: 20%;
text-align: center;
padding: 20px;
min-width:200px;
max-width:800px;
height: auto;
font-size: 1.5em;
}


#contactpage table{
margin-left:auto;
margin-right:auto;
}

#contactpage th {
  text-align: right;
  }
 
#contactpage td {
  text-align: left;
}

#contactpage td, th{
	margin: 4px;
	padding: 4px;
 }
 
 #contactpage form, submit{
 padding: 0px;
 margin: 0px;
 }

 #contactpage th, td{
	vertical-align: middle;
	height: auto;
	}
 
#header {
	height: 118px;
	width: 1008px;
  clear: both;
  }
#menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#menu a {
	padding: 3px;
	margin: 10px 0px;
	border : 0px;
	/*
	2px solid #006;*/
	font-size: 1.5em;
  }

#menu a:hover {
	border: 0px;
/* 2px solid #009;*/
	color: #009;

}

#menu ul{
/*  list-style: none;*/
  display: inline;
}
    
#menu li{
	display: inline;
	margin: 4px;
	padding: 4px 0px;
}

#secmenu {
  margin: 20px;
  text-align: left;
  float: left;
  padding: 5px;
  border: 1px solid #CC0;
  background-color: #FFC;
}

#secmenu a {
	padding: 0px;
	margin: 2px;
	border : 0px;
	text-decoration: none;
	/*
	2px solid #006;*/
	font-size: 1em;
  }

#secmenu a:hover {
	border: 0px;
/* 2px solid #009;*/
	color: #009;
	background-color: #993;
}

#secmenu ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #990;
  background-color: #CC6;
  /*display: inline;*/
}
    
#secmenu li{
	/*display: inline;*/
	margin: 3px;
	padding: 0px;
}


#wrap {
	position: relative;
	min-height: 100%;
}

* html #wrap
{
height: 100%;
}

#footer{
position: relative;
background-color: #033;
color: #ffe;
clear: both;
width: 100%;
min-width: 1024px;
max-width: 100%;
min-height: 1.5em;
margin-top: -1.5em;
text-align: center;
}

#footer a{
text-decoration:none;
color: #FFF;
}
#footer a:hover{
text-decoration:none;
color: #FFF;
background-color: #033;
}

#footerleft {
float: left;
}

#footerright {
float: right;
}    

#map {
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
