body{
  font-family:arial,verdana,courier;
}
h1,h2,h3,h4,h5{
	color:#006600;
}
h1{
	background-image:url(images/h1_icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}
a{color:#9EB533;}
div#head{
   background-image:url(images/header.jpg);
   background-position:center;
   background-repeat:no-repeat;
   background-color:#AEDEFF;
   height:128px;
   width:100%;
   border-bottom:2px solid #000099;
   margin:0px;
}
div#content{
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}
div#foot{clear:both;
	background-image:url(images/bgOFF.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#006600;
	width:100%;
	height:50px;
	padding-top:11px;
	/*border-bottom:2px solid #336600;*/
}
div#foot_content{
	margin-right:auto;
	margin-left:auto;
	color:#006600;
	/*margin-top:11px;*/
	font-size:10px;
	width:800px;
}
#foot a:active, a:hover, a:visited, a:mailto{
	color:#9EB533;
}
#foot span{
	margin:0px 5px 0px 5px;
}
.dropshadow{
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 0 10px;
}
.dropshadow img{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #A9A9A9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Top menu styles */

#stylefour{position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #9EB533;
	text-align:center;
	width:auto;
	float:none;
}
#stylefour ul{margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	list-style-type:none;
	width:800px;
	float:none;
	}
#stylefour ul li{display:block;
	float:left;
	margin:0;}
#stylefour ul li a{display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#9EB533;
	background:#fff url(images/bgON.gif) no-repeat top left;}
#questionaire{
	width:300px;
	border:1px dotted #9EB533;
	padding:15px;
	text-align:right;}
#questionaire input{
	margin:2px 0px 2px 0px;}