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

	html {
	height: 100%;
	overflow: hidden;
	}

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	}
	

	
#flashcontent {
	height: 100%;
	z-index: 0;
	position: absolute;
	width: 100%;
	}	
#flashcontent2 {
	z-index: 99;
	top:-10px;
	position: absolute;
	right: 20px;
	}	
#footer {
	z-index: 2;
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.topnav:link {
	color: #6BB1FE;
	text-decoration: none;
}
a.topnav:visited {
	color: #6BB1FE;
	text-decoration: none;
}
a.topnav:hover {
	color: #FFF;
	text-decoration: none;
}
a.topnav:active {
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #06C;
}

#text-container {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	overflow: auto;
	text-align: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: -moz-center;
}
#container {
	position: relative;
	width:680px;
	z-index:3;
	text-align: left;
	top: 150px;
	border: 4px solid #FFF;
   }

#translucentbkg {
	width: 600px;     /* to match DIVs size          */
	padding: 40px;
	background-image: url(images/bg-blue.png) !important;  /* Mozilla only */
   }


#opaquetext { position: relative; }
#flashcontent3 {
	z-index: 199;
	top:-4px;
	position: absolute;
	left: 0px;
}
.text-bluehead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.tablepadd {
	border: 1px dotted #06C;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(images/bg-blue.png);
}
.tablepaddCopy {
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#chat {
	z-index: 3;
	width: 60px;
	height: 66px;
	position: absolute;
	bottom: 3px;
	right: 60px;
}
