/* ===========  CSS Document  =========== */
/* ====================================== */
/* version :                              */
/* date    :  mrt 2008 by : PM            */
/* ====================================== */ 


/* ===============================  >>     general settings */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	color:#000000;
	position:relative;
	text-align:left;
	}
	
table.cv td{
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	border-top: solid #CCCCCC 1px;
}

#container {
	text-align: left;
	height: 100%;
	position: relative;
	}

a {
	text-decoration:none;
	color:#696969;
	}

a:hover {
	text-decoration:underline;
	color:black;
	}


/* ===============================  >>     text settings */



#page_header {
	position:fixed;
	top: 0px;
	left: 0px;
	height: 180px;
	background-repeat:no-repeat; 
	width:100%;
	z-index: 100;
	}

#page_title {
	position:absolute;
	left: 20px;
	top: 200px;
	width: 922px;
	vertical-align:bottom;
	z-index: 20;
	color: #a5a5a5;
	font-family: "Times New Roman",Times,serif;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5a5a5;
	font-weight: bold;
	}	
	
#content {
	position:relative;
	top: 230px;
	height:100%;
	width:912px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	background-color: white;
	z-index: 10;
	}
	
LI{
	list-style-type:square;
	margin-left: -24px;
}
UL{
	margin-top: -12px;
}




