
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(images/back.jpg);
	background-position: left;
	background-repeat: repeat-x;
} 
 
#pagewidth{
	
	width: 60%;
	height: auto;
	z-index: 1;
	left: 15%;
	top: 5%;
	display: block;
	position: relative;
} 
 
#header{
	height: 130px;
	background-color: #ddddbb;
	width: 100%;
	z-index: 2;
} 
#headerleft{
	background-color: #ddddbb;
	width: 150px;
	height: 109px;
	margin-left: 1%;
	position: absolute;
	z-index: 3;
	margin-top: 1%;
	margin-bottom: 1%;
}
#headerright{
	background-color: #ddddbb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	height: 109px;
	margin-right: 1%;
	float: right;
	z-index: 4;
	margin-top: 1%;
	margin-bottom: 1%;
}
#navbar{
	background-color: #eee8aa;
	width: 100%;
	height: 30px;
	z-index: 5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
}

#navmenu{
	z-index: 6;
	padding: 1%;
	text-align: right;
	vertical-align: middle;
}

.hovermenu{
	list-style: none;
	display: inline;
	margin-left: 1%;
	
}

a:link              {
	color: blue;
	text-decoration: none;
}
    a:visited           {
	color: blue;
	text-decoration: none;
}
    a:hover             {
	color: blue;
	text-decoration: underline;
}
    a:active            {
	color: blue;
	text-decoration: none;
}



a.hovermenu:link {

text-decoration: none;
color: #000000;
background-color: #eee8aa;

}
 a.hovermenu:visited { 
 color:#000000; 
 text-decoration:none; 
 }
 
a.hovermenu:hover {
	background-color: #f0e68c;
	
	border-bottom: thin outset #000000;
	border-right: thin outset #000000;
}

  a.hovermenu:active  { 
  color:#000000; 
  text-decoration:none; 
  }
  
   #maincontent{
   	width: 100%;
	height: auto;
	z-index: 7;
   }
#main{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: #ffffff;
	padding: 1%;
}


#footercontent{
	width: 100%;
	height: auto;
	z-index: 8;
	
}
 
#footer{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color:  #eee8aa;
	padding: 1%;
 } 
 
img.picture {
	
	float: right;
	margin-bottom: 1%;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 1%;
	z-index: 7;
}
span.pictureleft {
	margin-bottom: 1%;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 1%;
	z-index: 8;
	text-align: left;
	vertical-align: middle;
}
span.pictureright {
	margin-bottom: 1%;
	margin-left: 15%;
	margin-right: 1%;
	margin-top: 1%;
	z-index: 9;
	vertical-align: middle;
	text-align: right;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p.question{
	font-style: italic;
	font-weight: bold;
}