/* 

    This file defines styles for pages with special printing needs

*/


/*
-----------------------------------------------
EtcheberryExperience Base Styles
Version:  8 January 2006
----------------------------------------------- */

/* Change Log:
----------------------------------------------- */


* { margin: 0px; padding: 0px; }

body {
  font: 11px/1.8em "Lucida Sans", Verdana, Arial, sans-serif;
  line-height: 1.8em;
}

/* stop WinIE6 from calculating width of
italicized text twice, thereby wrecking layout
----------------------------------------------- */

* html em {
  font-style: normal;
  font-weight: bold;
  }
  
body.coach_profile div#header, body.coach_profile div#footer { 
    display: none;
}    
body.coach_profile div#page {
    margin-top: 5em;
}
table#cert_profile {
    margin-top: 5em;
}                     
body.coach_profile table td {
    padding: 0.5em;
}
