/* resume.css
//
// © Copyright 2000, 2001, 2002, 2003 Michael R. Mauger.  All Rights Reserved.
//
*/

BODY {
/*
	font-family: "Century Schoolbook", "Bookman Old Style",
	           "Book Antiqua", Palatino, "Times New Roman",
	           Times, serif;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin: 0;
}

A:link {
	font-family: inherit;
	color: black;
	background-color: inherit;
	text-decoration: none;
}
A:visited {
	font-family: inherit;
	color: black;
	background-color: inherit;
	text-decoration: none;
}
A:hover {
	font-family: inherit;
	color: rgb(192, 0, 0);
	background-color: inherit;
	text-decoration: none;
}

A.link {
	font-family: Arial, Helvetica;
	color: blue;
}

.address {
	font-size: 9pt;
	text-align: center;
}

.name {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	letter-spacing: 1em;
	margin: 2em 0 1em 0;
}

.summary {
	font-style: italic;
	font-size: 11pt;
	text-align: center;
	margin: 2em 0 2em 0;
}

.title, .degree {
	font-weight: bold;
	font-size: 11pt;
}

.dept {
}

.dates {
	font-size: 11pt;
}

.company, .school {
	font-size: 11pt;
}

.subcompany {
	font-size: 10pt;
}

.city {
}

.role {
	font-style: italic;
	margin-left: 10px;
}

.accomplishment {
	list-style-type: square;
}

.super-item {
	list-style-type: circle;
	margin-right: 10px;
	border-width: 1px;
	border-style: none;
	border-color: rgb(0,0,192);
}

.sub-list-div {
	display: none;
}

.sub-list {
	list-style-type: disc;
}

.item, .sub-item {
}

LI {
	margin-right: 10px;
}

.tech-cat {
	font-weight: bold;
}

.tech-list {
	list-style-type: none;
}

.tech-item {
}

.divider {
	text-align: center;
	margin: 1em 0 1em 0;
}

.footer {
	font-style: italic;
	font-size: 8pt;
	text-align: right;
	margin-top: 6em;
}
