html, body {
	background: #bce7b2;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #616161;
}

a:link, a:visited {
	color: #66cc66;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #66cc66;
	font-weight: bold;
	text-decoration: underline;
}

#containerbg {
	width: 800px;
	margin: 0px auto;
	background: #ffffff;
	text-align: left;
	padding: 0px;
	border: solid 1px #bed4c0;
}

#header {
	height: 100px;
}

#content {
	margin: 0px auto;
	text-align: center;
}


#logo {
	float: left;
	width: 286px;
	text-align: left;
}

#banner {
	float: right;
	margin: 16px 16px;
}

.myform {
	width: 440px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

label {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	float: left;
	display: block;
}

.furl {
	border: solid 1px #666666;
	background: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
	display: block;
	padding: 4px 4px 4px 4px;
	height: 25px;
	width: 200px;
}

.gobtn {
	float: left;
	background: url(images/check-btn.gif) no-repeat;
	height: 25px;
	width: 100px;
	margin-left: 10px;
	border: none;
}

#foot {
	width: 800px;
	text-align: center;
	clear: both;
	height: 98px;
	background: url(images/foot.jpg) repeat-x;
	margin: 0px auto;
	padding: 0px;
	padding-top: 20px;
	font-size: 12px;
}

.text {
	margin-top: -10px;
	margin-bottom: 5px;
	color: #ffffff;
}

#exampleurl {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 3px;
}

#description {
	font-size: 10px;
	margin: 15px;
	padding: 3px;
	text-align: left;
	background: #f5fff5;
	border: solid 1px #a6d3a8;
}


#links {
	font-size: 11px;
	margin-bottom: -12px;
	text-align: center;
}

li {
	font-size: 11px;
}