body {
	background-color: #FF9900;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#menuHeader {
	position: absolute;
	top: 10px;
	left: 50px;
}

#scrollContainer {
	position:absolute;
	width: 900px;
	height: 400px;
	z-index: 1;
	left: 50px;
	top: 148px;
	overflow: hidden;
	clip: rect(0px, 900px, 400px, 0px);
	border-bottom: solid White 2px;
	border-top: solid White 2px;
}

#scrollContent {
	position:absolute;
	height:400px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#control {
	position:absolute;
	left: 50px;
	top: 553px;
}

.staticContent {
	position:absolute;
	z-index: 1;
	left: 50px;
	top: 148px;
	width: 900px;
	height: 400px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.mainMenu {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: White;
	width: 180px;
}

.mainMenuActive {
	color: #FFFFFF;
}

.subMenu {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E65C00;
}

.subMenuActive {
	color: #FFE6C8;
}

.info {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a {
	color: #E65C00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E65C00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menuLink {
	color: #E65C00;
	text-decoration: none;
}
a:visited.menuLink {
	color: #E65C00;
	text-decoration: none;
}
a:hover.menuLink {
	color: #FFFFFF;
	text-decoration: none;
}

.header {
	font-weight: bold;
}

