/* Generic Selectors */

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;		
	background-color: #ffffff;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 90%;
}

h1 {

	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ff0000;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3333ff;
}


h3 {

	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family:Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}


/*************************  ID's *************************/

#navigation {
	position: fixed;
	width: 159px;
	height: 100%;
	font-weight: normal;
	background-color: #ffffca;
}

#centerDoc {
	position: absolute;	
	margin-top: 0px;
	padding: 0 0 20px 190px; /*top right bottom left*/
	margin-top: 50px;		
}



/*************************  Pseudo classes *************************/
a:link {
	color: rgb(0, 96, 255);
	text-decoration: underline;
}

a:visited { 
color: #rgb(100, 100, 100);
text-decoration: underline;
}

a:hover {
color: rgb(255, 100, 100);
padding-bottom: 5px;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 




















