@charset "utf-8";
.page_footer   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page_banner {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(graphics/background_img_feb2011_780.jpg);
	height: 175px;
} 
.page_header    {
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-image: url(graphics/header_bg.jpg);
}

.resume_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}
.main_content10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
