body {
	background-image: url(../images/main-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #4D0A20;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;	
}
#main {
	width: 100%;
	background-image: url(../images/main-bg-pattern.gif);
	background-position:center top;
	margin: 0px auto;
	background-repeat:no-repeat;
}
#main-body{
	width: 770px;
	padding: 0px;
	margin: 20px auto;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;	
	text-decoration: none;
}
a:hover {
	color:#4D0A20;
	text-decoration: underline;
}

#leftnav{
	background-color:#C4B8A1;
	text-align: left;
	width: 220px;
}
.leftnav-lnk{
	background-image: url(../images/nav-icon.gif);
	background-position:20px top;
	background-repeat: no-repeat;
	background-color: #C4B8A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #190014;
	padding-left: 55px;
	display:block;
}
.leftnav-lnk:link{
	color: #190014;
	text-decoration: none;
}
.leftnav-lnk:active{
	color: #190014;
	text-decoration: none;
}
.leftnav-lnk:visited{
	color: #190014;
	text-decoration: none;
}
.leftnav-lnk:hover{
	background-image: url(../images/nav-icon-ovr.gif);
	background-position:20px top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #190014;
	text-decoration: underline;
}
.main-pnl-bg {
	background-image: url(../images/main-pnl-bg.gif);
	background-position:left top;
	background-repeat: no-repeat;
	background-color: #C4B8A1;
}
.content-cell {
	padding: 25px;
	letter-spacing:1px;
}
.small-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;	
}
.fields {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;	
	letter-spacing: 0px;
	width: 175px;
}