.singlecolumnResume
{
	/*background: #000 url(/images/css/bevel.gif) 0 0 repeat-x;*/
	font-family:"Times New Roman", times;
	font-size: 10pt;
	font-family: inherit;
	color: white;
	position: relative;
	min-height: 50px;
	padding: 5px;
	margin: 2px 2px 2px 2px;
	background-color: #000;
	border: 0;
	top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 70%;
	text-align: left;
}

.resumeName
{
	font-family: "Times New Roman", times;
	font-size: 10pt;
	position: relative;
	/*margin: 3px 0 0 0;*/
	width: 700px;
	height: 33px;
	background-color: transparent;
	background-image: url(/images/resume/name.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*margin-top: 10px;*/
	/*padding-top: 20px;*/
}
.resumeHeader
{
	font-family: "Times New Roman", times;
	font-size: 10pt;
	position: relative;
	/*margin: 3px 0 0 0;*/
	color: #FFF;
}
.resumeBody
{
	font-family:"Times New Roman", times;
	font-size: 10pt;
	position: relative;
	left: 20px;
	width: 95%;
	/*margin: 3px 0 0 0;*/
}
.bodyText
{
	font-family:"Times New Roman", times;
	font-size: 10pt;
	position: relative;
	margin: 3px 0 3px 10px;
}
.companyName
{
	font-family:"Times New Roman", times;
	position: relative;
	font-weight: bold;
	font-size: 12pt;
	margin-right: 5px;
	color: #999;
}

.positionTitle
{
	font-family:"Times New Roman", times;
	position: relative;
	font-size: 10pt;
	color: #999;
}

.resumeHeadings
{
	/*font-family:"Helvetica Neue", helvetica, arial, sans-serif;*/
	font-family:"Times New Roman", times;
	background: #000 url(/images/css/bevel_small.gif) 0 0 repeat-x;
	font-size: 12pt;
	color: #577EC5;
	text-align: left;
	position: relative;
	width: 100%;
	min-height: 32px;
	margin: 10px 0 0px 0;
	padding: 1pt 0 3pt 8pt;
	/*font-weight: bold;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	letter-spacing: 10pt;
}
