body {
	background-color: #666666;
	background-image: url(../images/bg.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content_area {
	padding-top: 10px;
	padding-bottom: 15px;
}

.nav_item {
	background-color: #E1D5BD;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 30px;
}

.nav_item a{
	color:#5F4E2C;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icon_nav_off.gif) no-repeat;
}

.nav_item a:hover{
	color:#937944;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icon_nav_on.gif) no-repeat;
}

.footer {
	background-color: #F1ECE0;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer table td{
	font-size:11px;
	color:#5F4E2C;
}

.footer table td a{
	color:#5F4E2C;
	text-decoration: none;
}

.footer table td a:hover{
	color:#5F4E2C;
	text-decoration: underline;
}

.top {
	color: #999999;
}

.top a{
	color: #999999;
	text-decoration:none;
	padding-left:25px;
	background:url(../images/icon_top_off.gif) no-repeat;
}

.top a:hover{
	color: #333333;
	text-decoration:none;
	padding-left:25px;
	background:url(../images/icon_top_on.gif) no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #977C46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
h2 {
	color: #666666;
	font-size: 14px;
}

a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #977C46;
	text-decoration: none;
}

.subnav{
	color: #977C46;
	padding-bottom:5px;
}

.subnav a{
	color: #999999;
	text-decoration:none;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 10px;
}

.links_sitemap {
	color: #977C46;
	text-decoration: none;
}

a:hover.links_sitemap {
	color: #999999;
	text-decoration: underline;
}

