/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: #FFFFFF;
	/*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: Harrington, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Harrington, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C6EC8C;
}

	
/************************* Classes *************************/





/*************************  Pseudo classes *************************/

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
li a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
/*	font-weight: bold;  */
}

a:visited { 
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;	
	
}

li a:visited { 
color: #000000;
text-decoration: none;
/* font-weight: bold; */
}

a:hover {
color: #ff3399;
padding-bottom: 5px;
font-size: 20px;
font-weight: bold;


}
li a:hover {
	display: block;
	color: rgb(255, 15, 153);
	font-weight: bold;
/*
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
*/
}
  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 10;
	width: 250px;
	height: 1000px;	
	margin-top: 0px;
/*	border-right: 1px solid #C6EC8C; */
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	z-index: 15;
	padding: 0 0 20px 20px; /*top right bottom left*/
/*	margin-top: 50px; */
	margin-left: 255px;		
}

