@charset "utf-8";
/* CSS Document */

#resumeContent { 
	margin: 0 40px 10px 170px; 
	padding: 0 10px 10px 10px; 
} 
#resumeContent h1 {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	color: #17391B;
}
#resumeContent h2,h3,h4,h5 {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	color: #003556;
}
#resumeContent h2 {
	background-color: #C0C9D3;
	padding:  0 5px;
}
#resumeContent a{
	color: #536376; text-decoration: underline;
}
#resumeContent a:link {
	color: #536376; text-decoration: underline;
}
#resumeContent a:visited {
	color: #536376; text-decoration: underline;
}	
#resumeContent a:active {
	color: #542224; text-decoration: underline;
}
#resumeContent a:hover {
	color: #542224; text-decoration: underline;
}
.project {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	color: #003556;
}
.employer {
	background: url(../images/horizontal_blue_gray.gif);
	background-repeat:repeat-x;
}