/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: #F9F9F9;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 80%;
}

li {
	list-style-type: none;
	line-height: 150%;
}


h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/

/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 10;
	width: 150px;
	height: 800px;	
	margin-top: 0px;
	border-right: 1px solid #C6EC8C;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	z-index: 15;
	padding: 0 0 20px 150px; /*top right bottom left*/
	margin-top: 10px;		
}

#centerDoc2 {
	position: absolute;	
	z-index: 15;
	padding: 0 0 20px 235px; /*top right bottom left*/
	margin-top: 10px;		
}

