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

body {
	background: #D7D7D7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.print #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 8.5in;
}
.print #mainContent {
	margin: 8% 8% 8% 8%;
	padding: 20px 20px 20px 0;
}

.print #toc_header {
	color: #000000;
	font-size: 20pt;
	font-weight: bolder;
	padding: 10px 0 10px 0px;
}


/* -------------- CV styles ------------------ */

#cv_toc_category {
	font-size: 16pt;
	font-weight: normal;
}

#cv_category {
	padding: 0 0 0 1em;
}

.cv_section {
	font-size: 90%;
	font-weight: bold;
}

.cv_entries {
	font-size: 85%;
	padding: 0 0 0 1em;
	text-align: justify;
}

