html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: black;
	overflow: hidden; 
}
 
body {
  font-family: verdana,ariel,helvetica
	BORDER-TOP: 14px solid #005E60;
	BORDER-LEFT: 14px solid #005E60;
	BORDER-BOTTOM: 14px solid #005E60;
	BORDER-RIGHT: 14px solid #005E60;
  display: block;
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:10px; 
	background-color: #005E60;
	font-size: 12pt;
}
* html body {
	height:100%; 
  overflow:hidden; 
}
noscript {
	color: #37784E;
}
a {
	font-size: 12pt;
	text-decoration: underline;
}
img {
	border: thin solid #B4DCC1;
}
i {
	color: #80FFFF;
}
.marquee {
	font-size: 12pt;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #005E60;
}
#background {
  padding: 0;
	background-color: #005E60;
	-moz-margin: 10px;
	height:  100%;
	max-height: 95%;
  overflow: hidden;
}
#header {
  margin-top: 5px;
  margin-left: 14px;
  margin-right: 14px;
  position: fixed;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 45px;
	position:absolute; 
	left: 14px; 
	top: 5px; 
	min-width:640px; 
	font-size:1em; 
	z-index:5; 
	}
 
* html #header {
	top: 5px; 
  width: 100%;
  height: 40px;
}
* html #scrollArea {
	top: 0; 
	bottom: 0; 
	height: auto;
  width: auto;
  min-width: 400px;
	}
 
#scrollArea {
  scrollbar-face-color:#005E60;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:rgb(102,204,153);
  scrollbar-shadow-color:rgb(51,153,102);
  scrollbar-highlight-color:rgb(102,204,204);
  scrollbar-3dlight-color:rgb(0,255,255);
  scrollbar-darkshadow-Color:rgb(51,102,51);
/*	scrollbar-base-color: #37784E; */
  clear: both;
  height: auto;
  max-height: auto;
  margin-top: 25px;
/*  margin-bottom: 25px; */
  background: black;
	top:40px; 
	bottom:45px; 
  width: 96%;
  -moz-width: 98%;
  min-width: 800px;
	overflow: auto; 
  overflow-x: hidden;
	position:absolute; 
	z-index:3; 
  text-align: center;
}
#footer {
  clear: both;
  display: block;
	background-color: #005E60;
	height: auto; 
  max-height: 45px;
  width: 96%;
	min-width: 200px; 
  position: fixed;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
	position:absolute; 
  margin-top: 95%;
  margin-right: 30px;
	bottom:0; 
	z-index:5; 
}
/* mozilla: -moz- */
/* IE: -moz- */
 
* html #footer {
  top: 90%;
  width: 100%; 
  height: 45px;
}
