body {
	background-color:#669966;
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
	text-color: #ffffff;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-align:center;

}
#main {
	background-color:#ffffff;
	margin: 20 auto 0 auto;
	width: 700px;
	text-align:left;
	border: 1px solid #006600;

}
#header {
	height: 166px;
}

#content {
	margin: 0 auto 0 auto;
	width: 700px;
	text-align:left;
}

ul#menulist {
	position:relative;
	top:-8px;
	left:8px;
	padding:0;
	margin:0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	width: 562px;
}

#header ul {
	background: #666666;
	height: 23px;
	margin:0px;
	padding-top: 1px;



}

#header li {
	display:inline;
}

#header li a {
	text-color: #ffffff;
	color: #ffffff;
	background: #669933;
	padding: 4px 18px 4px 17px;
	height:25px;
	text-decoration: none;
	margin:-1px;
}

#header li a:hover {
	background: #89B55C;
}

h1 {
	text-color: #ff0000;
	color: #ff0000;
	text-align:center;
	margin:0 15px 15px 15px;
	padding:0;
	font-family: verdana;
	font-size: 20pt;

}

h2 {
	text-color: #006600;
	color: #006600;
	text-align:left;
	margin:0 15px 15px 15px;
	padding:0;
	font-family: verdana;
}

p {
	margin: 0 15px 15px 15px;
	text-align:left;
}

#copyright {
	text-align: center;
	margin: 10px auto;
	font-size: 8pt;
}

.bold {
	font-weight: bold
}

div.feedback {
	font-style: italic;
	background: #E1F9DD;
	padding:5px;
	margin: 0 45px 15px 45px;
}

div .textfeedback {
	margin-bottom:5px

}

.signature {
	text-align: right;
	margin-bottom:0px
}

#header table {
	border-spacing:0;
	margin:0;
	padding:0;
	width:100%;
	height:41px;
}

#content img {
	margin: 5px 15px 15px 15px;
	border: 0;
	float:right;
}

#service {
	float: right;
	width: 130px;
	text-align: center;
	margin:0 0 15px 15px 15px;
}

#service img.process {
	background-color: #ffffff;
	color: #ffffff;
	border: 0;
	width:100px;
	margin: 0 15px 4px 15px;
	clear:right;
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;

}

#service  a:hover img.process {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}