/* CSS Document */

body {
font-family:"Century Gothic", Helvetica, sans-serif;
font-size:10px;
line-height: 150%;
color:#B0B0B0;
}

.container {
position:absolute;
width: 805px;
height: 640px;
top: 34px;
margin-left:-402px;
left: 50%;
}

#flashContent {
position:absolute;
width:805px;
height:640px;
top:0px;

}
.default {
position: absolute;
width: 805px;
height: 489px;
top: 0px;
left: 0px;
z-index: 10;

}
#text {
position: absolute;
top: 300px;
left:0px;
padding: 30px;
z-index: 1;
text-align:center;

}	
	#text h1 {
	font-size: 12px;
	font-weight: bold;
	margin:0;
	display: inline;
		}
	
	#text p {
	font-size: 10px;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
	}


#footer {
position: absolute;
width: 750px;
top: 659px;
left: 40px;
}
#footer h6 {
font-family:Garamond, "Times New Roman", Times, serif;
text-align:center;
line-height: 130%;
font-size: 16px;
color:#6E6E6E;
margin: 0;


}
#footer p {
margin-top: 0x;
margin-left: -50px;
width: 850px;
font-size: 10px;
text-align:center;
color:#6E6E6E;
font-weight: bold;
}
#footer strong {
color: #2E3192;

}