/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #82745a;
	height: auto;
}
table.nav {
	border: 1px solid #b1afa3;
	width: 900px;
	background: #b3b0a1;
}
table.nav td {
	padding: 0px;
	spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #d0cdc4;
}
table.nav a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #363614;
}
table.nav a:hover {
	background-color: #E49000;
	color: #363614;
}
#dropmenudiv {
	position:absolute;
	border:1px solid #b3b0a1;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	color: #363614;
	line-height:18px;
	z-index:100;
	background: #d0cdc4;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #b3b0a1;
	padding: 1px 0;
	text-decoration: none;
	color: #363614;
}
#dropmenudiv a:hover {
	background-color:#E49000;
}
table.main {
	vertical-align: top;
	border: 0px;
	width: 900px;
	margin-top: 5px;
	background: #ffffff;
}
table.main td {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #535353;
	background: #ffffff;
}
table.main tr {
	vertical-align: top;
}
table.main a {
	text-decoration: underline;
	color: #E49000;
}
table.main a:hover {
	color: #E49000;
	text-decoration: none;
}
.page_cat_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #93896E;
}
.title {
	font-size: 14px;
	line-height:18px;
	color: #3c3314;
	font-weight: bold;
}
table.boxes {
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.copy {
	vertical-align: top;
	border: 1px solid #e4e3df;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #e4e3df;
}
table.copy td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636452;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
}
table.copy a {
	text-decoration: none;
	color: #ffffff;
}
table.copy a:hover {
	color: #ffffff;
	text-decoration: underline;
}
table.downloads {
	width:100%;
	border:2px solid #b3b0a1;
}
table.downloads td {
	background-color:#d0cdc4;
}