body
{
	margin: 0px;
	margin-left: 20px;
	padding: 2px;
}

#body
{
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	margin: 0px;
	padding: 2px;
	color: #191919;
}

#body h2
{
	margin: 0px;
	color: #191919;
	font: bold 1.0em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	border-bottom: 1px solid silver;
	text-shadow: silver 3px 3px 3px;
}

#body p
{
	margin-bottom: 10px;
	color: #191919;
	font: 0.85em/120% 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
}

#body italics
{
	font-style: italic;
}

#body a
{
	text-decoration: none;
	color: #FFA500;
}

#body a:hover
{
	font-weight: bold;
	border-bottom: 1px double #FFA500;
}

#body .time
{
	margin: 0px;
	color: silver;
	font: 0.8em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	text-align: right;
	margin-bottom: 3px;
}

#body div.item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#body div .item .location
{
	display: inline;
}

#body h1
{
	margin: 0px;
	color: #191919;
	font: bold 1.3em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	border-bottom: 1px dotted silver;
}

#maincontent
{
	width: 800px;
	background: white;
	height: 100%;
}

#mainmenu
{
	height: 16px;
	background-color: #459328;
	border: 1px solid black;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

#mainmenu ul
{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande',  'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	white-space: nowrap;
}

#mainmenu li
{
	font-weight: bold;
	list-style-type: none;
	display: inline;
}

#mainmenu li a
{
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}

#mainmenu li a:link
{
	color: #FFFFFF;
}

#mainmenu li a:visited
{
	color: #CCCCCC;
}

#mainmenu li a:hover
{
	color: #459328;
	background-color: white;
}

#logo
{
	text-align: center;
	height: 142px;
	padding: 4px;
}

#logo img
{
	border: none;
}

#footer
{
	margin-top: 10px;
	font: bold .7em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	color: silver;
	border-top: 1px double silver;
}

#footer img
{
	border: 0px;
	text-align: right;
}

#sidebar
{
	width: 5px;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #CCA418;
}

.item
{
	border-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #e2e2e2;
}

.itemWithBottomBorder
{
}

.item .title
{
	font: 1em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	font-weight: bold;
}

.location
{
	font: 0.8em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	color: silver;
}

.dates
{
	font: 0.8em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	color: silver;
}

.position
{
	font: 0.8em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	color: silver;
}

.item .description
{
	font: 0.9em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

#resume a
{
	color: #006600;
}

h1
{
	font: 1.4em 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, serif;
	font-weight: bold;
	color: #ff6600;
}

.quote
{
	text-align: center;
	background: #e9e9e9;
	padding: 5px;
	margin: 20px;
	font-size: 75%;
	font-style: italic;
}

