body {
	padding: 0;
	margin: 0;
	/* BACKGROUND: white;  */
}

A 		   { COLOR: #06c; text-decoration: none; }
A:hover 	   { COLOR: #147; text-decoration: underline; }
A:visited { COLOR: #b85b5a; text-decoration: none; }

#dataContainer {
	position: relative;
	LEFT: 0px; 
	TOP: 0px;
	padding-left: 200px;
	color: #FF8040;	
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: url(../img/bg-leftside.gif) repeat-y top left;
}

#dataContainer .vspace50px {	height: 50px; }
#dataContainer .vspace20px {	height: 20px; }

#dataContainer .name {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FF8040;
	color: white;
	padding: 10px 4px 10px 200px;
	margin-left: -200px;
	background: #FF8040 url(../img/bg-orange.gif) repeat-x top left; 
}
#dataContainer .nameShadow {
	background: url(../img/bg-shadow.gif) no-repeat top left;
	width: 611px;
	height: 14px;
	margin-left: -190px;
}

#dataContainer .contactInfo {
	margin-left: 10px;
	font-size: 1em;
	color: black; /* #707070; */
}

#dataContainer .dataCategory {
	font-size: 1em;
	font-weight: bold;
	font-size: 1.1em;
}

#dataContainer .readyToMove {
	margin-left: -22px;
}

.jobContainer {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	color: black; /* #707070; */
	width: 530px;
	text-align: justify;
}

.jobDates {
	font-size: 0.7em;
}

.jobCompany {
	font-size: 1em;
	font-weight: bold;
}

.jobPosition {
	font-style: italic;
}
.jobPosition.note {
	font-size: 0.8em;
}

.jobResponsibilities {
	margin-top: 10px;
	font-size: 0.8em;
}

.jobContainer UL {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.8em;
}

.jobContainer UL LI {
	padding: 0 0 5px 5px;
	margin-left: -20px;
}

.jobContainer UL.nested {
	font-size: 1em;
}

#certUL {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 0.8em;
}
#certUL LI {
	padding: 0;
	margin-left: -20px;
}

#bottomBlock {
	background: url(../img/bg-bottom.gif) no-repeat top right;
	width: 550px;
	height: 64px;
}