/* Generic Selectors */ 
body { 
font-family: Verdana, sans-serif; 
font-size: 16px; 
color: #333333; 
background-color: #FFFFF7; 
} 
p { 
width: 80%; 
color: #3C3C77; 
} 
li { 
color: #3C3C77; 
list-style-type: none; 
line-height: 150%; 
list-style-image: url(../images/arrowSmall.gif); 
} 
h1 { 
font-family: Verdana, sans-serif; ; 
font-size: 22px; 
color: #2E2EB2; 
} 
h2 { 
font-family: Verdana, sans-serif; 
font-size: 18px; 
color: #2E2EB2; 
border-bottom: 1px solid #C6EC8C; 
} 
/**************** Pseudo classes ****************/ 
:link { 
color: #4B6800; 
text-decoration: underline; 
font-weight: bold; 
} 
li :link { 
color: #4B6800; 
text-decoration: none; 
font-weight: bold; 
} 
:visited { 
color: #4B6800; 
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #4B6800; 
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: #2E2EB2; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li :hover { 
display: block; 
color: #2E2EB2; 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 
:active { 
color: #2E2EB2; 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 
z-index: 100; 
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 235px; /*top right bottom left*/ 
margin-top: 50px; 
} 
