/* Generic Selectors #cccccc*/ 
body { 
font-family: "Arial"; 
font-size: 16px; 
color:  #cC0000; 
background-color: Silver; 
} 
p { 
width: 80%; 
} 
li { 
list-style-type: none; 
line-height: 150%; 
list-style-image: url(../images/arrowSmall.gif); 
} 
h1 { 
font-family: "Arial"; 
font-size: 28px; 
font-weight: bold; 
color: #cC0000; 
text-align: center;
line-height: 0.9cm;
} 
h2 { 
font-family: "Arial"; 
font-size: 18px; 
font-weight: bold; 
color: #cC0000; 
text-align: Left;
border-bottom: 1px solid #cC0000; 
} 
h3 { 
font-family: "Arial"; 
font-size: 16px; 
font-weight: bold; 
color: #cC0000; 
}
h4 { 
font-family: "Arial"; 
font-size: 12px; 
font-weight: normal; 
color: #cC0000; 
padding-bottom: 5px; 
line-height: 0.9cm;
}
h5 { 
font-family: "Arial"; 
font-size: 14px; 
font-weight: ; 
color: #cC0000; 
}
h6 { 
font-family: "Arial"; 
font-size: 10px; 
font-weight: normal; 
color: #cC0000; 
padding-bottom: 5px; 
} 
li { color: #cC0000; 
 list-style-type: square; 
 font-family: Arial; 
 font-size: 14px}
li a { text-decoration: none; 
 color: #3366CC}

 /**************** Pseudo classes ****************/ 



:link { 
font-size: 18px; 
color: #cC0000; 
text-decoration: none; 
font-weight: bold; 
} 
li :link { 
color: #00CC00; 
text-decoration: none; 
font-weight: bold; 
} 
:visited { 
color: #cC0000;
text-decoration: None; 
font-weight: bold; 
} 
li :visited { 
color: #cC0000;
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: #cC0000; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li :hover { 
display: block; 
color: #cC0000; 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 
:active { 
color: Yellow; 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 
z-index: 10; 
width: 210px; 
height: 600px; 
margin: 0; 
margin-top: 50px; 
border-right: 1px solid #C6EC8C; 
font-weight: normal; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 0 0 20px 245px; /*top right bottom left*/ 
margin-top: 50px; 
} 


