/* CSS Document */

/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 80%;
}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(../images/arrowSmall.gif);
}


h1 {

	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7BB021;
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7BB021;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/




/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 10;
	width: 210px;
	height: 600px;	
	margin-top: 0px;
	border-right: 1px solid #C6EC8C;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	z-index: 15;
	padding: 0 0 20px 235px; /*top right bottom left*/
	margin-top: 50px;		
}
