/* Generic Selectors */
body {
font-family: Georgia, "Times New Roman", Times, Arial, serif;
font-size: 14px;
color: #333333;
background-color: #f9f9f9;
}
p {
width: 80%;
}
li {
list-style-type: none;
line-height: 150%;
list-style-image: circle;
}
h1 {
font-family: Georgia, Arial, Times, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}
h2 {
font-family: Georgia, Arial, Times, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #c6ec8c;
}
/*****Pseudo classes ***************/
a:link {
color: rgb(0, 0, 153)
} /*unvisited links*/
li:link {
color: rgb(0, 0, 153)
}
a:visited {
color: rgb(153, 0, 153)
} /*visited links*/
li:visited {
color: rgb(153, 0, 153)
}
a:hover {
color: rgb(0, 96, 255)
} /*when mouse is over link*/
li:hover {
color: rgb(0, 96, 255)
}
a:active {
color: rgb(255, 0, 102)
} /*when mouse clicks on link*/
/*****************************ID's*********************/
#navigation {
position: absolute;
z-index: 10;
width: 210px;
height: 600px;
margin: 0;
margin-top: 0px;
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;
}
