* {
	padding: 0;
	margin: 0;
}
a:link {
	background-color: #FFFFFF;
	color: #000080;
}
a:link:hover {
	background-color: #FFFFFF;
	color: #FF0000;
}
a:visited {
	background-color: #FFFFFF;
	color: #000080;
}
a:visited IMG {
  border: none;
}
body {
/*	font-size: 90%;*/
	width: 100%;
	height: 100%; 
	background-color: white;
	color: blue;
	font-family: arial, sans-serif; /*12pt arial, sans-serif;*/
  min-width:700px;    /* Minimum width of layout - remove line if not required */
        							/* The min-width property does not work in old versions of Internet Explorer */
}
h1    {
  background-color: inherit;
	color: purple; 
  text-align: center;
	font-size: 1.5em;  /*18pt;*/
	font-style: normal;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}
h2 {
	font-size: 1.1em; /*16pt;*/
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 1em; /*12pt;*/
	font-style: normal;
	font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
hr {
  height: 4px;
  width: 50%;
  color: purple;
  background-color: purple;
}
html {
  font-size: 100%;
}
img {
  border: 0;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
table {
	font-size: 0.75em;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#bodycenter {
  padding: 40px;
/*  float: left;*/
  text-align: center;
/*  max-width: 50em;*/
}
#bodyleft {
  padding: 10px;
  width: 150px;
  text-align: center;
  float: left;
  font-size: 0.75em; /* 8pt; */
	background-color: inherit;
  color: blue;
}
#bodymain {
  width: 100%;
  padding: 0;
	clear: both;
}
#bodyright {
  padding: 10px;
  width: 180px;
  text-align: center;
  float: right;
}
#footer {
  width: 100%;
	font-size: 0.75em; /* 8pt; */
	background-color: inherit;
	color: purple;
	text-align: center;
	clear: both;
  margin: 0;
  padding: 10px;
}
#header {
  width: 100%; 
  height: 58px;
  background-image: url(headerbackground.jpg);
  background-repeat: repeat-x;
  text-align: center;
}        
#headercenter {
  height: 58px;
	background-color: inherit;
	color: purple;
}
#headerleft {
  background-image: url(windmill.jpg);
  width: 65px;
  height: 58px;
  float: left;
}
#headerright {
  background-image: url(windmill.jpg);
  width: 65px;
  height: 58px;
  float: right;
}
#wholepage {
	border: 0;
	overflow: hidden;
	width: 100%;
}	