body	 	{
		background-color: #ffffff;
		font: 8pt "Arial", sans-serif;
		color: #000000;
		text-align: left;
                margin: 0px;
                padding: 0px;
		}
div#container	{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: 0px;
		width: 600px;
                min-height: 526px;
		height: 526px;
		z-index: 1;
		border: 1px solid #000000;
		}

div#logo	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 600px;
		height: 100px;
		z-index: 2;
		background: #000000;
		background-image: url(../images/amPhpLogo.jpg);
		background-position: center left;
		background-repeat: no-repeat;
		}
div#menu	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 565px;
		height: 20px;
		z-index: 2;
		background: #eeeeee;
		padding: 5px 10px 0px 25px;
                border-bottom: 1px solid #000000;
		}
div#cContent	{
		position: relative;
		top: 0px;
		right: 0px;
		width: 568px;
		min-height: 400px;
		height: 400px;
		z-index: 2;
		border-left: 20px solid #000000;
		}
div#content	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height: auto;
		z-index: 3;
		padding: 10px 10px 10px 10px;
		}
html>body div#container, html>body div#cContent {
  height: auto;
}
h2		{
		font-size: 8pt;
		font-weight: normal;
		text-align: center;
		}
h2.divHead	{font-weight: bold;}

.adminFail	{
		font-size: 10pt;
		color: #ff0000;
		}
.centered	{
		text-align: center;
		}

a		{text-decoration: none; color: #000000;}
a:active	{color: #00ff00;}
a:visited	{color: #000000;}
a:hover		{color: #0000ff;}
a.menu		{color: #000000;}
a.menu:active	{color: #00ff00;}
a.menu:visited	{color: #000000;}
a.menu:hover	{color: #0000ff;}

img.screenShot	{float: left; border: 0; margin-right: 4px;}

input		{font: 9pt "Courier New", Courier, monospace; background-color: #ffffff;}
.focus		{background-color: #bbbbbb;}
textarea	{font: 9pt "Courier New", Courier, monospace; background-color: #ffffff;}
.focus		{background-color: #bbbbbb;}
select		{font: 9pt "Courier New", Courier, monospace; background-color: #ffffff;}
.focus		{background-color: #bbbbbb;}

