﻿body
{
	background-color: gray;
	font-family: Arial, Helv;
	font-size: 11pt;
	color: #303030;
}
.Title
{
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background-color: White;
	top: 20px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}
.Backplane
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	background-color: White;
	z-index: 1;
	border-left: 2px solid blue;
}
.Menu
{
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -350px;
	background-color: White;
	top: 50px;
	z-index: 4;
	padding: 0px 0px 0px 0px;
}

.MainContent
{
	position: absolute;
	width: 550px;
	left: 50%;
	margin-left: -200px;
	background-color: White;
	top: 50px;
	z-index: 2;
	padding: 0px 0px 0px 0px;
}
h1
{
	color: Navy;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helv;
}
h2
{
	color: Navy;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12pt;
	font-family: Arial, Helv;
	font-weight: bold;
}
