Body
{
	background-color: #aaa;
	margin: 10px; 
	padding: 0px;	
	font-family: Arial
}

a
{
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	border-color: inherit;
}

DIV.Root
{
	margin: 0 auto; 
	/*background-color: #E0E0E0;
	/*background-color: Aqua;
	/*position: absolute;
	top: 20px;
	left: 20px;*/
	width: 900px;
	/*text-align: center;*/
	/*height: 80px;*/
	/*height: 100%;*/
	overflow: visible;
}

DIV.Header
{
	background-color: #999;
	position: inherit;
	top: 10px;
	left: 10px;
	width: 900px;
	min-height: 80px;
	overflow: visible;
	background-image: url('../img/HRPWSBannerNoLogo.jpg');
	background-repeat: no-repeat;	
}

DIV.NavTop
{
	background-color: Transparent;
	position: inherit;
	top: 90px;
	left: 10px;
	width: 900px;
	height: 30px;
	/*visibility: hidden;*/
}

DIV.NavLeft
{
	background-color: Transparent;
	position: inherit;
	width: 180px;
	padding-right: 5px;
	float: left;
	top: 200px;
}

DIV.NavRight
{
	background-color: Transparent;
	position: inherit;
	width: 180px;
	/*padding-left: 5px;*/
	float: right;
	top: 200px;
}

DIV.NavBottom
{
	visibility: hidden;
	background-color: #BBB;
	position: inherit;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 0px;
}

DIV.Footer
{
	visibility: hidden;
	background-color: #999;
	position: inherit;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 0px;
}

DIV.Main
{
	/*background-color: #999;*/
	position: inherit;
	width: 530px;
	left: 195px;
	min-height: 400px;
	float: left;
	/*height: 500px;*/
	top: 200px;
}

DIV.Content
{
	/*background-color: #999;*/
	width: 100%;
	min-height: 400px;
	/*position: absolute;
	top: 110px;
	left: 186px;
	width: 600px;
	height: 500px;*/
}

DIV.ContentFooter
{
	background-color: #E7E7E7;
	width: 100%;
	/*position: absolute;
	top: 670px;
	left: 0px;
	width: 900px;
	height: 50px;*/
}

DIV.Login
{
	/*background-color: #EEE;*/
	float: right;
	width: 320px;
	/*padding-right: 15px;*/
	/*padding-top: 15px;*/
	padding-right: 5px;
	padding-top: 2px;
	z-index: 99;
}

DIV.Logo
{
	/*background-color: #EEE;*/
	float: left;
	/*padding-left: 15px;*/
	/*padding-top: 15px;*/
	padding-left: 5px;
	padding-top: 1px;
}

DIV.LoginErrorHeader
{
	float: left;
	border-color: Red;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFCC;
	color: Red;
	width: 130px;
	padding: 6px;
	min-height: 33px;
}

DIV.LoginErrorInPage
{
	border-color: Red;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFCC;
	color: Red;
	width: 300px;
}

DIV.LoginBoxHeader
{
	float: right;
	width: 170px;
}

DIV.LoginBoxInPage
{
	float: right;
	width: 300px;
}

Body.Fax
{
	background-color: #FFF;
	margin: 10px; 
	padding: 0px;	
	font-family: Arial
}
.FaxTextBox
{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
}
.FaxCheckBox
{
	/*border-style: solid;
	border-color: Black;
	border-width: 1px;*/
}