body,html {
	background-color:#FFF;
	background-image:url(../jpg/bkgd.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:100%;
	}

a:link, .menuBox a {
	background-color:#009933;
	background:#009933;
	text-decoration:none;
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.9em;
	color:black;
	border-bottom:1px black solid;
	border-top:1px black solid;
	padding:3px;
	}
a:visited {
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	background-color:#009933;
	background:#009933;
	}
a:active {
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	background-color:red;
	background:red;
	}
a:hover {
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	background-color:red;
	background:red;
	color:white;
	font-weight:bold;
	}

#flashcontent {
	width:760px;
	height:429px;
 	margin-left:auto;
 	margin-right:auto;
	float:center;
	}