<!--
div#siteHeader{
     background-image: url(/layout/header/images/header_tall_background.png);
     position: relative;
     top: 0px;
     left: 0px;
     right: 0px;
     height: 168px;
     }
		div#logoBox{
		position: absolute;
		left:0px;
		top: 0px;
		width:146px;
		}

		div#topBanner{ 
			position: absolute;
			top: 0px;
			left: 146px;
			}    

          span#AMZBanner  {
			z-index: 2;
			position: absolute;
			text-align:center;
			top: 15px;
			width: 80%;
			height: 60px;
			min-width: 468px;
			min-height: 91px;
			margin-left: 10%;
			margin-right: 10%;
			}
			span#AMZBanner  img{
				border: 0px;
			}
              
		div#siteMenu   {
	          z-index: 21;
			background-color:#002138;
			width:158px;
			float: right;
			}

		div#pmBar     { 
			text-align:center;
			position: absolute;
			top: 147px;
			width:100%;
			height: 23px;
			min-width: 468px;
			min-height: 23px;
			}
		.loginButton	{
			position: absolute;
			right: 110px;
			top: 145px;
			border: 0px;
			}

div#siteFooter{
     background-image: url(/layout/header/images/footer.png);
     text-align: center;
     width: 100%;
     height: 77px;
     clear:both;
     }
     #clearfooter{
     	clear:both;
     	height:77px;
     	}
	
     span#copyRight  {
		display: block;
		position: relative;
	     top: 35px;
		}
	span#footquote  {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		letter-spacing: 3px;
		font-size: 11pt;
		font-weight: bold;
		font-style: italic;
		position: relative;
	     top: 3px;
		}
-->