body {
	margin: 0px;
	background-color: #8F2E00;
	background-image: url(../images/bg-wood-drk.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #FD923C;
	font-weight: normal;
	height: 100%;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FEC69A;
	font-weight: normal;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FD923C;
	font-weight: normal;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #FEC69A;
	font-weight: normal;
	background-color:#AD4200;
	padding: 10px 10px;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #FEC69A;
	font-weight: bold;
}
.main-tbl {
	background-color: #8F2E00;
	background-image: url(../images/bg-wood-lght.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height: 100%;
	width: 770px;
}
.nav-cell {
	width: 770px;
	line-height: 30px;
	font-weight: bold;
	text-align:center;
	height: 30px;
	margin: 15px 0px;
}
.nav-lnk:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #FD923C;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px;
}
.nav-lnk:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #FD923C;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px;
}
.nav-lnk:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FD923C;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 12px;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #690502;
	text-transform: capitalize;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #690502;
	text-transform: capitalize;
}
.img-border {
	border: solid 1px #420000;
	padding: 2px;
	background-color:#8F2E00;
	margin: 15px;
}
.border {
	border: solid 1px #420000;
	padding: 2px;
	background-color:#8F2E00;
	margin-top: 15px;
	width: 545px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	width: 770px;
	padding-bottom: 5px;
	margin-top: 20px;
	color: #FD923C;
}
.footer-lnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FD923C;
	text-decoration: none;
	text-align:center;
}
.footer-lnk:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FD923C;
	text-decoration: none;
}
.footer-lnk:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FD923C;
	text-decoration: none;
}
.footer-lnk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FD923C;
	text-decoration: underline;
}
li.decimal {
 	list-style-image: none;
	list-style-type: decimal;
}
hr {
	width: 400px; 
	height: 1px; 
	color: #420000; 
	padding-top: 0px; 
	padding-bottom: 5px;
	border: 0px;
	border-top: solid 1px #420000;
	margin:0px;

}