.datatable{
width:100%;
border:1px solid #CCCC99;
border-collapse:collapse;
}
.datatable td, .datatable th{
border:1px solid #CCCC99;
text-align:center;
}
.datatable tr.altrow{
background-color: #F4F3AA;
color:#663;
}
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 130%;
	color: #663;
	font-weight: normal;
	text-align:left;
}
#content h4 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 110%;
	color: #663;
	font-weight: normal;
}
dl.feature {
	margin: 15px 0;
	padding: 15px 15px 15px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
}
dl.feature dd {
	margin-left: 255px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}
/*To deal with the caption underneath the CV photo*/
.captionholder img {
}
div.captionholder {
	float:left;
	width:233px;/*this should be the width of the CV photo*/
}
.captionholder p {
	margin:0;
	padding:0;
	text-align: center;
}
