html{
	background: #F3F2F0;
	color: black;
}
body{
	margin: .5em 1.5em 1.5em;
	border: 0;
	padding: 0;
}
p, dl{
	font-size: 100%;
	margin: 1em .25em 0 1em;
	padding: 0;
}

ul
{
	margin: 1em .25em 1em 0;
	list-style: disc outside url('/images/cvBullet.png');
	padding: 0;
}
li{
	font-size: 100%;
	margin: .70em .25em 0 1em;
	padding: 0;
}
li ul
{
	margin: .70em .25em 1em 0;
}
li p, dd p{
	margin: 0 .25em 1em 0;
}
dd{
	margin: 0 0 .4em 1.5em;
}
dt{
	font-weight: 700;
	margin: 0;
	pause-before: 20%
}
h1{
	font-weight: bold;
	font-size: 250%;
	font-variant: small-caps;
	text-align: center;
	margin: 0;
}
h2{
	font-weight: normal;
	font-size: 160%;
	margin: .6em 0 0 0;
}
h3{
	font-weight: normal;
	font-size: 125%;
	margin: .6em 0 0 0;
}
h1, h2, h3{
	color: #115511;
	background: transparent;
	stress: 20;
	richness: 90;
	pause: 10%;
}
body, h1, h2, h3, p, dt, dd, div, li{
	line-height: 125%;
}
address{
	text-align: right;
	font-style: italic;
}
address img{
	border: 0;
	width: 76px;
	height: 32px;
	float: right;
}
hr{
	height: 1px;
	color: #115511;
	clear: both;
}
a img{
	border: 0;
}
:link, a:active{
	color: #0000FF;
	background: transparent;
}
:visited{
	color: #800080;
	background: transparent;
}
#buttons img{
	width: 80px;
	height: 15px;
	vertical-align: top;
}
acronym{
	border-bottom: dashed 1px;
}
#buttons{text-align: right;}
#buttons #ucImg{
	width: 152px;
	height: 57px;
}
#printButton{
	text-align: right;
	vertical-align: middle;
	line-height: 100%;
	font-weight: 900;
	font-family: sans-serif;
	font-size: smaller;
	padding: 2px; 
}
#printButton span{
	background: url(/images/print/) no-repeat 100% 50% #FFFFFF;
	border: 1px outset;
}
#printButton a{
	padding: 2px 22px 2px 2px;
	color: #000000;
	background: transparent;
	text-decoration: none;
}
p.noprint{
	font-size: smaller;
}
@media print{
	html{
		background: #FFFFFF;
		color: #000000;
	}
	h1, h2, h3
	{
		background: transparent;
		color: #000000;
	}
	body{
		margin: 0;
		font-size: 10pt;
	}
	.noprint, address, hr, #buttons, #printButton{
		display: none;
	}
	ul
	{
		list-style: disc outside none;
		margin-left: 1.1em
	}
	acronym{
		border: none;
	}
	:link, :active, :visited{
		text-decoration: none;
		color: black;
		background: transparent;
	}
	acronym[title].exp:after{
		content: ' (' attr(title) ')';
	}
	#pers dd{
		margin: -1.25em 0 .4em 3.5in;
	}
}