﻿body {
	background-color: #08005A;
	background-position: center top;
	font-family: Tahoma;
	color: #00C6C6;
	background-image: url('../images/dv/blue_bk.png');
	background-repeat: repeat-x;
	}
a {
	color: lime;
	text-decoration:none;
}
a:hover {
	color: yellow;
	text-decoration:none;
}
#background {
	background-color: #08005A;
	position: absolute;
	width: 900px;
	height: 700px;
}
#news {
	position: absolute;
	overflow: hidden;
	top: 30px;
	right: 50px;
	font-size: 8pt;
	height: 100px;
	width: 250px;
	text-align: left;
	padding: 5px;
}
#lpanel {
	background-color: #18005A; /*border: thin aqua ridge;*/;
	position: absolute;
	margin: 10px;
	left: 20px;
	top: 220px;
	width: 250px;
	height: 430px;
	padding: 10px;
	text-align: left;
	overflow: auto;
}
#rpanel {
	/*border: thin aqua ridge;*/
	position: absolute;
	font-size: 10pt;
	margin: 20px;
	left: 290px;
	top: 220px;
	width: 550px;
	height: 430px;
	padding: 10px;
	text-align: left;
	overflow: auto;
}
#menubar {
	position: absolute;
	top: 175px;
	width: 900px;
	left: 0;
	font-size: 8pt;
	text-align:center;
}
.menuitem {
	margin-left: 10px;
	margin-right: 10px;
	cursor:pointer;
}
.menuitem:hover {
	color:yellow;
}
.attr {
	font-style:italic;
	font-size:7pt;
}