@charset "utf-8";
/* CSS Document */

#flashcontainer{
	height:465px;
	min-height: 465px;
	/*(border: 1px solid #CC0000;*/
	display:block;
	float:left;
	 /*z-index: 1;  Hopefully this fixes the mac Safari issue */
	/*position:relative; Hopefully this fixes the mac Safari issue */
}
#flashcontainer:focus {outline:none;} 

#homeBody {
    outline-color: -moz-use-text-color;
    outline-style: none;
}

.welcome{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#a0a0a0;
	line-height:35px;
	padding-left:30px;
	width:560px;
	padding-bottom:30px;
	vertical-align:middle;
}