﻿body 
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #94827B;
	margin: 0px;
	padding: 0px;
}

H1
{
	font-family: Verdana, Arial;
	color: black;
	font-size: 15pt;
}

H2
{
	font-family: Verdana, Arial;
	color: black;
	font-size: 12pt;
}

H3
{
	font-family: Verdana, Arial;
	color: black;
	font-size: 10pt;
}

#divMain
{
	display: none;
	position:absolute;
	margin: 10px 10px 10px 10px;
}

#divLoad
{
	height: 20px;
	width: 100%;
	color: White;
	vertical-align: middle;
	text-align: center;
	display:inline-block;
}

#panelTop
{
	height: 124px;
	width: 800px;
	background-color: #EFEFD6;
	display:block;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}

#panelMiddle
{
	height: 22px;
	width: 800px;
	background-color: #ADA694;
	position:relative;
	
	border-top: solid 1px black;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;

	margin: 0px;
	padding: 0px;
}

#panelLeft
{
	height: 480px; 
	width: 179px;
	background-color: white;

	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 10px;
	min-height: 250px;
}

#panelMain
{
	height: 480px;
	width: 579px;
	background-color: White;
	position: absolute;
	top: 149px;
	left: 202px;
	
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	
	padding: 10px;
	
	overflow-y: auto;
	min-height: 250px;
}

.title
{
	margin-top: 22px;
	text-align: center;
    font-size : 40px;
    color: #ADA694;
    
}

.footertext
{
	font-size: 12px;
	font-weight: normal;
	color: LightGrey;
	text-align: center;
	padding-top: 10px;
}
