@charset "utf-8";
body {
	background-color: #000000;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	color: #dcc7df;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
#footer a {
	color: #988642;
	text-decoration: underline;
}
#footer a:visited {
	color: #988642;
	text-decoration: underline;
}
#footer a:hover {
	color: #dcc7df;
	text-decoration: none;
}
#content {
	margin: 10px;
	font-size: 13px;
}



#leftnav {
	color: #988642;
	list-style-image: url(Assets/bullet.gif);
	padding-top: 20px;
	font-style: normal;
	font-weight: bold;
}
#leftnav a {
	color: #988642;
	list-style-image: url(Assets/bullet.gif);
	padding-top: 20px;
	text-decoration: none;
}
#leftnav a:visited {
	color: #988642;
	list-style-image: url(Assets/bullet.gif);
	padding-top: 20px;
	text-decoration: none;
}
#leftnav a:hover {
	color: #dcc7df;
	list-style-image: url(Assets/bullet.gif);
	padding-top: 20px;
	text-decoration: none;
}
#body h1 {
	color: #cba8d2;
	font-style: italic;
}
#body h2 {
	color: #988642;
}
#body h3 {
	color: #dcc7df;
}

#body #content a {
	color: #988642;
}
#body #content a:visited {
	color: #988642;
}
#body #content a:hover {
	color: #CBA8D2;
}
