/************** GENERAL *****************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
	text-align: left;
	margin: 0px;
	padding: 0px; 
	background-color: #FFFFFF;
}

/************** WRAPPER *****************/

#wrapper {
	padding: 15px;
}

/************** CONTENTWRAPPER *****************/

#contentWrapper {
  margin: 0px;  /* this needs to be set, for IE */
}

/************** CONTENTWRAPPER > HEADER *****************/

#header {
  display: none;
}

/************** CONTENTWRAPPER >NAV *****************/

#nav { /* (div) in normal flow */ 
  display: none;
}

/************** CONTENTWRAPPER > CONTENT *****************/

#content {
	margin: 0px 0px 0px 0px;
	padding: 10px; 
}

#footer {
  display: none;
}

/************** END CONTENTWRAPPER > CONTENT *****************/
/************** END CONTENTWRAPPER *****************/
/************** END WRAPPER *****************/

a { 
	font-weight: bold;
	color: #000000;
}

/******** CONTENT > *********/

#quicklink_cv {
  float: left;
	width: 250px;
}

#print_note {
  display: none;
}

#print_contact {
  font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#cv_photo {
  float: right;
	margin: 0px 0px 25px 0px;
}

#cv_content {
  clear: both;
}

.cv_section hr {
  clear: both;
	border: 0;
  color: #191919;
	background-color: #191919;
	height: 1px;
  margin-bottom: 10px;
}

span.btop a {
  display: none;
}

.cv_unit_content {
  clear: both;
	margin: 0px 0px 10px 0px;
}

.cv_unit_content p {
  height: 1em;
}

.whitespace_insection {
  clear: both;
	font-size: 0;
	line-height: 0;
	height: 20px;
}

.whitespace_btwsection p{
  clear: both;
	font-size: 0;
	line-height: 0;
	height: 40px;
}

.leftie {
  float: left;
}

.rightie {
  float: right;
	clear: both;
	text-align: right;
}

.highlight {
  float: right;
	text-align: right;
}

.highlight_l {
  font-weight: bold;
}

.cv_comment {
  margin-left: 20px;
}
 .cv_comment a {
   padding-left: 15px;
 }

.miniheader {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
}