/* CSS Document */
html
{
	margin:0px;
	padding:0px;
}
body
{
	margin:0px;
	padding:0px;
}
#contents
{
	width:800px;
	height:500px;
	padding:0px;
	margin:auto;
	border:#003366 1px solid;
	background:url(../images/page_bg.jpg) no-repeat;
	/*background:#003366;*/
}
#header
{
	width:800px;
	height:56px;
	background:#FFFFFF;
}
#logo
{
	border:#000 1px none;
	background-image:url(../images/peslogo.gif);
	width:132px;
	height:56px;
	float:left;
}
#title
{
	border:#000 1px none;
	background:#ffffff;
	width:650px;
	height:56px;
	float:right;
}
#bodycontent
{
	width:800px;
	height:400px;
	border:#ffffff 1px none;
	margin-top:20px;
	position:absolute;
}
#loginfrm
{
	width:243px;
	height:272px;
	border:#80C0FF 1px solid;
	background:#c3d9ff;
	margin:auto;
}
#disclaimer
{
	width:800px;
	height:50px;
	margin-top:115px;
	border:#ffffff 1px none;
	padding:0px;
}
#login-note
{
	width:790px;
	height:30px;
	margin-top:180px;
	text-align:center;
	border:#ffffff 1px none;
	padding:3px;
}
#footer
{
	width:796px;
	height:20px;
	text-align:center;
	margin-top:10px;
	background:#003366;
	border:#000 1px none;
	padding:2px;
}
.footertxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#CCCCCC;
}
.white9
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
	color:#ffffff;
}
table.login
{
	border:#000 1px none;
}
td.black9
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	padding:3px;
}
.black10
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.a1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	text-decoration:underline;
	color:#0000cc;
}
a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover
{
	color:#FF9900;
}