/* Generic Selectors */

body {
	font-family: Calibri, serif;
	font-size: 20px;
	color: #000000;		
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 80%;
}

li {
	ul.square {list-style-type:square}
	line-height: 100%;
	
}


h1 {

	font-family: Calibri, serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Calibri, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Calibri, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #0000ff;	
}

h4 {
	font-family: Calibri, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: silver;	
	line-height: 100%;
}

h5 {
	font-family: Calibri, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFCC00;
}

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

#navigation {
	position: absolute;
	
	width: 210px;
	height: 600px;	
	margin-top: 0px;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	padding: 0 0 20px 235px; /*top right bottom left*/	
}



/*************************  Pseudo classes *************************/
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #000000;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #FF0000;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: #000000;
font-weight: bold; 
text-decoration: underline;
} 



















