@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: black;
	background-image:url(../images/cartbackground2.jpg);
	background-repeat:repeat;
}
h1{
	font-size:1.75em;
	font-weight:bold;
	text-align:center;
}
h2{
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
}
h3{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}
h4{
	font-size:1em;
	font-weight:bold;
	text-align:left;
}
h5{
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
h6{
	font-size:.75em;
	font-weight:bold;
}
#resume_box{
	width:800px;
	top:50px;
	margin:auto;
	padding:20px 50px;
	background-image:url(../images/backgrounds/offwhitepaper160.gif);
	background-repeat:repeat;
}
.res_list{
	margin:1em 2em;
}

dl dt{
	font-weight:bold;
}
dl dd{
	margin-bottom:.5em;
}
.outdent{
	padding-left:2em;
	text-indent:-2em;
	
}
#pdfdwnload {
	position:absolute;
	top:50px;
	right:200px;
	width:150px;
	height:100px;
	
}
#pdfdwnload img{
	width:75px;
	height:70px;
	margin-top:0;
	margin-left:37px;
}
#pdfdwnload  a{
	text-decoration:none;
	
}

#pdfdwnload  a:hover{
	text-decoration:underline;
	
}



