@CHARSET "ISO-8859-1";
	a {
		color: #0A627A;
		text-decoration: none;
		border-bottom: dotted 1px #0A627A;
	}
	
	a:hover {
		background: #e5f9d5;	
		color: #0f95ba;
		border-bottom-color: #0f95ba;
	}
	
	.content_background {
		background: #ffffff;
	}
	
	.container_16 { background: #ffffff; }
	
	body {
		background:#D9E6CF;
		font-family:Helvetica,sans-serif;
		margin: 0px;
	}
	
	.leftnav {
		
	}
	
	.leftnav a {
		display: block;
		font-size: 8pt;
		line-height: 14pt;
		border-bottom: solid 1px #e2e9de;
		background: white;
		margin-left: 1.5em;
		padding-left: 2px;
		color: #5DB3C4;
		text-decoration: none;
	}
	
	.leftnav a:hover {
		background: #D9E6CF;
		color: #0F95BA;
	}
	
	.leftnav h3 {
		margin-top: 1em;
		font-size: 14px;
		margin-bottom: 0em;
		color: #243B23;
	}
	
	.leftnav h3:first-child {
		margin-top: 0em;
	}
	
	.footer {
		text-align: center;
		font-size: 9pt;
		color: #7e827c;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.content {
		font-family: Georgia, Times New Roman, serif;
		font-size: 9pt;
		line-height: 13pt;
		color: #222622;
	}
	
	.content h3 {
		font-size: 16pt;
		font-family: Helvetica, Liberation Sans, Arial, sans-serif;
		margin-top: 0px;
		color: #243B23;
	}
	
	.content h4 {
		font-size: 12pt;
		font-family: Helvetica, Liberation Sans, Arial, sans-serif;
		color: #75A173;
		margin-bottom: .5em;
	}
	
	.picturebar {
		text-align: right;
		font-size: 9pt;
		color: #7e827c;
	}
	
	.picturebar img {
		border: solid 1px #7e827c; 
	}
	
	.picturebar a {
		border: none;
	}
	
	.picturebar .picture {
		margin-bottom: 1em;
	}
	
	.header {
		height: 120px;
		background: #2a3b29;
		margin-bottom: 20px;
		position: relative;
		font-family: Gill Sans MT, Trebuchet, sans-serif;
		font-size: 60pt;
		text-align: center;
		color: #ffffff;
		text-transform: lowercase;
	}
	
	h1, h2 {
		position: absolute;
		font-size: 50pt;
		margin: 0px;
		padding: 0px;
	}
	
	h1 {
		color: #dff5cf;
		top: 15px;
		left: 150px;
	}
	
	h2 {
		color: #2a2e27;
		top: 17px;
		left: 152px;
	}
		
	.resume-left-sidebar {
		float: left;
		width: 62%;
		margin-right: 1em;
	}
	
	.resume-right-sidebar {
		margin-left: 1em;
	}
	
	.resume-left-sidebar h3, .resume-right-sidebar h3 {
		margin-top: 1em;
		margin-bottom: .5em;
	}