@media screen, print
{
	#divResume
	{
		background-color: #ffffff;
		border: solid 1px #000000;
		margin: 20px 20px 0 20px;
		padding: 65px;
	}
	#divResume ul
	{
		list-style-type: disc;
	}
	#divResume li
	{
		margin-left: 2em;
	}
	#resumeTable
	{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000;
	}
	#resumeTable table
	{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000;
		margin: auto;
	}
	#resumeTable td
	{
		padding: .5em 0;
	}
	#resumeTable table td
	{
		padding: 2px 5px;
	}
	#resumeTable table .col-space
	{
		width: 10px;	
	}
	#resumeTable table .col-hdr
	{
		border-bottom: #cccccc 1px solid;
		font-style: italic;
	}
	#resumeTable .hdr-name
	{
		font-family: 'Times New Roman', serif;
		font-weight: bold; 
		font-size: 24pt; 
		border-bottom: #000 2px solid; 
		vertical-align: bottom;
		padding: 0 0 5px 0;
		text-align: left;
	}
	#resumeTable .hdr-email
	{
		font-size: 10pt; 
		border-bottom: #000 2px solid; 
		font-family: 'Times New Roman', serif;
		vertical-align: bottom;
		text-align: right;
		padding: 0 0 5px 0;
	}
	#resumeTable .hdr-address
	{
		font-size: 10pt; 
		font-family: 'Times New Roman', serif;
		text-align: right;
		vertical-align: top;
		padding: 5px 0 0 0;
	}
	#resumeTable .section
	{
		font-weight: bold; 
		font-size: 10pt; 
		font-family: 'Times New Roman', serif;
	}
	#resumeTable ul
	{
		margin: auto;
		padding: auto;
		list-style-image: none;
		margin-left: 1em;
	}
	#resumeTable .client
	{
		padding-left: 2em; 
		font-style: italic; 
		font-family: 'Times New Roman', serif;
	}
	#resumeTable .industry
	{
		padding-top: 1em;
		padding-left: 2em; 
		border-bottom: #dcdcdc 1px solid; 
		font-family: 'Times New Roman', serif;
		vertical-align: baseline;
	}
	#resumeTable .position
	{
		padding-top: 1em;
		border-bottom: #dcdcdc 1px solid; 
		font-family: 'Times New Roman', serif;
		vertical-align: baseline;
		text-align: right;
	}
	#resumeTable .employer
	{
		border-bottom: #000 1px solid; 
		font-family: 'Times New Roman', serif;
	}
	#resumeTable .employer .employer-name
	{
		font-weight: bold;
	}
	#resumeTable .dates
	{
		border-bottom: #000 1px solid; 
		font-family: 'Times New Roman', serif;
		text-align: right;
		
	}
	#resumeTable .title
	{
		font-style: italic;
	}
	.resume-instr
	{
		margin-top: 0;
		text-align: center;
	}
}
@media print
{
	#header
	{
		display: none;
		visibility: hidden;
	}
	.resume-instr
	{
		display: none;
		visibility: hidden;
	}
	#footer
	{
		display: none;
		visibility: hidden;
	}
	.page
	{
		float: none;
		border: none;
	}
	#content
	{
		background-color: #fff;
		border: none;
		margin: 0;
		color: #000;
		text-align: left;
		float: none !important;
	}
	.c1 
	{
		padding: 0;
	}
	#divResume
	{
		line-height: 1.2em;
		margin: 0 auto;
		padding: 0; 
		border: none;
		float: none !important;
		color: black; 
		background: transparent;
	}
	#resumeTable
	{
		margin: auto;
		width: 6.5in;
	}
}