@charset "utf-8";
/* PRINTER FRIENDLY MEMBERSHIP APPLICATION FORM LAYOUT */

/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details */
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}  /* Remove default margins and padding */
	
	/*
@page {
	size:protrait;
	margin:0;
	padding:0;
    }
    */

body {
    background:#FFFFFF;
    margin:0;
    padding:0;
    }

#header {
    display:none;
    }

#nav {
    display:none;
    }

#errors {
    display:none;
    }

#wrapper, #form {
    width:7.5in;
    margin:0;
    padding:0;
    border:0;
    float:none;
    color:#FFFFFF;
    background:none;
    }
        
#form_inner #official_use {
    font-size:12pt;
    }
    
#form_inner p {
    font-family:Arial, sans-serif;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    }
        
#form_inner h2 {
    font-family:Arial, sans-serif;
    font-size:16pt;
    font-weight:bold;
    text-align:center;
    margin-top:0;
    }

#form {
    font-family:Arial, sans-serif;
    font-size:10pt;
    font-weight:normal;
    text-align:left;
    }

#form fieldset {
    padding:0 20px;
    }

#form fieldset legend {
    font-family:Arial, sans-serif;
    font-weight:bold;
    color:#000000;
    }
    
#form_inner form input {
 padding-left:.3em;
 }
   
#form fieldset #signature {
    font-size:10pt;
    text-align:left;
    }
    
#dues, #waiver {
    float:none;
    border:1px;
    border-color:#000000;
    }
    
#dues p, #waiver p {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#000000;
 text-align:justify;
 }
    
#dues a, #waiver a {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#6633FF;
 text-decoration:underline;
 }
    
#dues ul li, #waiver ul li {
 font-family:Arial, sans-serif;
 font-size:10pt;
 font-weight:bold;
 color:#000000;
 }
    
#footer_inner {  
 display:none;
 }

#captcha {
 display:none;
 }
 
#buttons {
 display:none;
 }
 
#browser_settings {
 display:none;
 } 
