body 
{
	width: 700px;
	color: #000000;
	font-family: 1em times; 
	text-align: center; 
	margin: 0px auto; 
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: center; 
} 

div#bodyblock {
	text-align: left; 
	width: 100%
	}

div#navigation 
{ 
	margin: 12px auto; 
	text-align: center; 
	font-family: Helvetica, Arial, sans-serif; 
	color: grey; 
	font-size: 1em; 
	text-decoration: none; 
}
div#navigation a {
	text-decoration: none; 
	color: grey;}
div#navigation a:hover 
{
	color: black; 
	background-color: #EEEEEE;
}
div.navi 
{ 
	margin: 12px auto; 
	text-align: center; 
	font-family: Helvetica, Arial, sans-serif; 
	color: grey; 
	font-size: 1em; 
	text-decoration: none; 
}
div.navi a {
	text-decoration: none; 
	color: grey;}
div.navi a:hover 
{
	color: black; 
	background-color: #EEEEEE;
}

div.internalmenu
{	width: 100%;
	padding: 10px;
	margin: 6px;
	font: 1em times;
}
ul.internallink
{	list-style-type: none;
	font: 1em/1.5em times;
	text-decoratioin: none;
}
ul.subtoc
{	font-style: italic;}
div.beigebox
{	border: 1px black solid; 
	margin: 10px;
	padding: 20px;
	background-color: beige;
	width: 500px auto;
	text-align: left;
}
div.program
{	border-top: 2px #336600 solid;
	width: 100%;
	margin-top: 20px;
	padding: 5px;
	}
div.program img
{	margin: 15px;}
table.resume
{
	width: 100%;
	margin: 6px;
	margin-top: 20px;
	margin-bottom: 60px;
	border: 2px #333300 solid;
	padding: 10px;
	background-color: beige;
}
table.resume tr th
{	text-decoration: underline;
	border-bottom: 1px black solid;
}

table.resume tr:first-child td
{	
	border-top: 0px;
}
table.resume h1
{	font: italic 2em times;
	text-align: center;}
table.resume h2
{	font: italic 1.5em times; 
	text-align: center;}

table.resume tr td
{
	border-top: 1px black solid;
	padding-top: 10px;
}
table.job
{	
	margin: 0;
	padding: 0px;
	
}
.exitlink
{	text-align: right; font: italic .9em times; padding-right: 15px; clear: both;
}
span.jobtitle
{	font: bold 1.5em times;
	padding-right: 1em; }
span.jobdate
{	font: .8em times;
	}

table.job tr td:first-child 
{	text-align: left; 
	font: bold 1.5em times;
	border: 0px;
	padding-right: 60px;}

table.job tr td
{	
	text-align: center;
	border: 0px;
	font: normal .9em times;
	padding-right: 60px;}
table.summary
{
	width: 100%;
	margin: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px #333300 solid;
	padding: 10px;
	background-color: beige;
}	
table.summary tr td:first-child
{	font-size: 0.8em;
}
table.summary tr td:last-child
{	font-size: 0.8em;
	border-right: 1px black solid;
}
table.summary tr td
{	text-align: center;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	padding: 10px;
	spacing: 0px;
}
table.summary tr th
{	text-align: center;
	border-bottom: 1px black solid;
	padding: 5px;
}

a
{	color: black;
}
a:hover 
{
	background-color: white;
	color: #336600;
}
a:active 
{
	color: black;
}

div.textblock 
{
	text-align: justify;
	padding: 20px;
	padding-top: 0px;
}
div.musicexample
{	background-color: beige;
	border: 2px black solid;
	float: left;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
.menuitem 
{ 
	padding-top: 5px;
	padding-right: 10px; 
	padding-left: 10px;}
.expmenuitem 
{
	background-color: #FFFF33; 
	padding-right: 20px; 
	padding-left: 20px;}

.caption 
{
	font: 1.5em Helvetica, Arial, sans-serif; 
	color: grey; 
	padding: 60px; 
	padding-top: 12px; 
	text-align: justify;}

.floatrightdown
{
	float: right;
	padding: 1 px;
	border: black 1px;
	margin: 10px;
}

.floatleft
{
	float: left;
	padding: 1 px;
	border: black 1px;
	margin: 10px;
}

