@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	}
a:link, a:active {
	color: #006699; 
	text-decoration: underline;
	background-color: #ffffff;
	}
a:visited {
	color: #666; 
	text-decoration: underline;
	background-color: #ffffff;
	}
a:hover {
	color: #006699; 
	text-decoration: none; 
	background-color: #ffffff;
	}
#centerer {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 1000px;
	margin-left: -500px; /* change to half of width */
	padding-bottom: 20px;
	}
div.imagebox {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px, 10px, 10px, 0;
}
div.imagebox img {
	border: 0px solid #fff;; 
}
div.imagebox p {
	width: 190px;
}
.clearfloats {
	clear: both;
}
p {
	width: 500px;
	font-size: 110%;
	letter-spacing: 1px;
	}
li {
	font-size: 110%;
	letter-spacing: 1px;
	}
#flashcontent {
	background: #CCC;
	width: 1000px;    /* this is the width of your SWF */
	height: 500px;   /* this is the height of your SWF */
	border: 1px solid #000;
	}
#flashcontent2 {
	background: #CCC;
	width: 800px;   
	height: 600px;   
	}
#flashcontent3 {
	background: #CCC;
	width: 700px;    
	height: 500px; 
	}
#flashcontent p, #flashcontent2 p, #flashcontent3 p {    /* this affects only the content that's viewed if SWF can't load  */
	background: #CCC;
    color: #000;
	font-size: 200%;  
	padding: 60px;
	}
h1 {
	font-size: 140%;
	line-height: 160%;
	letter-spacing: 1px;
	}
h2 {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 120%;
	line-height: 130%;
	color: #ff6500;
	letter-spacing: 1px;
	}
