body {
	color: #006699;
	background-color: #333333;
	text-align: center;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-image: url(images/header.jpg);
	float: left;
	height: 100px;
	width: 830px;
}

#viewpointScene {
	float: left;
	height: 440px;
	width: 600px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#navigation {
	float: left;
	height: 100px;
	width: 800px;
}

#wrapper {
	float: left;
	width: 830px;
	margin: 0px;
	height: 590px;
}

#borderLeft {
	float: left;
	height: 590px;
	width: 15px;
	background-color: #CCCCCC;
}

#borderRight {
	float: left;
	height: 590px;
	width: 15px;
	background-color: #CCCCCC;
}

#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}

#flashNav {
	float: right;
	height: 590px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#vpWrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 590px;
	width: 800px;
}

#sceneInfo {
	background-color: #333333;
	float: left;
	height: 150px;
	width: 590px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 0px;
}

#footer {
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	width: 814px;
	background-color: #CCCCCC;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 0px;
	vertical-align: text-top;
}