body {
	background-color: #fff;
	color: #000;
	/*font-size: 17.3333px;*/ /* 13pt. 1.5em = 26px */
	font-size: 12pt;
	font-family: Georgia, serif;
	/* http://randsco.com/index.php/2009/07/04/cross_browser_font_embedding */
	line-height: 1.0em;
	text-align: center;
}
.page {
	display: inline;
	width: auto;
	margin: 0;
	
	/* REMOVE */
	width: 8.5in;
	height: 11in;
	display: block;
	/*border: 1px solid #000;*/
	margin: 0 auto;
	padding: 0.0in 0.5in;
	overflow: hidden;
	/* -REMOVE */
}

.noprint { display: none; }

nav { display: none; }
header { display: none; }
footer { display: none; }

#resume {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.25in 0.25in;
    background-color: #fff;
    border: 0;
    color: #000;
    position: static;
    text-align: left;
}
#resume h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 1.75em;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}
#resume h2 {
    color: #000;
    font-size: 1.33em;
    margin: 1.25em 0 0 0;
    padding: 0;
    
    letter-spacing: 1.0pt;
    font-variant: small-caps;
    
    /* Border Styles */
    border-bottom: 1px solid #000;
    margin-left: -0.1875in;
    margin-right: -0.1875in;
    padding: 0 0.1875in;
    padding-bottom: 0.25em;
    /* End Border Styles */
}
#resume p {
    color: #000;
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 1.1em 0;
    padding: 0;
}
#resume p.note {
    text-align: center;
    font-size: 1.0em;
    font-style: normal;
    margin: 1.0em 0 3.5em 0;
}
#resume p span { font-size: 0.9em; }
#resume a  {
    color: #000; 
    text-decoration: none; 
}

#resume strong {
    color: #000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#resume em {
    color: #000;
    font-style: italic;
    text-decoration: none;
}

#resume p.endnote 
{
    display: none;
    /* position: absolute;
    bottom: 0.65in;
    right: 0.75in; */
    /*background-color: #999;*/
}