

body {
	background: #333 url(body_bg.gif) repeat;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.main {
	border-style: solid;
	width: 800px;
}

div.span {
	clear: both;
}

#title_link {
	font-variant: small-caps;
	color: #ffcd00;
}

table.title {
	color: #fff;
	background-color: #000;
	padding: 1em;
}

td.titleleft {
	width: 40%;
	text-align: center;
}

div.title1 {
	font-size: xx-large;
	letter-spacing: 12px;
	border-top-style: solid;
	border-top-width: 2px;
}

div.title2 {
	font-size: large;
	margin-top: 1em;
	letter-spacing: 6px;
}

div.title_small {
	font-size: small;
	text-transform: lowercase;
}

#menu_link {
	color: #333;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.menu {
	border-bottom-style: double;
	border-bottom-color: #fff;
	border-top: 1px solid #fff;
	background-color: #333;
}

table.menubar {
	width: 100%;
	text-align: center;
}

td.menuitem {
	color: #000;
	margin-right: 2px;
	margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	background: #ffcd00 url(menu_item.png) repeat-x;
	height: 24px;
}

td.menucurrent {
	margin-right: 2px;
	margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	height: 24px;
	background: #999 url(menu_item_curr.png) repeat-x;
}

div.content {
	text-align: justify;
	background-color: #fff;
	padding: 1em 2em;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1ex;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 1ex;
}

div.pjt_title {
	text-align: right;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

div.pjt_subtitle {
	font-style: italic;
	text-align: right;
}

td.resume_date {
	width: 40%;
	vertical-align: top;
	text-align: left;
}

td.resume_text {
	vertical-align: top;
}

font.emphasis {
	font-weight: bold;
	font-style: italic;
}

font.subtext {
	font-style: italic;
}

#inline_right {
	float: right;
	border-style: double;
	margin: 3ex;
}

p {
	text-indent: 2em;
	text-align: justify;
	padding-bottom: 1em;
}

ul.detail {
	list-style-type: none;
	font-size: smaller;
	margin-top: 1ex;
	padding-left: 1ex;
}

a:link {color: #1a21ff; text-decoration: none;
	font-weight: bold;
}

a:visited {color: #002da3; text-decoration: none; font-weight: bold}

a:active {color: #0097ff}

a:hover {color: #0097ff;
	text-decoration: none;
}
