.center {
	background-image: url(./images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	top: 0px;
	padding: 5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	height: 100%;
	width: 95%;
}
#navcontainer {
	background-color: #628260;
	top: 0px;
	right: 0px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	width: 180px;
	background-color: #628260;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #eee;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEEFD3;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
color: #231F20;
}

* html a:hover
{
visibility:visible
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #EEEFD3;
	background-position: center -5px;
	font-style: normal;
	top: 5px;
}
.auth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEFD3;
	font-weight: bold;
	background-position: center;
	vertical-align: text-top;
}
.navfonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEFD3;
	text-decoration: none;
	font-weight: normal;
	background-position: top;
}
.bodyplace {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tabletop {
	top: 25px;
	position: relative;
	left: auto;
	right: auto;
	padding: 3px;
	bottom: 25px;
}

