/* Generic Selectors */ 

    body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
    } 
	
	ul {
	padding-left: 3px;
	}

    p { 
    width: 90%;
    }

    li {
	line-height: 105%;
	list-style-type: none;
	margin-bottom: 7px;	
    } 

    h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
    } 

    h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
    } 
 
    /**************** Pseudo classes ****************/ 

    :link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
    } 

    li :link { 
    color: #000000; 
    text-decoration: none; 
    font-weight: normal; 
    } 
    
	:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
    } 
	
    li :visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
    } 
	
	a :hover {
	text-decoration: underline;
	}
	
	li :hover {
	font-weight: bold;
	}
   
    /************************* ID's *************************/ 
	
    #navigation {
	position: absolute;
	height: 600px;
	width: 80px;
	margin-top: 10px;
	border-right: 1px solid #FF0066;
	font-weight: bold;
    }
	
	#navigation2 {
	position: absolute;
	height: 500px;
	width: 120px;
	margin: 0;
	margin-left: 81px;
	padding: 0 5px 0px 5px;
	margin-top: 10px;
	border-right: 1px solid #FF6699;
	font-weight: normal;
    } 
   
    #centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0 0 20px 5px; /*top right bottom left*/
	margin-top: 20px;
	margin-left: 212px;
	width: 80%;
	}
  
