/*
//	ResumŽ CSS v1.5
//	Dan Smith
//	Copyright 1997-2007
//
//
*/


body
{
	background: #fff;
	margin: 1em 3em 3em 1em;
}
a:link
{
	text-decoration: none;
	color: #00C;
	padding: 0 1 0 1;
}
a:hover
{
	text-decoration: underline;
	color: #FFF;
	background: #009;
}
a:visited { 
	color: #036;
	padding: 0 1 0 1;
	text-decoration: none;
}
a:visited:hover
{
	text-decoration: underline;
	color: #FFF;
	background: #009;
}
a:active { color: #900; }

/*ul {
	padding-bottom: 0.8em;
} */
li {
	padding-bottom: .2em;
}
#sidebar
{
	width: 140px;
	float: left;
	clear: none;
	display: block;
}
#content 
{
	margin-left: 140px;
	padding-left: 10px;
	border-left: solid black 1px;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: 0px;
}
h2
{
	position: absolute;
	left: 10px;
	padding-bottom: 2.0em;
	margin-top: 0px;
	line-height: 1.2em;
	text-transform: lowercase;
	width: 130px;
	display: block;
	text-align: right;
	color: #009;
	font-family: myriad,"Trebuchet MS",verdana, helvetica, arial, sans-serif;
}
h3 {
	border-bottom: #339 solid 1px;
	color: #339;
}
h4
{
	color: #359;
	font-size: 1.2em;
	line-height: 1.8em;
}
.caps {
	font-variant: small-caps;
}
.note
{
	background: #FFA;
	margin: 1em auto 1em auto;
   	padding: .2em;
	line-height: 1.1em;
	width: 90%;
	display: block;
	border: solid 1px #EE0;
	font-size: .8em;
}
.supervisor{
	font-weight: bold;
}
.skills1
{
	color: black;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: -20px;
}
.skills2
{
	color: #359;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: -20px;
}