body,td,a,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.gisting_spage1 { display: inline; }
.gisting_spage1 p { display: inline; }

.gisting_spage2 { display: inline; }
.gisting_spage2 p { display: inline; }

form { padding: 0; margin: 0; }

#map { background-color: white; }

td.menu {
	vertical-align: top;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 213px;
	width: 204px;
	padding-top: 24px;
	padding-left: 6px;
	padding-right: 20px;
}
td.search {
	vertical-align: top;
	background-image: url(../img/green.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: White;
	padding-top: 5px;
	color:white;
}

table.search {
	width: 100%;
}
table.search td.text {
	color: White;
	padding-left: 5px;
	padding-right: 5px;
}
table.search td.input input {
	border-top: 1px solid #026000;
	border-left: 1px solid #026000;
	border-bottom: 1px solid #a5f100;
	border-right: 1px solid #a5f100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width:110px;
	padding-right: 3px; padding-left: 3px;
}
table.search td.bottom {
	padding-left: 5px;
	padding-right: 15px;
}

td.content,td.side {
	padding: 5px;
	vertical-align: top;
	background-color: White;
}
td.content {
	padding-left: 0px;
	padding-right: 0px;
}

td.side {
	background-image: url(../img/dot-down.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
td.footer {
	font-weight: bold;
	font-size: 10px;
	height: 21px;
	text-align: center;
	background-color: white;
	background-image: url(../img/green-botn.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	vertical-align: middle;
}
td.footer a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}
td.footer a:hover {
	text-decoration: underline;
	vertical-align: middle;
}
td.copyright {
	text-align: center;
	background-color: White;
	padding: 10px;
}

#pagename {
	font-size: 10px;
	color: white;
	background-color: #8fdf1f;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url(../img/green-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
}

#pagename .linkname a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

#pagename .linkname a:hover {
	font-size: 10px;
	color: white;
	text-decoration: underline;
}