body {
	background-image: url(../buttons/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #6AA902;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.cmswrapper {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
	display: block;
}
.print_head{ display:none;}
.cmswrapper .header   {
	background-image: url(../buttons/header.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 1024px;
	float: left;
	margin: 0px;
}
.cmswrapper  .main {
	width: 1000px;
	min-height: 480px;
	clear: both;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
.cmswrapper  .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.cmswrapper  .footer {
	float: left;
	width: 1024px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../buttons/footer.jpg);
	height: 61px;
}

a { outline: none;}
body, html {
	margin: 0px;
	padding: 0px;
}
div.print {
	background-image: url(../buttons/print.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 16px;
	display: block;
	cursor: pointer;
}
div.print:hover {
	background-image: url(../buttons/print.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 16px;
	display: block;
}
a.sitemap {
	background-image: url(../buttons/sitemap.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 16px;
	width: 19px;
	margin-right: auto;
	margin-left: auto;
}
a.sitemap:hover {
	background-image: url(../buttons/sitemap.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 19px;
}
a.contact {
	background-image: url(../buttons/mailus.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 12px;
	width: 20px;
}
a.contact:hover {
	background-image: url(../buttons/mailus.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 12px;
	width: 20px;
}
a.home {
	background-image: url(../buttons/home.png);
	background-repeat: repeat;
	background-position: center top;
	display: block;
	height: 18px;
	width: 19px;
}
a.home:hover {
	background-image: url(../buttons/home.png);
	background-repeat: repeat;
	background-position: center bottom;
	display: block;
	height: 18px;
	width: 19px;
}
.searchme  {
	background-image: url(../buttons/submit_search.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 24px;
	width: 24px;
}
