body, html {
	background-color: #FFF;
	color: #000;
	font: medium Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#main {
	background-color: #FFF;
	margin: 10px 0px 10px 173px;
	padding: 10px;
	width: 610px;
	height: 1%;
}
#header {
	margin: 0;
}
#footer {
	text-align: center;
	font-size: 70%;
	width: 792px;
	margin: 10px 10px 10px 10px;
	border-top-style: groove;
	border-top-color: #900;
}
#nav {
	background-color: #FFF;
	margin: 0px;
	float: left;
	width: 155px;
	line-height: 38px;
}
#nav ul {
	margin: 0;
	padding: 0;
	border-width: 0;
	list-style: none;
	width: 100%;
}
#nav li {
	margin: 0px;
	width: 152px;
	position: relative;
	display: block;
	list-style-type: none;
}
#nav li li {
	margin: 0px;
	width: 152px;
	position: relative;
	top: -126px;
	display: block;
	list-style-type: none;
	line-height: 38px;
}
#nav li.port li {
	margin: 0px;
	width: 152px;
	position: relative;
	top: -168px;
	display: block;
	list-style-type: none;
	line-height: 38px;
}
#nav li.land li {
	margin: 0px;
	width: 152px;
	position: relative;
	top: 0px;
	display: block;
	list-style-type: none;
	line-height: 38px;
}
#nav li.tree li {
	margin: 0px;
	width: 152px;
	position: relative;
	top: -42px;
	display: block;
	list-style-type: none;
	line-height: 38px;
}
#nav ul ul, #nav li ul {
	position: absolute;
	z-index: 500;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	top: 0;
	left: 100%;
}
#nav ul li {
	position: relative;
}
#nav li:hover {
	z-index: 100;
}
#nav ul li a {
	height: 1%;
} 
#nav ul li:hover ul ul, 
#nav ul ul li:hover ul ul,
#nav li:hover ul ul,
#nav li li:hover ul ul {
	display: none;
}
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav li:hover ul,
#nav li li:hover ul {
	display: block;
}
#nav a {
	display: block;
	padding: 0px 0px 4px 0px;
	text-align: center;
	font-weight: bold;
	background-image: url(/style/button1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 38px;
	color: #FFF;
	white-space: nowrap;
}
#nav a:link, #nav a:visited {
	background-image: url(/style/button1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image: url(/style/button2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}
#nav a.parent {
	background-image: url(/style/button-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#nav a.parent:hover {
	background-image: url(/style/button-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#nav a.txt-link {
	background-image: none;
	background-color: #FFF;
	text-decoration: underline;
	color: #900;
	margin-top: -10px;
	text-align: center;
}
#nav a.txt-link:hover {
	color: #F00;
}
#wrapper {
	margin-left: auto; 
	margin-right: auto; 
	width: 812px;
	border-style: groove;
	border-color: #900;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	color: #C00;
}
h2 {
	font-size: 145%;
	color: #800000;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
h4 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #900;
	line-height: 1.4em;
}
h5 {
	font-weight: bold;
	font-size: 90%;
	color: #900;
}
.sm {
	font-size: small;
}
.big-ctr {
	font-size: large;
	text-align: center;
	line-height: 1.5em;
}
.sm-ctr {
	font-size: small;
	text-align: center;
}
.ctr {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.bold-ctr {
	text-align: center;
	font-weight: bold;
}
.ital {
	font-style: italic;
}
#main img {
	border: 0;
	padding: 0px;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.place {
	clear: both;
	margin-bottom: 10px;
}
#form td.col1 {
	vertical-align: top;
	text-align: left;
}
#form td {
	padding: 2px;
	border: hidden;
}
#form input.txt {
	color: #000000;
	background-color: #FFF;
	border: 1px ridge #666666;
	width: 300px;
}
#form textarea {
	color: #000000;
	background-color: #FFF;
	border: 1px ridge #666666;
	width: 300px;
}
#form input.btn {
	color: #000000;
	width: 100px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.img back {
	margin: 0;
	padding: 0;
}
hr.border {
	border-style: groove;
	border-color: #900;
}