<!--

a { color: #485E30 }
p { color: #485E30 }

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }

table.vcenter {
	width: 100%;
	height: 100%;
	}

td.vcenter {
	vertical-align: middle;
	}

img.vcenter {
	vertical-align: middle;
	}

td.hcenter {
	text-align: center;
	}

div.menucontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	margin: 0 auto; */
	width: 599px;
	height: 400px;
	}

div.leftside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	height: 400px;
	text-align: right;
	}

div.rightside {
	position: absolute;
	top: 0px;
	left: 418px;
	width: 181px;
	height: 400px;
	text-align: left;
	}

div.middle {
	position: absolute;
	top: 0px;
	left: 181px;
	width: 237px;
	height: 400px;
	text-align: center;
	}


#page-info {
  position: none;
  display: none;
}
-->
