body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#top-middle
{
	background-image: url(topBar.jpg);
	position: absolute;
	top: 0px;
	left:0px;
	height: 50px;
	width: 100%;
	z-index: 1;
}


#top-left
{
	background-image: url(FlashVideo.jpg);
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 2;
	width: 128px;
	height: 256px;
}

#content-bg
{
	background-image: url(bgBar.jpg);
	position: absolute;
	top: 50px;
	left:0px;
	height: 50px;
	width: 100%;
	z-index: 1;
}

#content
{
	color:#6C6A6A;
	position: absolute;
	top: 70px;
	left: 18%;
	right: 25%;
	text-align:left;
	z-index: 3;
	font: 9pt verdana;
}
#content h2
{
	font: 14pt verdana;
	color: #043557;
	font-weight: bold;
}
#content a
{
	color:#3A4D6B;
	text-decoration: underline;
}
#content a:hover
{
	text-decoration: underline;
}

#download-button
{
	display: block;
	width: 331px;
	height: 45px;
	background: transparent url(download.jpg) no-repeat;
	margin-bottom: 3px;
	margin-left: -7px;
	color: #fffff;
	cursor:hand;
}
#download-button:hover
{
	background-position: -341px 0;
}

#quest1A
{
	display: none;
}
#quest2A
{
	display: none;
}
#quest3A
{
	display: none;
}
#quest4A
{
	display: none;
}

.faqList
{
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	list-style-type: square;
	text-decoration: none;
}

.faqListActive
{
	list-style-image: url(bullet2.gif);
}








