﻿body 
{
	overflow					: hidden; 
	padding						: 0; 
	margin						: 0; 
	width						: 100%; 
	height						: 100%;
	font-family					: verdana, Arial, sans-serif;
	font-size					: 12px;
	background-color			: #0005C0;
	overflow					: auto; 
	margin						: auto;
}
#global
{
	position					: absolute;
	left						: 50%;
	right						: 50%;
	top							: 15px;
    width						: 800px;
    height						: 600px;
    margin-left					: -400px;
	background-color			: White;
}
#logoarea
{
	position					: absolute;
	left						: 0px;
	top							: 21px;
	right						: 0px;
	height						: 100px;
	background-color			: White;
}
#menuarea
{
	position					: absolute;
	left						: 0px;
	top							: 121px;
	width						: 171px;
	height						: 478px;
	background-color			: White;
}
#infoarea
{
	position					: absolute;
	left						: 172px;
	top							: 126px;
	width						: 628px;
	height						: 473px;
	background-color			: White;
}
#bottomarea
{
	position					: absolute;
	left						: 0px;
	bottom						: 0px;
	right						: 0px;
	height						: 20px;
	background-color			: White;
	vertical-align				: text-top;
}
.menuHeadClass
{
    background-color			: White;
    background-image	        : url('./Images/menubase.gif');
    color				        : Navy;
    font-family					: Arial;
    font-style					: normal;
    font-size					: 12px;
    font-weight			        : normal;
    cursor                      : hand;
    text-align					: right;
}
.menuHeadClassHover
{
    background-color			: Navy;
    background-image	        : url('./Images/menubase.gif');
    color				        : Navy;
    font-family					: Arial;
    font-style					: italic;
    font-size					: 13px;
    font-weight			        : bold;
    cursor                      : hand;
    text-align					: right;
    border						: solid 1px Navy;
}
.menuHeadClassClick
{
    background-color			: Navy;
    background-image	        : url('./Images/menubase.gif');
    color				        : Navy;
    font-family					: Arial;
    font-style					: italic;
    font-size					: 16px;
    font-weight			        : bold;
    cursor                      : hand;
    text-align					: right;
    border  					: solid 1px Navy;
}
