body {
	margin: 0;
	background: #fff;
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	}
a:link, a:active {
	color: #069; 
	text-decoration: underline;
	background-color: #ffffff;
	}
a:visited {
	color: #666; 
	text-decoration: underline;
	background-color: #ffffff;
	}
a:hover {
	color: #069; 
	text-decoration: none; 
	background-color: #ffffff;
	}
#centerer {
	width: 1000px;
	margin: 20px auto; 
	padding-bottom: 20px;
	clear: both;
	}
div#wrapper {
	width: 552px;
	margin: 10px auto;
	padding: 0;
	clear: both;
	}
div#wrapper img {
	border: 1px solid #333;
	margin: 4px 0 0 0;
	}
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; 
	}
#flashcontent4 {
	background: #CCC;
	width: 550px;    
	height: 400px; 
	}
#flashcontent p, #flashcontent2 p, #flashcontent3 p, #flashcontent4 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;
	}
/* --------------------- top nav styles --------------------- */
div#logo {
	float: right;
	margin: 0 10px 10px 0;
	padding: 0;
	}
div#logo img {
	border: none;
	}
ul#nav {
	float: left;
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
#nav li {
    float: left;
    list-style: none;
	margin: 0 8px 0 0;
    padding: 0;
    }    
#nav a {
    display: block;
    margin: 0;
    padding: 8px 12px;
	color: #c00; 
	text-decoration: underline;
	background-color: transparent;
	border-right: 1px solid #333;
	}
#nav a:hover {
	color: #fff; 
	text-decoration: none; 
	background-color: #c00;
	border-right: 1px solid #fff;
	}

