@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

.header {
	background: url(../images/headbg.jpg);
	height: 149px;
}
.logo {
	background: url(../images/headerbg.jpg);
	width: 960px;
	margin: auto;
	height: 149px;
}

.search {
	padding-top: 30px;
	padding-left: 720px;

}

.menu {
	width: 960px;
	margin: auto;
	text-align: center;
}

.menu a {
	display: inline;
}

.content {
	background: url(../images/contentbg.jpg);
	width: 960px;
	margin: auto;
	text-align: center;
}

.footer {
	background: url(../images/footerbg.jpg);
	height: 108px;
}

.foot {
	background: url(../images/footbg.jpg);
	width: 960px;
	margin: auto;
	height: 108px;
	color: #114903;
	font-size: 11px;
}
.foot a {
	color: #114903;
	font-size: 11px;
	font-weight: normal;
}#searchfield {
	color: #000000;
}

