@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #999999;
}
.centered {
  position: absolute;
  top: 50%;
  margin-top: -25%;
  margin-left: -25%;
  background-color: white;
  color: black;
  height:650px;
  width: 100%;
}
#front_left {
	clear:none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 8;
	height: 100%;
	width: 50%;
	right: 50%;
	margin-right:0%;
	top: 0px;
	text-align:right;
}
#front_right {
	clear:none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 7;
	height: 100%;
	width: 50%;
	top: 5px;
	left: 100%;
	margin-left:-50%;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-18.75em;
		float:left;
}
#container {
	margin-left:-512px;
	left: 50%;
	
	top: 50%;
	margin-top: -382px;
	position:absolute;
	text-align:left;
	height:auto;
	width:1024px;
	clear:left;
	
}
#btop {
	background-image: url(../images/bamboo.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position:relative;
	top:0px;
	z-index:10;
}
#btom {
	background-image: url(../images/bamboo.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:11;
}

#data {
	width: 100%;
	height: 575px;
	background-color: white;
	position:absolute;
	top: 10px;
	z-index:5;
}
#front_centre {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	height: 575px;
	left: 50%;
	top: 0px;
	visibility: visible;
	overflow: hidden;
}
#footer {
	position: relative;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1em;
	text-align: left;
	vertical-align: middle;
	width: 1004px;
	left: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
#footer a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newData {
	position: absolute;
	height: 467px;
	width: 280px;
	top: 200px;
	right: 10px;
	background-image: url(../images/yellow_background.png);
	padding-left: 10px;
	padding-right: 10px;
}

#newData {
	scrollbar-arrow-color: #444444;
	scrollbar-base-color: #611F20;
	scrollbar-darkshadow-color: #611F20;
	scrollbar-face-color: #611F20;
	scrollbar-highlight-color: #611F20;
	scrollbar-shadow-color: #611F20;
	scrollbar-track-color: #444444;
}





.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
	color: #611F20;
}
.bodyHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #444444;
	text-align: left;
}
.bodyHeadCentre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #444444;
	text-align: center;
}
.bodyText a {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	text-transform: lowercase;
}
.bodyText a:hover {
	text-decoration: underline;
	text-transform: lowercase;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444444;
}
#menuSys {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	position: absolute;
	top: 150px;
	left: 250px;
	display: inline;
	width: 720px;
	letter-spacing: .11em;
}
#menuSys a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuSys a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.selected {
	color: #CCCCCC;
	text-decoration: underline;
}
