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

html, body {
	margin: 0;
	height: 100%;
	
}
img { border: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	min-height: 100%;
}
#content {
	width:auto;
	padding:10px;
	padding-left:40px;
}
#container{
	overflow:auto;
	position: relative;
	min-height: 400px;
	height: 100%;
}
#flashcontainer {
	top: 0px;
	left: 0px;
	position: absolute;
	min-height: 580px;
	min-width: 1000px;
	height:100%;
	width:100%;
}
a:link {
	color: #CBB5CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CBB5CC;
}
a:hover {
	text-decoration: underline;
	color: #905E91;
}
a:active {
	text-decoration: none;
	color: #905E91;
}
#footer_contact {
	padding:10px;
	padding-left:40px;
	width: auto;
	position:relative;
	left:0;
}
#footer_links {
	position:relative;
	right:0;
	padding:10px;
	padding-left:40px;
	width: auto;
}
.alignTop {
	vertical-align:top;
}
#htmlcontent{
	width:auto;
	padding:10px;
	padding-left:40px;
}
#needflash table{
	font-family: Arial;
	color: #CBB5CC;
}
#needflash{
	width: 80%;
	padding:10px;
	position: relative;
	background-color:#6D586D;
	border:dashed;
	border-color:#FFFFFF;
}