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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	line-height: 1.6em;
}
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html {
		height: 100%;
		overflow: hidden;
}	
#flashcontent {
		height: 100%;
}
a:link {
	color: #BAA2C7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BAA2C7;
}
a:hover {
	text-decoration: underline;
	color: #BAA2C7;
}
a:active {
	text-decoration: none;
	color: #BAA2C7;
}
h1 {
	font-size: 1.2em;
	color: #9567B2;
}
h2 {
	font-size: 1em;
	color: #9567B2;
}
h3 {
	font-size: .8em;
	color: #9567B2;
}.container {
	text-align: left;
	width: 950px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo  {
	background-image: url(../images/bdfLogo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 325px;
	margin-left: 150px;
	float: left;
	position: relative;
}
.nav {
	padding: 0px;
	width: 950px;
	text-align: center;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 100px;
}
.nav li {
	background-image: url(../images/navBG.jpg);
	display: inline;
	list-style-type: none;
	width: 125px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	position: relative;
}
#rule  {
	background-image: url(../images/rule.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}
.content {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 950px;
	height: auto;
	text-align: left;
}
#copyright {
	font-size: .8em;
}
p {
	margin: 0px;
	padding: 0px;
}
