@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(../images/Back3.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#background {
	background-image: url(../images/Back3.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
}
#wrapper {
	width: 912px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -456px;
	margin-top: -279px;
	height: 610px;
}
#blackBox {
	background-image: url(../images/boxBG.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
	padding-bottom: 0px;
	height: 500px;
	width: 900px;
}
#boxNavigation {
	margin: 0px;
	padding: 0px;
}

#flashcontent {
	height: 500px;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#corpLinks {
	position: absolute;
	width: 170px;
	right: 0px;
	bottom: 30px;
}
#copyright {
	position: absolute;
	width: 300px;
	left: 0px;
	bottom: 20px;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#bottomNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottomNav li {
	display: inline;
}
#bottomNav a {
	text-transform: uppercase;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	float: left;
}
#bottomNav a:hover {
	color: #CCCCCC;
}
#flashcontent img {
	border: none;
}
#topBorder {
	height: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
