@charset "utf-8";
body {
	font: 100% Arial;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #713219;
	background-color: #664933;
	margin: 0px;
}
.oneColFixCtr #container {
	width: 604px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(none); /* this overrides the text-align: center on the body element. */
	visibility: visible;
	z-index: 1;
	margin: 20px auto;
	padding: 0px;
	height: 670px;
	text-align: center;
}
.tablecenter {
	border: 3px solid #713219;
	background: #CCBFA1;
	margin: 0px;
	padding: 0px;
}
.pfooter {
	font: 10px Arial;
	padding-top: -5px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
}
.tdbottom {
	border-bottom: 3px solid #713219;
}
.h1menu {
	font: bold 16px Arial;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	margin-bottom: 1px;
}
a:link {
	color: #713219;
	text-decoration: none;
}
a:visited {
	color: #713219;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #713219;
	text-decoration: none;
}
.pmenu {
	font: bold 14px Arial;
	color: #713219;
	text-align: left;
	margin: 5px 0px 1px 140px;
	text-decoration: none;
}
