﻿body 
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #94827B;
	margin: 10px 10px 10px 10px;
	
}

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
{
	vertical-align: middle;
}

#divLoad
{
	display:none;
}

#panelTop
{
	height: 124px;
	width: auto;
	background-color: #EFEFD6;
	display:block;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}

#panelMiddle
{
	height: 22px;
	width: Auto;
	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;
}

#panelLeft
{
	display:none;
}

#panelMain
{
	height: auto;
	width: auto;
	background-color: White;
	position: relative;
	
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	
	padding: 10px;
	
	min-height: 250px;
}

.title
{
	margin-top: 15px;
	text-align: center;
    font-size : 40px;
    color: #ADA694;
    
}

.footertext
{
	font-size: 12px;
	font-weight: normal;
	color: LightGrey;
	text-align: center;
	padding-top: 10px;
}

