@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #202020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 100%;
}
.masthead {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ul.nav {
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
	text-align: center;
}
ul.nav li {
	display: inline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: -8px;
}
ul.nav a {
	border: none;
	padding: 6px 20px 6px 20px;
	margin: 0 0 0;
	background: url(assets/bg_menu.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
ul.nav a:hover {
	background-position: 0 -40px;
	color: #000;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #575757;
	background-color: #000;
	width: 920px;
	border-left: #553F00 solid 1px;
	border-right: #553F00 solid 1px;
	border-bottom: #553F00 solid 1px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
}
.footer a, a:visited {
	color: #575757;
	text-decoration: none;
}
.footer a:hover, a:active {
	color: #A00;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
.addressline {
	color: #A0A0A4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	background: url(assets/bg_content.jpg) no-repeat left top;
	background-color: #000;
	width: 920px;
	padding: 20px;
	border-left: #553F00 solid 1px;
	border-right: #553F00 solid 1px;
}
.maincontent {
	color: #C90;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
}
.maincontent p {
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.maincontent ul {
	margin-left: 10px;
}
.maincontent li {
	font-size: 14px;
	color: #C90;
}
.maincontent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-left: -10px;
}
.maincontent h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding-top: 10px;
}
.maincontent h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #D4DFFF;
	margin-left: -10px;
	border-bottom:  #7F5F55 1px solid;
}
.maincontent h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFBF0;
	margin-left: 0px;
	margin-bottom: -4px;
	padding-top: 20px;
}
.description p {
	color: #C90;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 150%;
	padding-left: 40px;
	padding-right: 20px;
	text-indent: 0px;
}