
BODY {
	/* thanks to zeldman.com for the excellent coffee stain bg idea... and gif :) */
	/* if you get a moment check out zeldman.com, you won't be disapointed */
	background-color:#FFFDEB;
	background-image:url(../coffee.gif) ;
	background-repeat : no-repeat ;
	background-position: bottom left;
	background-attachment: fixed;
	color:black;
	font-family:verdana,sans-serif;
	font-size:78%;
	padding:20px;
	padding-left:10%;
	padding-right:10%;

}
h1,h2 {
	font-family:courier,verdana,sans-serif;
	font-size:1.2em;
	font-weight:normal;
	/*
	opacity:0.9;
	-moz-opacity:0.9;
	*/		
}
H1 {
	background-color:#c9c9c9;
	padding:4px;
	border:1px solid black;
	border-bottom:1px dashed black;
	padding:10px;
	text-align:center;
	margin-bottom:0;
	font-weight:normal;
}
h1 SPAN {font-size:0.8em;color:#999;display:block;text-align:center;}
h2 {
	background-color:#c9c9c9;
	border:1px solid black;
	border-bottom:1px dashed black;
	margin:10px 0 0 0;
	padding:4px 4px 4px 18px;
}
p,h3,h4 {
	font-size:1em;
	font-weight:normal;
}

UL 		{margin:0 auto auto 20px;}
UL LI 	{margin-bottom:6px;}
P {
	line-height: 160%;	
	margin:0;
	padding:0 50px 20px 0;
}

th {
	font-weight:normal;
	font-size:1.1em;
	font-family:courier,verdana,sans-serif;
	
}
		td,th {
			padding:4px 0 3px 0
		}
		table.data {
			border-collapse:collapse;
			width:100%;
			margin-bottom:10px;
		}
		table.data td {
			text-align:center;
		}
		table.data tr.odd td,
		table.data tr.odd th {
			background-color:#FFFDEB;
		}
		*.tal {
			padding-left:8px;
			text-align:left!important;
		}
		
		
		
		
DIV.data,
DIV.nav {
	opacity:0.92;
	-moz-opacity:0.92;	
}


DIV.data {
	background-color:#dbdbdb;
	padding:16px 20px 20px 20px;
	border:1px solid black;
	border-top:0 none;
}
DIV.data UL {margin-left:0;padding-left:18px;}
DIV.nav {
	background-color:#c9c9c9;
	border:1px solid black;
	border-top:0 none;
}
ul.menu {margin:0;padding:0;}
ul.menu li {
	float:left;
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.menu li a {
	color:#000;
	display:block;
	font-family:courier,verdana,sans-serif;
	padding:5px 18px 3px 18px;
}
ul.menu li a:active,
ul.menu li a:hover,
ul.menu li a:focus {
	color:#000;
	background-color:#DBDBDB;
	text-decoration:underline;
}
#end {
	border:0 none;
	border-top:0px solid black;
	padding-top:10px;
}
#end a {
	color:#8f8f8f;
	text-decoration:none;
}
DIV.nav a {
	display:inline;
	color:#727272;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#end a:hover,
DIV.header P	{padding:0;margin:0;}
DIV.data SPAN	{color:#888;font-size:xx-small;}
DIV.nav SPAN 	{color:#fff;}
DIV.nopad {
	padding:0;
	width:608px;
}
DIV.hr 		{border-top:1px dashed black;height:20px;}
DIV.hr HR 	{display:none;}
*.centre {
	text-align:center;
}
SPAN.right {
	display:block;
	float:right;
	width:130px;
}
A.right {
	display:block;
	float:right;
	width:200px;
}
*.left {
	float:left;
	width:200px;
}
A {
	text-decoration:underline;
	color:#f00;
}
A:hover {
	color:#008;
	text-decoration:underline;
}
.block 			{display:block;}
.none 			{display:none;}
#toggle 		{float:right;width:16px;font-size:10px;cursor:pointer;display:block;}

#personalData 	{
	background-image:url(../pat.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#personalData 	P {
	clear:both;
	padding-right:150px
}
#pdContent {
	/* ie bug, setting min he */
	min-height:154px;
}
#referencesData SPAN {	
	display:block;
	float:left;
}
#referencesData SPAN {width:170px;}
#referencesData SPAN.s {width:110px;}
DIV.dashed 		{border-bottom-style:dashed;}
*.clearfix {
	clear:both;
	line-height:0;
}
		*.clearfix:after
		{
		    content: "."; 
		    height: 0; 
			overflow:hidden;
		    clear: both; 
		    visibility: hidden;
		}
