﻿page
{
	background-color: #FFFFFF;
	color: Black;
}

body
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0px auto;
	background-color: #FFFFFF;
	/* text-align: center; provides a centered layout */
	text-align: center;
	height: 100%;
	/* Use width: 100% for a float layout */
	/* width: 100%; */
	/* Use width: 600px; for a fixed width layout */
	width: 600px; 
	min-width: 500px;
}
p
{
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}
.PanelTop
{
	background-color: #FC0;
	width: 100%;
}
.PanelContainer
{
	background-color: #FFFFFF;
	width: 100%;
	/* Turn the border row on to see the container outline */
	/* border: dotted 1px #000000;  */
}
.PanelMiddle
{
	background-color: #9F3;
	width: 100%;
}
.PanelMiddleInner
{
	background-color: #FFFFFF;
	width: 100%;
}

.PanelLeftRail
{
	background-color: #F60;
	float: left;
	width: 20%;
	display: inline;
}
.PanelCenterRail
{
	background-color: #FFFFCC;
	float: left;
	width: 60%;
}
.PanelRightRail
{
	background-color: #39F;
	float: left;
	width: 20%;
}
.PanelFooter
{
	background-color: #F36;
	width: 100%;
	clear: both;
}