body {
	background-color:#333333;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#spacerdiv {
	width:100%;
}
#flashcontainer {
	border-color: black;
	background-image: url(images/flashstripbg.png);
	font-size: 13pt;
	text-shadow: black;
	color:black;
	border-style: solid;
	border-width:thin;
	/*position: absolute;*/
	width: 97%;
	height: 353px;
	background-repeat: repeat-y;
	margin:0 auto;
	text-align:center;
	/*margin-top: 100px;
	margin-left:0px;*/
}
#flashintro {
	width: 565px;
	height: 310px;
	background-color: black;
	border-color: #c1272d;
	margin: 18px auto;
	border-style: solid;
	border-width: thin;
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#flashcontainer a:link {
color:black;
font-size:9pt;
}
#flashcontainer a:hover {
color:maroon;
}
#footer {
	font-size: 7pt;
	color:#4f4f4f;
}