body {
font-family: georgia, "times new roman", times, serif;
font-size: 14px;
color: #333333;
background-color: #F9F9F9;
}
p{
width: 80%;
align: center;
}
li{
list-style-type:square;
line-height: 150%;
}
h1 {
font-family: georgia, "times new roman", times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}
h2{
font-family: georgia, "times new roman", times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid silver;
}
h3{
font-family: "times new roman", georgia, times, serif;
font-size: 14px;
border-bottom: 2px solid silver;
}


:link {
color: blue;
}
:visited{
color: purple;
}
:hover{
color: green;
}
:active{
color: red;
}

#banner {
position: absolute;
z-index: 0;
height: 50px;
}

#navigation {
position: absolute;
z-index: 10;
width: 210px;
height: 600px;
margin: 0;
margin-top: 50px;
border-right: 1px solid silver;
}
#centerdoc{
position=absolute;
z-index: 15;
padding: 0 0 20px 235px;
margin-top: 50px;
}


