@charset "utf-8";
/* CSS Document for landing page */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8d0a8;
}
body {
	background-color: #191302;
	margin:0 auto;
}
a:link {
	color: #fbf6eb;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EEE2D4;
}
a:hover {
	text-decoration: none;
	color: #fbf6eb;
}
a:active {
	text-decoration: underline;
}
ul li {
	list-style:none;
	text-align:left;
}
H1 {
	display:block;
	background-color:#e8d0a8;
	font-size:16px;
	color: #e8d0a8;
	border-bottom:1px solid #CCCCCC;
}
H2 {
	display:block;
	background-color:#191302;
	font-size:15px;
	color:#e8d0a8;
	border-bottom:1px solid #CCCCCC;
}
H3 {
	display:block;
	background-color:#e8d0a8;
	font-size:13px;
	color: #191302;
}
hr {
	height:1px;
	background-color:#e8d0a8;
	color:#e8d0a8;
}
img {
	padding:2em;
	border:0px;
}
.footer {
	text-align:center;
	font-size:10px;
	align:0 auto;
}
#container {
	margin-top:85px;
	text-align:center;
	width:100%;
	height:100%;
}
#content {
	margin:0 auto;
}
#fdkPage {
	padding:2em;
	text-align:center;
}
#noFlash {
	padding:2em;
	text-align:center;
}
#rollOverWhatIsFlash {
	cursor:help;
	padding: 0.5em;
	overflow-y:scroll;
	position:absolute;
	left:621px;
	top:342px;
	width:340px;
	height:135px;
	z-index:1;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
	color:#666666;
	background-color:#FFFFCC;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	visibility:hidden;
}
#closeBtn {
	border:1px solid #CCCCCC;
	padding:0.1em;
	color:#FFFFFF;
	background-color: #330033;
	float:right;
	width:50px;
	display:block;
	text-align:right;
}
