
     html, body {
					background-color: #666;
					border: 0;
					margin: 0px;
					padding: 0px;
					height: 100%;
				}
				
				body {		
					font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
					font-size: 76%;
					color: #50616a;
					height: 100%;
				}
				
				#wrapper{
				position: relative;
			 margin-left: auto;
			 margin-right: auto;
			 margin-top: 20px;
			 padding-top: 10px;
			 padding-left: 6px;
			 padding-right: 6px;
			 padding-bottom: 10px;
			 background-color: #fff;
			 width: 806px;
				}

  			img {
  			margin: 0 0 0 0;
  			padding: 0 0 0 0;
  			}
  			
  			img.splash {
  			float: left;
  			}
  			
  			img.sign {
  			float: right;
  			padding-top: 8px;
  			padding-right: 16px;
  			}
  						
				h1 {
					color: #6c2d1a;
					font-family: Arial, sans-serif;
					font-size: 2.0em;
					font-weight: normal;
					margin: 0 0 8px 0;
				}
				
				h2 {
					color: #696969;
					font-family: Arial, sans-serif;
					color:#333;
		   margin-left: 4px;
					font-size: 14px;
					line-height: 20px;
					font-weight: bold;
					text-transform: uppercase;
				}
				
				h3 {
					color: #039;
					font-family: Arial, sans-serif;
					font-size: 12px;
					line-height: 12px;
					margin-bottom: -6px;
					font-weight: normal;
				}
				
				p {
					color:#333;
					font-size: 10px;
					line-height: 12px;
				}
				
					p.testimony {
					color:#ccc;
					font-size: 9px;
					line-height: 12px;
				}
				
				p.footer{
				 color:#666;
				 text-align: center;
				 }
				 
				em.red {
				color:#900;
				font-style: normal;
				}
				
			.fullpage {
			 width:798px;
			 border-collapse: collapse;
			 border-color: #000;
			 border-style: solid;
			 border-width: 1px;
			 padding: 0 0 0 0;
			 background-color: #fff;
			 position: relative;
			 margin-left: auto;
			 margin-right: auto;
			 }
			
			.fpage{
			 background-color: #fff;
			 padding: 0 0 0 0;
			 }
			
			.graynav{
			 background-color: #ccc;
			 padding: 0 0 0 0;
			 border-bottom-color: #999;
			 border-bottom-style: solid;
			 border-bottom-width: 1px;
			 height: 28px;
			 }
			 
			 .copy {
		   vertical-align: top;
		   }
		  
		  .fpcopy {
		   color:#333;
		   margin-left: 4px;
					font-size: 12px;
					line-height: 16px;
					font-weight: bold;
					letter-spacing: -1px;
					
		   }
		   
		  .ipcopy {
		   color:#333;
		   margin-left: 6px;
		   margin-right: 6px;
					font-size: 12px;
					line-height: 14px;
					font-weight: normal;
		   }
		
			.footer{
				position: relative;
				margin-left: 10px;
				margin-right: 10px;
				font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
				border-top-color: #666;
				border-top-width: 1px;
				border-top-style: solid;
				padding-top: .6em;
				padding-bottom: .3em;
				}
				
				hr{
				width:760px;
				height: 1px;
				color: #000;
				}
				
				a.nav, a.nav:active, a.nav:visited {
					color: #444444;
					font-family: "Trebuchet MS", Arial, sans-serif;
		   margin-left: 10px;
		   margin-right: 10px;
					font-size: 12px;
					letter-spacing: 3px;
					line-height: 14px;
					font-weight: bold;
					text-transform: uppercase;
					text-decoration: none;
					vertical-align: middle;
					}
					
					a.nav:hover {
					color: #999;
					text-decoration: underline;
					}

