body {
	background: #D6FFEB;
	margin: 0px;
	padding: 0px;
	font: 12px/20px Arial, sans-serif;
	color: #666666;

}
#topbar {
	background: #799400;
	height: 15px;
	width: 100%;
}
#wrap {
	width: 400px;
	padding: 20px;
}

#policywrap {
	padding: 20px;
}

h1 {
	text-transform: uppercase;
	color: #799400;
	font: bold 12px Arial, sans-serif;
	line-height: 50%;
}

#footer {
	background: #CCCCCC;
	height: 15px;
	width: 100%;
	border-top: 1px solid #999999;
}
.newshead {
	background: #CDF4D7;
	display: block;
	border: 1px solid #999999;
	padding-left: 8px;
	font-weight: bold;
	color: #799400;
	font-size: 14px;
}

.textbox {
	border:1px dotted #666666;
	background: #C9F3E2;
	color: #799400;
	margin: 2px;
}

#formbox {
	border: 1px dotted #799400;
	width: 400px;
}

.formstxt {
	text-align: right;
	padding-right: 5px;
}
a {
	color: #799400;
	text-decoration: none;
	font-weight: bold;
}

