html {
	font-size: small;
}

body {
	font-family: Verdana;
	/*font-size: 85%; makes the font too small*/
	font-size: small;
}

div.cvindent {
	margin-left: 20px;
}

div.commentindent {	
	margin-left: 40px; 
}

div#printmode {
	display: none;
}

div#layoutcontainer {
	width: 100%;
	padding-right: 5%;
}

h1 {
	font-size: 115%;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 110%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-size: 105%;
	margin: 0px;
}

h4 {
	font-size: 100%;
	margin: 0px;
}

p {
	margin: 5px 0px 15px 0px;
}

img {
	vertical-align: middle;
	margin: 5px;
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

div.blockcontainer {
	border: 2px solid #000000; 
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
}

.proformatd
{
	text-align: left;
	vertical-align: top;
}

.proformatable
{
	width: 100%;
	text-align: center;
}

td.proformatablenowidth
{
	text-align: left;
	vertical-align: top;
}

div.formresponse
{
	text-align:left;
}

.hidewhenprinting
{
	display: none;
}

div.webcv h1.maincvheader {
	text-align: center;
	font-size: 140%;
}

div.webcv p {
	margin-bottom: 0px;
}

div.webcv div.cvmodule {
	margin: 0px 0px 3px 20px;
}

div.webcv div.cvqual {
	margin: 0px 0px 10px 0px;
}

div.webcv div.item {
	margin-bottom: 7px;
}

div.webcv div.referees div.item {
	float: left;
	width: 50%;
}

div.webcv span.smalllabel {
	font-style: italic;
	font-size: 80%;
}

div.webcv em {
	font-style: italic;
	font-weight: bold;
	padding-right: 4px;
}

div.webcv h4 {
	margin: 0px 0px 0px 0px;
}

table.webcv, table.webcv td {
	border: 0px;
}

.proformatable {
	border-collapse:collapse;
	border-color:#EEEEEE;
	border-spacing:0px;
	border-width:1px;
	width:100%;
}

.proformatd {
	border:1px solid #EEEEEE;
	border-collapse:collapse;
	border-spacing:0px;
	padding:2px;
	vertical-align:text-top;
}

.proformatablenowidth
{
	text-align: left;
	width: auto;
}
