* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	margin-bottom: 200px;
	padding: 0px;
	background-color: #000000;
	color: #cfcfcf;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

a {
	color: #DFB161;
	text-decoration: underline;
}

a:visited{
	color: #DFB161;
	text-decoration: underline;
}

a:hover {
	color: #DFC491;
	text-decoration: none;
}

.navigation {
	padding-left: 15px;
	width: 225px;
	float: left;
	font-size: 11pt;
	color: #EFEFEF;
	margin-top: 10px;
}

.navigation ul{
	list-style-type: none;
}

.navigation ul li {
	margin-bottom: 10px;
}

.navigation ul ul li {
	margin-bottom: 2px;
	font-weight: bold;
}

.navigation ul ul ul {
	margin-bottom: 10px;
	margin-left: 25px;
}

.navigation ul ul ul li{
	margin-bottom: 2px;
	font-weight: normal;
}

.navigation ul ul{
	display: none;
	list-style-type: none;
	font-size: 9pt;
	margin-top: 8px;
	margin-left: 20px;
}

.navigation a{
	color: #dfdfdf;
	text-decoration: none;
	border: none;
	border-bottom: dashed 1px #DFB161;
	cursor: pointer;
}

.navigation a:visited{
	color: #dfdfdf;
	text-decoration: none;
	border: none;
	border-bottom: dashed 1px #DFC491;
}

.navigation a:hover{
	color: #DFC491;
	border-bottom: dashed 1px #DFC491;
}


.navigation a.on{
	color: #DFC491;
	text-decoration: none;
	border: none;
	border-bottom: dashed 1px #DFC491;
	cursor: pointer;
}

.navigation a.on:visited{
	color: #DFC491;
	text-decoration: none;
	border: none;
	border-bottom: dashed 1px #DFC491;
}

.navigation a.on:hover{
	color: #DFB161;
	border-bottom: dashed 1px #DFB161;
}

.navigation ul ul a{
	color: #afafaf;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	border: none;
}

.navigation ul ul a:visited{
	color: #afafaf;
	text-decoration: none;
	margin-bottom: 10px;
	border: none;
}

.navigation ul ul a:hover{
	color: #ffffff;
	text-decoration: none;
	border: none;
}

.navigation ul ul ul a{
	color: #afafaf;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	border: none;
}

.navigation ul ul ul a:visited{
	color: #afafaf;
	text-decoration: none;
	margin-bottom: 2px;
}

.navigation ul ul ul a:hover{
	color: #ffffff;
	text-decoration: none;
}

.header {
	height: 140px;
	width: 100%;
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	margin: 0px 100px;
}

p {
	margin: 10px 0px 10px 25px;
	line-height: 1.5em;
	text-align: justify;
}

h1 {
	color: #DFB161;
	font-size: 15pt;
}

h2 {
	color: #DBC06D;
	margin-left: 10px;
	font-size: 13pt;
}

.marginleft {
	margin-top: 10px;
}

.credits {
	text-align: right;
	color: #afafaf;
	font-size: 8pt;
	font-style: italic;
}

.right {
	float: right;
	margin: 20px;
}

.center {
	text-align: center;
}

img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block
}

hr {
	margin: 20px;
}























