body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #394C35;
	background-color: #0F140D;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td.content{
	margin: 0px;
	padding-top: 0px;
	padding-left: 2em;
	padding-right: 1.5em;
	text-align: justify;
	font-size: x-small;
}
td.contact{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0em;
	padding-right: 0.3em;
	text-align: left;
	font-size: x-small;
}
a, a:hover{
	color: #394C35;
	text-decoration: none;
}
a:hover{
	color: #9BCF91;
	text-decoration: none;
}
td.title {
	font-size: x-large;
	padding-top: 2em;
	padding-left: 0em;
	padding-bottom: 0em;
}
hr.top {
	color: #9BCF91;
	height: 2px;
	vertical-align: top;
	text-align: left;
}
hr.bottom {
	color: #9BCF91;
	height: 1px;
	text-shadow: #9BCF91;
	vertical-align: top;
}

ul {
	font-family:Times New Roman, Times, serif;
	padding: 0em 0em 0em 1em;
	margin: 0;
	list-style: none;
	background-color: #394C35;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	height: 0em;
}


li {
	float: left;
	position: relative;
	width: 150px;
	padding-top: 0.2px;
	padding-bottom: 0.2px;
	padding-left: 0em;
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
	border-top-style: none;
	height: auto;
}
li>ul { 
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { 
	display: block;
}
li a {
font-size:80%;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 90%;
	padding-left: 10%;
}
li a:hover {
	color: #FFFFFF;
	background-color: #65865E;
}


p.copyright{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #394C35;
	margin-top: -5px;
	margin-bottom: 2em;
}

