    html {
		height:100%;
	} 
    
    body {
	    height:100%;
	    margin-top: 0px;
	    margin-left: 0px;
	    background-color: #FFFFFF;
	    margin-right: 0px;
	    margin-bottom: 0px;
    }
    
#non-footer {
min-height:90%;
}
* html #non-footer {
height:90%;
}
#footer {
height:30px;
margin-top:-30px;
} 

	h1 {
		line-height:1em;
	}

    .Welcome {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16pt;
	    color: #E76D3A;
	    font-weight: bold;	
    }

    .WelcomeArrow {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 16pt;
	    color: #0860A8;
	    font-weight: bold;	
    }

    .BodyCopy {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10pt;
	    line-height: 12pt;
	    font-weight: normal;
	    color: #333333;
   }
    .OneClick {
        
    }
    #Footer-orig {
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
        padding-top: 17px;
        background-image:url(images/bgrd_footer.gif);
    }

    .PhoneNumber {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 22px;
    }
    .HaveQuestion {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
    }
    .Address {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
    }
    
    .Address a:link {
    	color: #FFFFFF;	
    }
    a:link {
        color: #0000FF;
    }
    a:hover {
        color: #CCCCCC;
    }
    #flashContent {
	    text-align:center;
	    z-index:-10;
    }