@font-face {
  font-family: Paris;
  font-style:  normal;
  font-weight: normal;
  src: url(/PARIS1.eot);
}

* {
  color: #060;
}	

body {
	background-color: white;
	background-image: url(gr_multi.jpg); 
}

body, td {
	font-size: 10pt; 
  font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	font-weight: normal;
}

em {
  font-style:normal;
	font-family: Paris;
	font-size: 1.5em;
	/*font-weight: normal;*/
	text-transform: uppercase;
	background-color: white;
}

.container {
	width: 800px; 
	height: 540px; 
	position: absolute;
	top: 0;
	left: 0;
}

#banner {
  height: 80px; 
	overflow: hidden;
}

.menuItem {
  padding-bottom: 2px; 
	cursor: pointer; 
	cursor: hand; 
  font-variant:small-caps;  
/*	font-family: sans-serif; */ 
	font-size: 8pt;
/*	letter-spacing: 2px; */ 
	color: #030; 
}

#menu {
	position: absolute;
	top: 50px; 
	left: 270px; 
	width: 800px; 
	height: 20px; 
	color: olive; 
	z-index: 7;
}
	
#leftbar {
  position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3;
}

#mainarea {
  position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 5; 
	background-color: transparent;
}

#main {
   text-align: left; 
	 position: relative; 
	 top: -10px; 
	 left: 180px; 
	 width: 600px;
}	 

#logo {
  position: absolute; 
	top: 0; 
	left: 0;
}

#scroller, .scroller {
   position: relative; 
	 height: 20px; 
	 z-index: 2; 
	 left: 0px; 
	 font-size: 120%; 
	 width: 1000px; 
	 white-space: nowrap;
}

.vbar {
  height: 20px; 
	border-right: solid 1px silver;
}

.bannerContent {
  width: 240px; 
	height: 120px; 
	display: block; 
	padding: 8px; 
	cursor: pointer;
}

.bannerText {
  font-style: italic; 
	position: relative; 
	top: -10px; 
	color: green;
}

.bannerBox {
  width: 99%; 
	overflow: hidden; 
	clip:rect(auto,200,auto,500);
}

#bottom {
/* it's not really the bottom anymore.... */
   font-size: 90%;  
	 position: absolute; 
	 top: 90px; 
	 left: 0;
}				

a {
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid lime;
}

h3 {
	background-color: white;
}
