* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: sans-serif;
	}
a {
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	text-decoration: none;
	color: #000;
	}

ul li {
	list-style-type: none;
	}
ul {
	list-style-position:outside;
	font-weight: normal;
	font-size: 16px;
	background-color: #fff;
	overflow:hidden;
	}
#wrapper {
	margin:0 auto;
	padding-top: 30px;
	width:712px;
	overflow: hidden;
}
.printVersion {
	overflow: hidden;
	display: block;
	border: 1px solid #bbb;
	text-align: center;
	margin-bottom: 20px;
	background-color: #ddd;	
}
.printVersion a{
	padding: 10px 0px;
	padding-right: 30px;
	background-image: url(printIcon.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	}
.printVersion a:hover{
	text-decoration: none;
	}
.formatWarning {
	display: block;
	border: 1px solid #bbb;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	background-color: #ddd;	
}
.formatWarning a{
	padding-right: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(firefox.png);
	background-position: center right;
	background-repeat: no-repeat;
	}
.formatWarning a:hover{
	text-decoration: none;
	}
#vite {
	}
.clearBoth {
	padding: 0px;
	margin: 0px;
	clear: both;
	}
.contentHeader {
	font-size: 16px;
	margin-top: 20px;
	padding: 3px;
	font-weight: bold;
	}
#name {
	font-weight: bold;
	font-size: 18px;
	}
.contactDetailLeft {
	position: relative;
	float: left;
	width: 335px
	}
.contactDetailRight {
	position: relative;
	float: left;
	text-align: right;
	width: 335px
	}
.employmentArea {
	padding-top: 10px;
	}
.educationArea {
	padding-top: 10px;
	}
.organizationArea {
	padding-top: 10px;
	}
#objective {
	padding-top: 20px;
	}
#highlightCloud {
	padding: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#highlightCloud li {
	position: relative;
	float: left;
	width: 32%;
	}
	
.highlightPoints {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.highlightPoints li{
	font-style: normal;
	margin-left: 40px;
	list-style-type: disc;
	}
#technicalArea {
	padding-top: 5px;
	}
.technicalPoint {
	border: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	clear: both;
	}
.technicalPointTitle {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	float: left;
	width: 175px;
	font-weight: bold;
	display: block;
	}
.technicalPointDesc {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 440px;
	position: relative;
	float: left;
	display: block;
	}
/*	generic Styles	*/
.areaTitle {
	border-top:1px solid #BBBBBB;
	}
.first{
	border-top: 0px;
}
.areaTitle span{
	font-weight: bold;
	}
.areaDate {
	text-align: right;
	position: relative;
	float: right;
	width: 150px;
	}
.areaSubTitle {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	display: block;
	}
.areaDesc {
	padding-top: 10px;
	}
