/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.header1
{
	font-size:22px;
	color:#FF6600;
}

.header2
{
	font-size:22px;
	color:#FF9900;
}



.header2 a
{
	color:#FF9900;
	text-decoration:none;
}

.header2 a:hover
{
	text-decoration:underline;
}

.heading
{
	color:#FF6600;
	font-size:18px;
	padding:3px;
	border-left:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	width:100%;
	text-align:left;
}

#content
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#left
{
	position:relative;
}

#right
{
	float:right;
}

a img
{
	margin:5px;
	padding:5px;
	border:2px dotted #FF9900;
}

a:hover img
{
	border:2px solid #FF9900;
}


a {
   text-decoration: none;
   color:#FF6600;
	text-decoration:none;

}


a:hover {

   position: relative;
   text-decoration:underline;

}


a span {

   display: none;

}


a:hover span {

   display: block;

   position: absolute; top: 0px; left: 0px;
	font-weight:bold;

   padding: 5px; margin: 10px; z-index: 100;

   background: #f0f0f0; border: 1px dotted #c0c0c0;
	width:320px;


}

#theResume
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:700px;
}


.resumeLink
{
	text-decoration:none;
	color:#FF6600;
}

.section
{
	font-weight:bold;
}

ul
{
	margin-top:5px;
}