/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px;
}

td {
	font-size: 11px}
a:link {
	color: #34492D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #34492D;
}
a:hover {
	text-decoration: underline;
	color: #34492D;
}
a:active {
	text-decoration: underline;
	color: #34492D;
}


p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	color: #384E30;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.gone {
	display: none;
}
#head {
	background-image: url(/images/header_02.jpg);
	height: 89px;
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2F4128;
}
#intro {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #648D53;
	text-align: left;
	padding: 10px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#footer {
	height: 31px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #273B20;
	background-image: url(/images/bg-footer.jpg);
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	padding-left: 15px;
	padding-top: 15px;
}
#container {
	border: 1px solid #273B20;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#container #intro ul {
	font-size: 15px;
}
#container #intro h2 a {
	margin: 0px;
	padding: 0px;
}

