body {
	margin: 0px;
	background-image: url(assets/interface/background-top.jpg);
	background-repeat: repeat-x;
	background-color: #A03723;
}
#horizNav {
	text-align: right;
	padding-right: 24px;
	height: 30px;
	padding-left: 57px;
}
#brownCenter {
	padding-top: 13px;
	padding-bottom: 41px;
	background-color: #4e3f3e;
	background-image: url(assets/interface/background-bottom.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#brownCenter #centerContent {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#mainNav {
	margin: 12px 0px 12px 0px;
}
#mainNav a {
	width: 235px;
	padding: 5px 14px 5px 6px;
	display: block;
	text-align: right;
	color: #616161;
	text-decoration: none;
	font-family: "Helvetica Cyr Upright", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(assets/interface/b-off.jpg);
	background-repeat: repeat-x;
}
#mainNav a:hover {
	color: #FFFFFF;
	background-color: #675b51;
	background-image: none;
}
#mainNav #lastMenu a {
	border-bottom: 1px solid #e9e9e9;
}
#lastMenu a:hover {
	border-bottom: 1px solid #675b51;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #A03723;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #A03723;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #A03723;
}
h4 {
	font-family: "Helvetica Cyr Upright", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #A03723;
}
p, li, ol {
	font-family: "Helvetica Cyr Upright", Arial, sans-serif;
	font-size: 14px;
	color: #695A4E;
}
li {
	font-size: 14px;
	color: #695A4E;
	margin-top: 12px;
}
a {
	color: #A03723;
	text-decoration: none;
}
a:hover {
	color: #EE2900;
	text-decoration: underline;
}

#footer, #footer a {
	text-align: center;
	font-size: 10px;
	color: #D9DBDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#contentTable {
	font-family: "Helvetica Cyr Upright", Arial, sans-serif;
	font-size: 14px;
}
#footnote {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D1CE;
	padding-top: 12px;
}
#footnote p {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 7px;
	margin-bottom: 7px;
}
#counters {
	text-align: right;
	padding: 10px 18px 10px 18px;	
}