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


body { 
	background-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center; 
} 

h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight:700;
	letter-spacing: 5px;
	}
	
h3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	}

#wrapper {
	position: relative;
	background-image: none;
	width: 100%; 
	margin: 0; 
	background-color: #FFF;
	}

#header {
	display: none;
}

#header h1 {
	display: none;
}

#header h2 {
    display: none;
}

#siteName {
	display: none;
}

#topnav {
	display: none;
	}

#topnav ul {
	display: none;
}
	
#topnav ul li {
	display: none;
		}

#topnav ul li a {
	display: none;
		}
		
#mainTitle {
	display: none;
		}
		
#main {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: small;
		text-align: left;
		background:#FFF;
		}

#footer {
	display:none;
	}

#printView {
	display: none;
		}
	
#Resume {
		width: 100%;
		margin: 0;
		}
		
#Resume h1 {
		color:#000
		}
		
#Resume td {
		text-align:left;
		vertical-align: top;
		padding-right: 1em;
		}

#Resume td ul {
		margin: 0;
		padding: 0;
		}
		
#Resume td ul li {
		list-style: none;
		text-decoration: none;
		text-indent: 50px;
		font-size:smaller;
		}