/* Generic Selectors */ 
body, p { 
width: 95%;
font-size : 0.9em;
font-family: Arial, Helvetica, sans-serif;
color: #333333; 
}  
li { 
list-style-type: none; 
font-size : 0.9em;
line-height: 120%; 
list-style-image: url(../images/scrollup.gif); 
font-family: Arial, Helvetica, sans-serif;
} 
UL {
font-family: Arial, Helvetica, sans-serif;
color: #333333; 
} 
OL {
font-family: Arial, Helvetica, sans-serif
;color: #333333; 
}
h1 { 
font-family: Arial, Helvetica, sans-serif
font-size: 1.5em; 
font-weight: bold; 
color: #0000CC; 
} 
h2 { 
font-family: Arial, Helvetica, sans-serif
font-size: 1.35em; 
font-weight: bold; 
color: #0000CC; 
} 
h3 { 
font-family: Arial, Helvetica, sans-serif
font-size: 1.2em; 
font-weight: bold; 
color: #006633; 
}  
h4 { 
font-family: Arial, Helvetica, sans-serif
font-size: 1.1em; 
font-weight: bold; 
color: #006633; 
} 
h5 { 
font-family: Arial, Helvetica, sans-serif
font-size: 1em; 
font-weight: bold; 
color: #006633; 
} 
h6 { 
font-family: Arial, Helvetica, sans-serif
font-size: 0.9em; 
font-weight: bold; 
color: #006633; 
} 
/**************** Pseudo classes ****************/ 
:link { 
font-size : 0.9em;
color: #6666FF; 
text-decoration: underline;  
} 
li :link { 
font-size : 0.9em;
color: #6666FF; 
text-decoration: underline; 
} 
:visited { 
font-size : 0.9em;
color: #009933; 
text-decoration: underline;  
} 
li :visited { 
font-size : 0.9em;
color: #009933; 
text-decoration: underline;  
} 
:hover { 
color: rgb(0, 96, 255); 
padding-bottom: 0px; 
font-weight: normal; 
text-decoration: underline; 
} 
li :hover { 
display: block; 
color: rgb(0, 96, 255); 
padding-bottom: 0px; 
font-weight: normal; 
} 
:active { 
color: rgb(255, 0, 102); 
font-weight: normal; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 
z-index: 10; 
width: 210px; 
height: 600px; 
margin: 0; 
margin-top: 0px; 
border-right: 2px solid #0000FF; 
font-weight: normal;
} 
#ctx { 
position: absolute; 
z-index: 12; 
padding: 0 0 0px 235px; /*top right bottom left*/ 
margin-top: 10px; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 70 0 20px 235px; 
; margin: 50px
} 

